File tree Expand file tree Collapse file tree 3 files changed +50
-2
lines changed Expand file tree Collapse file tree 3 files changed +50
-2
lines changed Original file line number Diff line number Diff line change 71
71
</exclusion >
72
72
</exclusions >
73
73
</dependency >
74
+ <dependency >
75
+ <groupId >org.apache.httpcomponents</groupId >
76
+ <artifactId >httpclient</artifactId >
77
+ <version >4.5</version >
78
+ <scope >test</scope >
79
+ </dependency >
80
+ <dependency >
81
+ <groupId >org.apache.httpcomponents</groupId >
82
+ <artifactId >httpcore</artifactId >
83
+ <version >4.4.1</version >
84
+ <scope >test</scope >
85
+ </dependency >
74
86
<!-- Necessary in order to avoid errors in log messages: -->
75
87
<dependency >
76
88
<groupId >com.google.guava</groupId >
109
121
<version >${project.version} </version >
110
122
<scope >test</scope >
111
123
</dependency >
124
+ <dependency >
125
+ <groupId >mysql</groupId >
126
+ <artifactId >mysql-connector-java</artifactId >
127
+ <scope >test</scope >
128
+ </dependency >
129
+ <dependency >
130
+ <groupId >org.postgresql</groupId >
131
+ <artifactId >postgresql</artifactId >
132
+ <scope >test</scope >
133
+ </dependency >
112
134
<!-- Jersey dependencies, used to override version.
113
135
See https://github.com/apache/spark/pull/9503#issuecomment-154369560 for
114
136
background on why we need to use a newer Jersey only in this test module;
Original file line number Diff line number Diff line change 810
810
<artifactId >guava</artifactId >
811
811
<groupId >com.google.guava</groupId >
812
812
</exclusion >
813
+ <exclusion >
814
+ <groupId >org.apache.httpcomponents</groupId >
815
+ <artifactId >httpclient</artifactId >
816
+ </exclusion >
817
+ <exclusion >
818
+ <groupId >org.apache.httpcomponents</groupId >
819
+ <artifactId >httpcore</artifactId >
820
+ </exclusion >
821
+ <exclusion >
822
+ <groupId >commons-logging</groupId >
823
+ <artifactId >httpclient</artifactId >
824
+ </exclusion >
825
+ <exclusion >
826
+ <groupId >commons-logging</groupId >
827
+ <artifactId >commons-logging</artifactId >
828
+ </exclusion >
813
829
</exclusions >
814
830
</dependency >
831
+ <dependency >
832
+ <groupId >mysql</groupId >
833
+ <artifactId >mysql-connector-java</artifactId >
834
+ <version >5.1.34</version >
835
+ <scope >test</scope >
836
+ </dependency >
837
+ <dependency >
838
+ <groupId >org.postgresql</groupId >
839
+ <artifactId >postgresql</artifactId >
840
+ <version >9.3-1102-jdbc41</version >
841
+ <scope >test</scope >
842
+ </dependency >
815
843
<dependency >
816
844
<groupId >org.apache.curator</groupId >
817
845
<artifactId >curator-recipes</artifactId >
Original file line number Diff line number Diff line change 91
91
<dependency >
92
92
<groupId >mysql</groupId >
93
93
<artifactId >mysql-connector-java</artifactId >
94
- <version >5.1.34</version >
95
94
<scope >test</scope >
96
95
</dependency >
97
96
<dependency >
98
97
<groupId >org.postgresql</groupId >
99
98
<artifactId >postgresql</artifactId >
100
- <version >9.3-1102-jdbc41</version >
101
99
<scope >test</scope >
102
100
</dependency >
103
101
<dependency >
You can’t perform that action at this time.
0 commit comments