Fix rependecies resolution for some libraries locally

This commit is contained in:
Paulo Gustavo Veiga 2010-11-24 11:16:56 -03:00
parent 63fe8c5493
commit b0d177481a
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?><project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.jhlabs</groupId>
<artifactId>imaging</artifactId>
<version>01012005</version>
</project>

View File

@ -22,7 +22,8 @@
<pluginRepository> <pluginRepository>
<id>maven2-repository.dev.java.net</id> <id>maven2-repository.dev.java.net</id>
<name>Java.net Maven 2 Repository</name> <name>Java.net Maven 2 Repository</name>
<url>http://download.java.net/maven/2</url> <url>http://download.java.net/maven/2/</url>
<layout>default</layout>
</pluginRepository> </pluginRepository>
</pluginRepositories> </pluginRepositories>