Skip to content
Snippets Groups Projects
Commit 4b46a7fe authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman 💥
Browse files

Third party repositories are no longer needed as freehep-java3d is now in the official repo.

Change-Id: I12733d87dc68cfc500561da66c7ece58073dce64
parent ef82e57c
No related branches found
No related tags found
No related merge requests found
...@@ -123,21 +123,6 @@ ...@@ -123,21 +123,6 @@
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>
<repositories>
<repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
<url>http://download.java.net/maven/2/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>maven2-repository.dev.java.net</id>
<url>http://download.java.net/maven/2</url>
</pluginRepository>
</pluginRepositories>
<build> <build>
<defaultGoal>package</defaultGoal> <defaultGoal>package</defaultGoal>
...@@ -261,7 +246,7 @@ ...@@ -261,7 +246,7 @@
<dependency> <dependency>
<groupId>org.freehep</groupId> <groupId>org.freehep</groupId>
<artifactId>freehep-java3d</artifactId> <artifactId>freehep-java3d</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment