diff options
Diffstat (limited to 'plugins/plugins-executor')
-rw-r--r-- | plugins/plugins-executor/plugins-executor-jruby/pom.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/plugins/plugins-executor/plugins-executor-jruby/pom.xml b/plugins/plugins-executor/plugins-executor-jruby/pom.xml index 9137a5f4b..3399e1516 100644 --- a/plugins/plugins-executor/plugins-executor-jruby/pom.xml +++ b/plugins/plugins-executor/plugins-executor-jruby/pom.xml @@ -46,11 +46,7 @@ </exclusion> <exclusion> <groupId>com.github.jnr</groupId> - <artifactId>jnr-posix:</artifactId> - </exclusion> - <exclusion> - <groupId>com.github.jnr</groupId> - <artifactId>jnr-posix:</artifactId> + <artifactId>jnr-posix</artifactId> </exclusion> <exclusion> <groupId>com.github.jnr</groupId> @@ -89,4 +85,4 @@ </distributionManagement> </profile> </profiles> -</project>
\ No newline at end of file +</project> |