|
47 | 47 | <jdk.source>1.7</jdk.source> |
48 | 48 | <jdk.target>1.7</jdk.target> |
49 | 49 |
|
50 | | - <jersey.version>2.11</jersey.version> |
| 50 | + <jersey.version>2.23.1</jersey.version> |
51 | 51 | <jackson-jaxrs.version>2.6.4</jackson-jaxrs.version> |
52 | | - <httpclient.version>4.3.1</httpclient.version> |
53 | | - <commons-compress.version>1.5</commons-compress.version> |
54 | | - <commons-codec.version>1.8</commons-codec.version> |
55 | | - <commons-io.version>2.3</commons-io.version> |
| 52 | + <httpclient.version>4.5</httpclient.version><!-- 4.5.1-4.5.2 broken --> |
| 53 | + <commons-compress.version>1.12</commons-compress.version> |
| 54 | + <commons-codec.version>1.10</commons-codec.version> |
| 55 | + <commons-io.version>2.5</commons-io.version> |
56 | 56 | <commons-lang.version>2.6</commons-lang.version> |
57 | | - <slf4j-api.version>1.7.5</slf4j-api.version> |
| 57 | + <slf4j-api.version>1.7.21</slf4j-api.version> |
58 | 58 |
|
59 | | - <bouncycastle.version>1.51</bouncycastle.version> |
| 59 | + <bouncycastle.version>1.54</bouncycastle.version> |
60 | 60 | <unix-socket-factory.version>2015-01-27T15-02-14</unix-socket-factory.version> |
61 | | - <guava.version>18.0</guava.version> |
| 61 | + <guava.version>19.0</guava.version> |
62 | 62 |
|
63 | 63 | <!-- test dependencies --> |
64 | | - <logback.version>1.1.0</logback.version> |
65 | | - <testng.version>6.1.1</testng.version> |
66 | | - <netty.version>4.1.0.CR3</netty.version> |
| 64 | + <logback.version>1.1.7</logback.version> |
| 65 | + <testng.version>6.9.10</testng.version> |
| 66 | + <netty.version>4.1.1.Final</netty.version> |
67 | 67 | <hamcrest.library.version>1.3</hamcrest.library.version> |
68 | | - <hamcrest.jpa-matchers>1.6</hamcrest.jpa-matchers> |
| 68 | + <hamcrest.jpa-matchers>1.8</hamcrest.jpa-matchers> |
69 | 69 | <lambdaj.version>2.3.3</lambdaj.version> |
70 | 70 | <mockito.version>1.10.19</mockito.version> |
71 | 71 |
|
72 | 72 |
|
73 | | - <maven-jar-plugin.version>2.2</maven-jar-plugin.version> |
74 | | - <maven-compiler-plugin.version>2.3.1</maven-compiler-plugin.version> |
75 | | - <maven-release-plugin.version>2.3.1</maven-release-plugin.version> |
| 73 | + <maven-jar-plugin.version>3.0.2</maven-jar-plugin.version> |
| 74 | + <maven-compiler-plugin.version>3.5.1</maven-compiler-plugin.version> |
| 75 | + <maven-release-plugin.version>2.5.3</maven-release-plugin.version> |
76 | 76 | <maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version> |
77 | 77 | <maven-failsafe-plugin.version>2.19.1</maven-failsafe-plugin.version> |
78 | | - <maven-antrun-plugin.version>1.7</maven-antrun-plugin.version> |
| 78 | + <maven-antrun-plugin.version>1.8</maven-antrun-plugin.version> |
79 | 79 | </properties> |
80 | 80 |
|
81 | 81 | <dependencies> |
|
89 | 89 | <artifactId>jersey-apache-connector</artifactId> |
90 | 90 | <version>${jersey.version}</version> |
91 | 91 | </dependency> |
| 92 | + <dependency> |
| 93 | + <groupId>org.apache.httpcomponents</groupId> |
| 94 | + <artifactId>httpcore</artifactId> |
| 95 | + <version>4.4.5</version> |
| 96 | + </dependency> |
92 | 97 | <dependency> |
93 | 98 | <groupId>org.apache.httpcomponents</groupId> |
94 | 99 | <artifactId>httpclient</artifactId> |
|
133 | 138 | <dependency> |
134 | 139 | <groupId>org.slf4j</groupId> |
135 | 140 | <artifactId>jcl-over-slf4j</artifactId> |
136 | | - <version>1.7.12</version> |
| 141 | + <version>1.7.21</version> |
137 | 142 | </dependency> |
138 | 143 |
|
139 | 144 | <dependency> |
|
206 | 211 | <dependency> |
207 | 212 | <groupId>com.google.code.findbugs</groupId> |
208 | 213 | <artifactId>annotations</artifactId> |
209 | | - <version>3.0.0</version> |
| 214 | + <version>3.0.1</version> |
210 | 215 | <scope>provided</scope> |
211 | 216 | </dependency> |
212 | 217 |
|
|
231 | 236 | <version>${netty.version}</version> |
232 | 237 | <classifier>linux-x86_64</classifier> |
233 | 238 | </dependency> |
| 239 | + <dependency> |
| 240 | + <groupId>junit</groupId> |
| 241 | + <artifactId>junit</artifactId> |
| 242 | + <version>4.12</version> |
| 243 | + <scope>test</scope> |
| 244 | + </dependency> |
234 | 245 | </dependencies> |
235 | 246 |
|
236 | 247 | <distributionManagement> |
|
321 | 332 | <plugin> |
322 | 333 | <groupId>org.apache.maven.plugins</groupId> |
323 | 334 | <artifactId>maven-source-plugin</artifactId> |
324 | | - <version>2.2.1</version> |
| 335 | + <version>3.0.1</version> |
325 | 336 | <executions> |
326 | 337 | <execution> |
327 | 338 | <id>attach-sources</id> |
|
334 | 345 | <plugin> |
335 | 346 | <groupId>org.apache.maven.plugins</groupId> |
336 | 347 | <artifactId>maven-javadoc-plugin</artifactId> |
337 | | - <version>2.9.1</version> |
| 348 | + <version>2.10.4</version> |
338 | 349 | <executions> |
339 | 350 | <execution> |
340 | 351 | <id>attach-javadocs</id> |
|
350 | 361 | <plugin> |
351 | 362 | <groupId>org.sonatype.plugins</groupId> |
352 | 363 | <artifactId>nexus-staging-maven-plugin</artifactId> |
353 | | - <version>1.6.2</version> |
| 364 | + <version>1.6.7</version> |
354 | 365 | <extensions>true</extensions> |
355 | 366 | <configuration> |
356 | 367 | <serverId>ossrh</serverId> |
|
362 | 373 | <plugin> |
363 | 374 | <groupId>org.apache.maven.plugins</groupId> |
364 | 375 | <artifactId>maven-release-plugin</artifactId> |
365 | | - <version>2.5</version> |
| 376 | + <version>${maven-release-plugin.version}</version> |
366 | 377 | <configuration> |
367 | 378 | <autoVersionSubmodules>true</autoVersionSubmodules> |
368 | 379 | <useReleaseProfile>false</useReleaseProfile> |
|
377 | 388 | <version>${maven-surefire-plugin.version}</version> |
378 | 389 | <configuration> |
379 | 390 | <excludedGroups>integration</excludedGroups> |
| 391 | + <excludedGroups>integration-auth</excludedGroups> |
380 | 392 | </configuration> |
381 | 393 | </plugin> |
382 | 394 |
|
|
392 | 404 | </goals> |
393 | 405 | <configuration> |
394 | 406 | <groups>integration</groups> |
395 | | -<!-- <excludedGroups>ignoreInCircleCi</excludedGroups> --> |
| 407 | + <excludedGroups>integration-auth</excludedGroups> |
396 | 408 | <includes> |
397 | 409 | <include>**/*Test.java</include> |
398 | 410 | </includes> |
|
465 | 477 | <plugin> |
466 | 478 | <groupId>org.codehaus.mojo</groupId> |
467 | 479 | <artifactId>findbugs-maven-plugin</artifactId> |
468 | | - <version>3.0.2</version> |
| 480 | + <version>3.0.3</version> |
469 | 481 | <configuration> |
470 | 482 | <effort>Max</effort> |
471 | 483 | <threshold>Low</threshold> |
|
484 | 496 | <plugin> |
485 | 497 | <groupId>org.jacoco</groupId> |
486 | 498 | <artifactId>jacoco-maven-plugin</artifactId> |
487 | | - <version>0.7.6.201602180812</version> |
| 499 | + <version>0.7.7.201606060606</version> |
488 | 500 | <executions> |
489 | 501 | <execution> |
490 | 502 | <goals> |
|
0 commit comments