Showing
2 changed files
with
9 additions
and
0 deletions
| ... | @@ -318,6 +318,7 @@ | ... | @@ -318,6 +318,7 @@ |
| 318 | <groupId>io.netty</groupId> | 318 | <groupId>io.netty</groupId> |
| 319 | <artifactId>netty-transport-native-epoll</artifactId> | 319 | <artifactId>netty-transport-native-epoll</artifactId> |
| 320 | <version>${netty4.version}</version> | 320 | <version>${netty4.version}</version> |
| 321 | + <classifier>${os.detected.classifier}</classifier> | ||
| 321 | </dependency> | 322 | </dependency> |
| 322 | <dependency> | 323 | <dependency> |
| 323 | <groupId>joda-time</groupId> | 324 | <groupId>joda-time</groupId> |
| ... | @@ -351,6 +352,13 @@ | ... | @@ -351,6 +352,13 @@ |
| 351 | </dependencies> | 352 | </dependencies> |
| 352 | 353 | ||
| 353 | <build> | 354 | <build> |
| 355 | + <extensions> | ||
| 356 | + <extension> | ||
| 357 | + <groupId>kr.motd.maven</groupId> | ||
| 358 | + <artifactId>os-maven-plugin</artifactId> | ||
| 359 | + <version>1.2.3.Final</version> | ||
| 360 | + </extension> | ||
| 361 | + </extensions> | ||
| 354 | <pluginManagement> | 362 | <pluginManagement> |
| 355 | <plugins> | 363 | <plugins> |
| 356 | <plugin> | 364 | <plugin> | ... | ... |
| ... | @@ -73,6 +73,7 @@ | ... | @@ -73,6 +73,7 @@ |
| 73 | <dependency> | 73 | <dependency> |
| 74 | <groupId>io.netty</groupId> | 74 | <groupId>io.netty</groupId> |
| 75 | <artifactId>netty-transport-native-epoll</artifactId> | 75 | <artifactId>netty-transport-native-epoll</artifactId> |
| 76 | + <version>${netty4.version}</version> | ||
| 76 | </dependency> | 77 | </dependency> |
| 77 | </dependencies> | 78 | </dependencies> |
| 78 | 79 | ... | ... |
-
Please register or login to post a comment