update mp3spi dependency to 1.9.5.4 and remove explicit tritonus dependency because it's a transitive dependency through mp3spi
This commit is contained in:
parent
ac32ea8114
commit
db4990db39
9
pom.xml
9
pom.xml
|
@ -197,20 +197,15 @@
|
||||||
<version>1.0.1-1</version>
|
<version>1.0.1-1</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<artifactId>junit</artifactId>
|
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
|
<artifactId>junit</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.googlecode.soundlibs</groupId>
|
<groupId>com.googlecode.soundlibs</groupId>
|
||||||
<artifactId>mp3spi</artifactId>
|
<artifactId>mp3spi</artifactId>
|
||||||
<version>1.9.5-1</version>
|
<version>1.9.5.4</version>
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.googlecode.soundlibs</groupId>
|
|
||||||
<artifactId>tritonus-share</artifactId>
|
|
||||||
<version>0.3.7-2</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.xerial</groupId>
|
<groupId>org.xerial</groupId>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user