|
1 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
2 | 3 | <modelVersion>4.0.0</modelVersion> |
3 | 4 |
|
4 | 5 | <parent> |
|
67 | 68 | <slf4j-api.version>1.7.21</slf4j-api.version> |
68 | 69 |
|
69 | 70 | <bouncycastle.version>1.54</bouncycastle.version> |
70 | | - <unix-socket-factory.version>2015-01-27T15-02-14</unix-socket-factory.version> |
| 71 | + <junixsocket.version>2.0.4</junixsocket.version> |
71 | 72 | <guava.version>19.0</guava.version> |
72 | 73 |
|
73 | 74 | <!-- test dependencies --> |
|
115 | 116 | <version>${jersey.version}</version> |
116 | 117 | </dependency> |
117 | 118 | <dependency> |
118 | | - <groupId>de.gesellix</groupId> |
119 | | - <artifactId>unix-socket-factory</artifactId> |
120 | | - <version>${unix-socket-factory.version}</version> |
| 119 | + <groupId>com.kohlschutter.junixsocket</groupId> |
| 120 | + <artifactId>junixsocket-common</artifactId> |
| 121 | + <version>${junixsocket.version}</version> |
| 122 | + </dependency> |
| 123 | + <dependency> |
| 124 | + <groupId>com.kohlschutter.junixsocket</groupId> |
| 125 | + <artifactId>junixsocket-native-common</artifactId> |
| 126 | + <version>${junixsocket.version}</version> |
121 | 127 | </dependency> |
122 | | - |
123 | 128 | <dependency> |
124 | 129 | <groupId>org.apache.commons</groupId> |
125 | 130 | <artifactId>commons-compress</artifactId> |
|
266 | 271 | </distributionManagement> |
267 | 272 |
|
268 | 273 | <build> |
269 | | -<!-- <extensions> --> |
270 | | -<!-- <extension> --> |
271 | | -<!-- <groupId>kr.motd.maven</groupId> --> |
272 | | -<!-- <artifactId>os-maven-plugin</artifactId> --> |
273 | | -<!-- <version>1.2.3.Final</version> --> |
274 | | -<!-- </extension> --> |
275 | | -<!-- </extensions> --> |
276 | 274 | <pluginManagement> |
277 | 275 | <plugins> |
278 | 276 |
|
|
419 | 417 | <perCoreThreadCount>true</perCoreThreadCount> |
420 | 418 | <threadCount>1</threadCount> |
421 | 419 | <groups>integration</groups> |
422 | | - <excludedGroups>integration-auth</excludedGroups> |
| 420 | + <excludedGroups>integration-auth</excludedGroups> |
423 | 421 | <includes> |
424 | 422 | <include>**/*Test.java</include> |
425 | 423 | </includes> |
|
483 | 481 | <failOnViolation>true</failOnViolation> |
484 | 482 | <logViolationsToConsole>true</logViolationsToConsole> |
485 | 483 | <linkXRef>false</linkXRef> |
486 | | - <!-- if some IDE has integration and requires other place, propose it --> |
| 484 | + <!-- if some IDE has integration and requires other place, propose |
| 485 | + it --> |
487 | 486 | <configLocation> |
488 | 487 | src/test/resources/checkstyle/checkstyle-config.xml |
489 | 488 | </configLocation> |
|
0 commit comments