Skip to content

Commit

Permalink
Remove OG jlayer as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bowbahdoe committed Oct 20, 2023
1 parent 875b95b commit df0cfa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This is a fork of the original `com.googlecode.soundlibs/jlayer` library which
<dependency>
<groupId>dev.mccue</groupId>
<artifactId>jlayer</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
```

9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.mccue</groupId>
<artifactId>jlayer</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -43,13 +43,6 @@
<url>http://github.com/bowbahdoe/jlayer/tree/main</url>
</scm>

<dependencies>
<dependency>
<groupId>com.googlecode.soundlibs</groupId>
<artifactId>jlayer</artifactId>
<version>1.0.1.4</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit df0cfa9

Please sign in to comment.