Madan Jampani

Removed os-maven-plugin (for netty epoll) until we fully test it

Showing 1 changed file with 0 additions and 5 deletions
...@@ -347,11 +347,6 @@ ...@@ -347,11 +347,6 @@
347 <pluginManagement> 347 <pluginManagement>
348 <plugins> 348 <plugins>
349 <plugin> 349 <plugin>
350 - <groupId>kr.motd.maven</groupId>
351 - <artifactId>os-maven-plugin</artifactId>
352 - <version>1.2.3.Final</version>
353 - </plugin>
354 - <plugin>
355 <groupId>org.apache.maven.plugins</groupId> 350 <groupId>org.apache.maven.plugins</groupId>
356 <artifactId>maven-compiler-plugin</artifactId> 351 <artifactId>maven-compiler-plugin</artifactId>
357 <!-- TODO: update once following issue is fixed. --> 352 <!-- TODO: update once following issue is fixed. -->
......