|
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> |
60 | | - <unix-socket-factory.version>2015-01-27T15-02-14</unix-socket-factory.version> |
61 | | - <guava.version>18.0</guava.version> |
| 59 | + <bouncycastle.version>1.54</bouncycastle.version> |
| 60 | + <unix-socket-factory.version>2016-04-06T22-21-19</unix-socket-factory.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> |
|
99 | 104 | <artifactId>jersey-client</artifactId> |
100 | 105 | <version>${jersey.version}</version> |
101 | 106 | </dependency> |
| 107 | + <!--<dependency>--> |
| 108 | + <!--<groupId>de.gesellix</groupId>--> |
| 109 | + <!--<artifactId>unix-socket-factory</artifactId>--> |
| 110 | + <!--<version>${unix-socket-factory.version}</version>--> |
| 111 | + <!--</dependency>--> |
| 112 | + <dependency> |
| 113 | + <groupId>com.kohlschutter.junixsocket</groupId> |
| 114 | + <artifactId>junixsocket-common</artifactId> |
| 115 | + <version>2.0.4</version> |
| 116 | + </dependency> |
102 | 117 | <dependency> |
103 | | - <groupId>de.gesellix</groupId> |
104 | | - <artifactId>unix-socket-factory</artifactId> |
105 | | - <version>${unix-socket-factory.version}</version> |
| 118 | + <groupId>com.kohlschutter.junixsocket</groupId> |
| 119 | + <artifactId>junixsocket-native-common</artifactId> |
| 120 | + <version>2.0.4</version> |
106 | 121 | </dependency> |
107 | 122 |
|
108 | 123 | <dependency> |
|
133 | 148 | <dependency> |
134 | 149 | <groupId>org.slf4j</groupId> |
135 | 150 | <artifactId>jcl-over-slf4j</artifactId> |
136 | | - <version>1.7.12</version> |
| 151 | + <version>1.7.21</version> |
137 | 152 | </dependency> |
138 | 153 |
|
139 | 154 | <dependency> |
|
206 | 221 | <dependency> |
207 | 222 | <groupId>com.google.code.findbugs</groupId> |
208 | 223 | <artifactId>annotations</artifactId> |
209 | | - <version>3.0.0</version> |
| 224 | + <version>3.0.1</version> |
210 | 225 | <scope>provided</scope> |
211 | 226 | </dependency> |
212 | 227 |
|
|
231 | 246 | <version>${netty.version}</version> |
232 | 247 | <classifier>linux-x86_64</classifier> |
233 | 248 | </dependency> |
| 249 | + <dependency> |
| 250 | + <groupId>junit</groupId> |
| 251 | + <artifactId>junit</artifactId> |
| 252 | + <version>4.12</version> |
| 253 | + <scope>test</scope> |
| 254 | + </dependency> |
234 | 255 | </dependencies> |
235 | 256 |
|
236 | 257 | <distributionManagement> |
|
321 | 342 | <plugin> |
322 | 343 | <groupId>org.apache.maven.plugins</groupId> |
323 | 344 | <artifactId>maven-source-plugin</artifactId> |
324 | | - <version>2.2.1</version> |
| 345 | + <version>3.0.1</version> |
325 | 346 | <executions> |
326 | 347 | <execution> |
327 | 348 | <id>attach-sources</id> |
|
334 | 355 | <plugin> |
335 | 356 | <groupId>org.apache.maven.plugins</groupId> |
336 | 357 | <artifactId>maven-javadoc-plugin</artifactId> |
337 | | - <version>2.9.1</version> |
| 358 | + <version>2.10.4</version> |
338 | 359 | <executions> |
339 | 360 | <execution> |
340 | 361 | <id>attach-javadocs</id> |
|
350 | 371 | <plugin> |
351 | 372 | <groupId>org.sonatype.plugins</groupId> |
352 | 373 | <artifactId>nexus-staging-maven-plugin</artifactId> |
353 | | - <version>1.6.2</version> |
| 374 | + <version>1.6.7</version> |
354 | 375 | <extensions>true</extensions> |
355 | 376 | <configuration> |
356 | 377 | <serverId>ossrh</serverId> |
|
362 | 383 | <plugin> |
363 | 384 | <groupId>org.apache.maven.plugins</groupId> |
364 | 385 | <artifactId>maven-release-plugin</artifactId> |
365 | | - <version>2.5</version> |
| 386 | + <version>${maven-release-plugin.version}</version> |
366 | 387 | <configuration> |
367 | 388 | <autoVersionSubmodules>true</autoVersionSubmodules> |
368 | 389 | <useReleaseProfile>false</useReleaseProfile> |
|
465 | 486 | <plugin> |
466 | 487 | <groupId>org.codehaus.mojo</groupId> |
467 | 488 | <artifactId>findbugs-maven-plugin</artifactId> |
468 | | - <version>3.0.2</version> |
| 489 | + <version>3.0.3</version> |
469 | 490 | <configuration> |
470 | 491 | <effort>Max</effort> |
471 | 492 | <threshold>Low</threshold> |
|
484 | 505 | <plugin> |
485 | 506 | <groupId>org.jacoco</groupId> |
486 | 507 | <artifactId>jacoco-maven-plugin</artifactId> |
487 | | - <version>0.7.6.201602180812</version> |
| 508 | + <version>0.7.7.201606060606</version> |
488 | 509 | <executions> |
489 | 510 | <execution> |
490 | 511 | <goals> |
|
0 commit comments