Skip to content

Commit

Permalink
Merge pull request #614 from internetarchive/remove-builds.archive.org
Browse files Browse the repository at this point in the history
Remove dependency on builds.archive.org Maven repository
  • Loading branch information
ato authored Oct 17, 2024
2 parents 891dbe7 + 76cbe93 commit 74cabbe
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 74cabbe

Please sign in to comment.