Skip to content

Commit abc9856

Browse files
authored
Update pom.xml
1 parent f413a92 commit abc9856

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.goxr3plus</groupId>
88
<artifactId>java-stream-player</artifactId>
9-
<version>9.0.0</version>
9+
<version>9.0.3</version>
1010

1111

1212
<properties>
@@ -84,14 +84,6 @@
8484
<!-- Dependencies -->
8585

8686
<dependencies>
87-
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
88-
<dependency>
89-
<groupId>org.junit.jupiter</groupId>
90-
<artifactId>junit-jupiter-api</artifactId>
91-
<version>5.4.0-M1</version>
92-
<scope>test</scope>
93-
</dependency>
94-
9587
<!-- AUDIO SUPPORT -->
9688
<dependency>
9789
<groupId>com.googlecode.soundlibs</groupId>
@@ -131,4 +123,4 @@
131123
</dependency>
132124
</dependencies>
133125

134-
</project>
126+
</project>

0 commit comments

Comments
 (0)