remove explicit jlayer dependency, it is a transitive dependency through mp3spi
This commit is contained in:
parent
db4990db39
commit
5386cc6f2a
9
pom.xml
9
pom.xml
|
@ -193,8 +193,8 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.googlecode.soundlibs</groupId>
|
<groupId>com.googlecode.soundlibs</groupId>
|
||||||
<artifactId>jlayer</artifactId>
|
<artifactId>mp3spi</artifactId>
|
||||||
<version>1.0.1-1</version>
|
<version>1.9.5.4</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
|
@ -202,11 +202,6 @@
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>com.googlecode.soundlibs</groupId>
|
|
||||||
<artifactId>mp3spi</artifactId>
|
|
||||||
<version>1.9.5.4</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.xerial</groupId>
|
<groupId>org.xerial</groupId>
|
||||||
<artifactId>sqlite-jdbc</artifactId>
|
<artifactId>sqlite-jdbc</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user