exclude junit and jnlp transitive dependencies
This commit is contained in:
parent
aa09a29df7
commit
ac32ea8114
10
pom.xml
10
pom.xml
|
@ -175,6 +175,10 @@
|
|||
<groupId>org.lwjgl.lwjgl</groupId>
|
||||
<artifactId>lwjgl</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>javax.jnlp</groupId>
|
||||
<artifactId>jnlp-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -191,6 +195,12 @@
|
|||
<groupId>com.googlecode.soundlibs</groupId>
|
||||
<artifactId>jlayer</artifactId>
|
||||
<version>1.0.1-1</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>junit</artifactId>
|
||||
<groupId>junit</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.googlecode.soundlibs</groupId>
|
||||
|
|
Loading…
Reference in New Issue
Block a user