|
132 | 132 | <hive.version.short>1.2.1</hive.version.short>
|
133 | 133 | <derby.version>10.12.1.1</derby.version>
|
134 | 134 | <parquet.version>1.10.1-palantir.3</parquet.version>
|
135 |
| - <feign.version>8.18.0</feign.version> |
136 |
| - <okhttp3.version>3.9.1</okhttp3.version> |
| 135 | + <okhttp3.version>3.11.0</okhttp3.version> |
137 | 136 | <okhttp.version>2.7.5</okhttp.version>
|
138 |
| - <okio.version>1.13.0</okio.version> |
139 |
| - <retrofit.version>2.3.0</retrofit.version> |
140 |
| - <bouncycastle.version>1.58</bouncycastle.version> |
141 |
| - <jetty.version>9.4.8.v20171121</jetty.version> |
| 137 | + <okio.version>1.15.0</okio.version> |
| 138 | + <jetty.version>9.4.12.v20180830</jetty.version> |
142 | 139 | <orc.version>1.5.2</orc.version>
|
143 | 140 | <orc.classifier>nohive</orc.classifier>
|
144 | 141 | <javaxservlet.version>3.1.0</javaxservlet.version>
|
145 | 142 | <chill.version>0.9.3</chill.version>
|
146 | 143 | <ivy.version>2.4.0</ivy.version>
|
147 | 144 | <oro.version>2.0.8</oro.version>
|
148 |
| - <codahale.metrics.version>3.2.5</codahale.metrics.version> |
| 145 | + <dropwizard.metrics.version>3.2.6</dropwizard.metrics.version> |
149 | 146 | <dropwizard.version>1.0.0</dropwizard.version>
|
150 | 147 | <spark-influx-sink.version>0.4.0</spark-influx-sink.version>
|
151 | 148 | <avro.version>1.8.2</avro.version>
|
|
162 | 159 | <commons.httpcore.version>4.4.10</commons.httpcore.version>
|
163 | 160 | <!-- commons-httpclient/commons-httpclient-->
|
164 | 161 | <httpclient.classic.version>3.1</httpclient.classic.version>
|
165 |
| - <commons.math3.version>3.4.1</commons.math3.version> |
| 162 | + <commons.math3.version>3.6.1</commons.math3.version> |
166 | 163 | <!-- managed up from 3.2.1 for SPARK-11652 -->
|
167 | 164 | <commons.collections.version>3.2.2</commons.collections.version>
|
168 | 165 | <scala.version>2.11.12</scala.version>
|
169 | 166 | <scala.binary.version>2.11</scala.binary.version>
|
170 | 167 | <codehaus.jackson.version>1.9.13</codehaus.jackson.version>
|
171 |
| - <fasterxml.jackson.version>2.9.5</fasterxml.jackson.version> |
172 |
| - <fasterxml.jackson.databind.version>2.9.5</fasterxml.jackson.databind.version> |
173 |
| - <snappy.version>1.1.7.1</snappy.version> |
| 168 | + <fasterxml.jackson.version>2.9.6</fasterxml.jackson.version> |
| 169 | + <fasterxml.jackson.databind.version>2.9.6</fasterxml.jackson.databind.version> |
| 170 | + <snappy.version>1.1.7.2</snappy.version> |
174 | 171 | <netlib.java.version>1.1.2</netlib.java.version>
|
175 | 172 | <calcite.version>1.2.0-incubating</calcite.version>
|
176 |
| - <commons-codec.version>1.10</commons-codec.version> |
177 |
| - <commons-io.version>2.4</commons-io.version> |
| 173 | + <commons-codec.version>1.11</commons-codec.version> |
| 174 | + <commons-io.version>2.6</commons-io.version> |
178 | 175 | <!-- org.apache.commons/commons-lang/-->
|
179 | 176 | <commons-lang2.version>2.6</commons-lang2.version>
|
180 | 177 | <!-- org.apache.commons/commons-lang3/-->
|
181 |
| - <commons-lang3.version>3.5</commons-lang3.version> |
| 178 | + <commons-lang3.version>3.8</commons-lang3.version> |
182 | 179 | <commons-compress.version>1.8.1</commons-compress.version>
|
183 | 180 | <commons-pool.version>1.6</commons-pool.version>
|
184 | 181 | <datanucleus-core.version>3.2.10</datanucleus-core.version>
|
185 | 182 | <javax-activation.version>1.1.1</javax-activation.version>
|
186 |
| - <objenesis.version>2.5.1</objenesis.version> |
| 183 | + <objenesis.version>2.6</objenesis.version> |
187 | 184 | <janino.version>3.0.9</janino.version>
|
188 | 185 | <jersey.version>2.25.1</jersey.version>
|
189 |
| - <joda.version>2.9.9</joda.version> |
| 186 | + <joda.version>2.10</joda.version> |
190 | 187 | <jodd.version>3.5.2</jodd.version>
|
191 |
| - <jsr305.version>3.0.1</jsr305.version> |
| 188 | + <jsr305.version>3.0.2</jsr305.version> |
192 | 189 | <libthrift.version>0.9.3</libthrift.version>
|
193 | 190 | <antlr4.version>4.7</antlr4.version>
|
194 | 191 | <antlr.version>3.4</antlr.version>
|
|
369 | 366 | <artifactId>okhttp</artifactId>
|
370 | 367 | <version>${okhttp.version}</version>
|
371 | 368 | </dependency>
|
372 |
| - |
373 |
| - <dependency> |
374 |
| - <groupId>com.squareup.retrofit2</groupId> |
375 |
| - <artifactId>retrofit</artifactId> |
376 |
| - <version>${retrofit.version}</version> |
377 |
| - <exclusions> |
378 |
| - <exclusion> |
379 |
| - <groupId>com.fasterxml.jackson.core</groupId> |
380 |
| - <artifactId>jackson-core</artifactId> |
381 |
| - </exclusion> |
382 |
| - <exclusion> |
383 |
| - <groupId>com.fasterxml.jackson.core</groupId> |
384 |
| - <artifactId>jackson-databind</artifactId> |
385 |
| - </exclusion> |
386 |
| - <exclusion> |
387 |
| - <groupId>com.fasterxml.jackson.core</groupId> |
388 |
| - <artifactId>jackson-annotations</artifactId> |
389 |
| - </exclusion> |
390 |
| - </exclusions> |
391 |
| - </dependency> |
392 |
| - <dependency> |
393 |
| - <groupId>com.squareup.retrofit2</groupId> |
394 |
| - <artifactId>converter-jackson</artifactId> |
395 |
| - <version>${retrofit.version}</version> |
396 |
| - <exclusions> |
397 |
| - <exclusion> |
398 |
| - <groupId>com.fasterxml.jackson.core</groupId> |
399 |
| - <artifactId>jackson-core</artifactId> |
400 |
| - </exclusion> |
401 |
| - <exclusion> |
402 |
| - <groupId>com.fasterxml.jackson.core</groupId> |
403 |
| - <artifactId>jackson-databind</artifactId> |
404 |
| - </exclusion> |
405 |
| - <exclusion> |
406 |
| - <groupId>com.fasterxml.jackson.core</groupId> |
407 |
| - <artifactId>jackson-annotations</artifactId> |
408 |
| - </exclusion> |
409 |
| - </exclusions> |
410 |
| - </dependency> |
411 |
| - <dependency> |
412 |
| - <groupId>com.squareup.retrofit2</groupId> |
413 |
| - <artifactId>converter-scalars</artifactId> |
414 |
| - <version>${retrofit.version}</version> |
415 |
| - </dependency> |
416 |
| - <dependency> |
417 |
| - <groupId>org.bouncycastle</groupId> |
418 |
| - <artifactId>bcpkix-jdk15on</artifactId> |
419 |
| - <version>${bouncycastle.version}</version> |
420 |
| - </dependency> |
421 |
| - <dependency> |
422 |
| - <groupId>org.bouncycastle</groupId> |
423 |
| - <artifactId>bcprov-jdk15on</artifactId> |
424 |
| - <!-- brought in by jets3t; see SPARK-22634 --> |
425 |
| - <version>${bouncycastle.version}</version> |
426 |
| - </dependency> |
427 | 369 | <!-- This artifact is a shaded version of ASM 6.x. The POM that was used to produce this
|
428 | 370 | is at https://github.com/apache/geronimo-xbean/tree/trunk/xbean-asm6-shaded
|
429 | 371 | For context on why we shade ASM, see SPARK-782 and SPARK-6152. -->
|
|
666 | 608 | <dependency>
|
667 | 609 | <groupId>com.ning</groupId>
|
668 | 610 | <artifactId>compress-lzf</artifactId>
|
669 |
| - <version>1.0.3</version> |
| 611 | + <version>1.0.4</version> |
670 | 612 | </dependency>
|
671 | 613 | <dependency>
|
672 | 614 | <groupId>org.xerial.snappy</groupId>
|
|
676 | 618 | <dependency>
|
677 | 619 | <groupId>org.lz4</groupId>
|
678 | 620 | <artifactId>lz4-java</artifactId>
|
679 |
| - <version>1.4.0</version> |
| 621 | + <version>1.4.1</version> |
680 | 622 | </dependency>
|
681 | 623 | <dependency>
|
682 | 624 | <groupId>com.github.luben</groupId>
|
683 | 625 | <artifactId>zstd-jni</artifactId>
|
684 |
| - <version>1.3.2-2</version> |
| 626 | + <version>1.3.5-3</version> |
685 | 627 | </dependency>
|
686 | 628 | <dependency>
|
687 | 629 | <groupId>com.clearspring.analytics</groupId>
|
688 | 630 | <artifactId>stream</artifactId>
|
689 |
| - <version>2.7.0</version> |
| 631 | + <version>2.9.6</version> |
690 | 632 | <exclusions>
|
691 | 633 | <!-- Only HyperLogLogPlus is used, which doesn't depend on fastutil -->
|
692 | 634 | <exclusion>
|
|
709 | 651 | <dependency>
|
710 | 652 | <groupId>org.roaringbitmap</groupId>
|
711 | 653 | <artifactId>RoaringBitmap</artifactId>
|
712 |
| - <version>0.6.43</version> |
| 654 | + <version>0.7.16</version> |
713 | 655 | </dependency>
|
714 | 656 | <dependency>
|
715 | 657 | <groupId>commons-net</groupId>
|
716 | 658 | <artifactId>commons-net</artifactId>
|
717 |
| - <version>3.1</version> |
| 659 | + <version>3.6</version> |
718 | 660 | </dependency>
|
719 | 661 | <dependency>
|
720 | 662 | <groupId>io.netty</groupId>
|
721 | 663 | <artifactId>netty-all</artifactId>
|
722 |
| - <version>4.1.17.Final</version> |
| 664 | + <version>4.1.29.Final</version> |
723 | 665 | </dependency>
|
724 | 666 | <dependency>
|
725 | 667 | <groupId>io.netty</groupId>
|
|
734 | 676 | <dependency>
|
735 | 677 | <groupId>io.dropwizard.metrics</groupId>
|
736 | 678 | <artifactId>metrics-core</artifactId>
|
737 |
| - <version>${codahale.metrics.version}</version> |
| 679 | + <version>${dropwizard.metrics.version}</version> |
738 | 680 | </dependency>
|
739 | 681 | <dependency>
|
740 | 682 | <groupId>io.dropwizard.metrics</groupId>
|
741 | 683 | <artifactId>metrics-jvm</artifactId>
|
742 |
| - <version>${codahale.metrics.version}</version> |
| 684 | + <version>${dropwizard.metrics.version}</version> |
743 | 685 | </dependency>
|
744 | 686 | <dependency>
|
745 | 687 | <groupId>io.dropwizard.metrics</groupId>
|
746 | 688 | <artifactId>metrics-json</artifactId>
|
747 |
| - <version>${codahale.metrics.version}</version> |
| 689 | + <version>${dropwizard.metrics.version}</version> |
748 | 690 | </dependency>
|
749 | 691 | <dependency>
|
750 | 692 | <groupId>io.dropwizard.metrics</groupId>
|
751 | 693 | <artifactId>metrics-ganglia</artifactId>
|
752 |
| - <version>${codahale.metrics.version}</version> |
| 694 | + <version>${dropwizard.metrics.version}</version> |
753 | 695 | </dependency>
|
754 | 696 | <dependency>
|
755 | 697 | <groupId>io.dropwizard.metrics</groupId>
|
756 | 698 | <artifactId>metrics-graphite</artifactId>
|
757 |
| - <version>${codahale.metrics.version}</version> |
| 699 | + <version>${dropwizard.metrics.version}</version> |
758 | 700 | </dependency>
|
759 | 701 | <dependency>
|
760 | 702 | <groupId>io.dropwizard</groupId>
|
|
3138 | 3080 | </modules>
|
3139 | 3081 | </profile>
|
3140 | 3082 |
|
3141 |
| - <!-- |
3142 |
| - The cloud profile enables the cloud module. |
3143 |
| - It does not declare the hadoop-* artifacts which |
3144 |
| - the cloud module pulls in; these are delegated to |
3145 |
| - the hadoop-x.y protocols, so permitting different |
3146 |
| - hadoop versions to declare different include/exclude |
3147 |
| - rules (especially transient dependencies). |
3148 |
| - |
3149 |
| - --> |
3150 | 3083 | <profile>
|
3151 | 3084 | <id>hadoop-cloud</id>
|
3152 | 3085 | <modules>
|
|
0 commit comments