Skip to content

Commit

Permalink
Remove dependency on builds.archive.org Maven repository
Browse files Browse the repository at this point in the history
Use the IIPC fork of javaswf from Maven Central instead.
https://github.com/iipc/javaswf

#613 #481
  • Loading branch information
ato committed Oct 17, 2024
1 parent 891dbe7 commit 76cbe93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
4 changes: 2 additions & 2 deletions commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.anotherbigidea</groupId>
<groupId>org.netpreserve</groupId>
<artifactId>javaswf</artifactId>
<version>CVS-SNAPSHOT-1</version>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
</mailingList>
</mailingLists>

<pluginRepositories>
<pluginRepository>
<id>builds.archive.org,maven2</id>
<url>https://builds.archive.org/maven2</url>
</pluginRepository>
</pluginRepositories>

<repositories>
<repository>
<id>builds.archive.org,maven2</id>
<url>https://builds.archive.org/maven2</url>
</repository>
<repository>
<id>oracleReleases</id>
<name>Oracle Released Java Packages</name>
Expand Down

0 comments on commit 76cbe93

Please sign in to comment.