Skip to content

Commit

Permalink
Pom: exclude tritonus-share
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanmac committed Apr 15, 2024
1 parent 4d26228 commit c0a85e2
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions forge-gui-desktop/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>forge</artifactId>
<groupId>forge</groupId>
<version>1.6.62-SNAPSHOT</version>
</parent>
<parent>
<artifactId>forge</artifactId>
<groupId>forge</groupId>
<version>1.6.62-SNAPSHOT</version>
</parent>

<artifactId>forge-gui-desktop</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -269,6 +269,12 @@
<groupId>com.sipgate</groupId>
<artifactId>mp3-wav</artifactId>
<version>1.0.3</version>
<exclusions>
<exclusion>
<groupId>com.googlecode.soundlibs</groupId>
<artifactId>tritonus-share</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.twelvemonkeys.imageio</groupId>
Expand Down

0 comments on commit c0a85e2

Please sign in to comment.