mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
Remove local library issue dependency. This solve maven 3 legacy reporitory support.
This commit is contained in:
parent
5a93c1f0d5
commit
415dc2f396
Binary file not shown.
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.jhlabs</groupId>
|
||||
<artifactId>imaging</artifactId>
|
||||
<version>01012005</version>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
@ -1,14 +0,0 @@
|
||||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>javax.transaction</groupId>
|
||||
<artifactId>jta</artifactId>
|
||||
<version>1.0.1B</version>
|
||||
<name>Java Transaction API</name>
|
||||
<description>
|
||||
The javax.transaction package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation.
|
||||
</description>
|
||||
<url>http://java.sun.com/products/jta</url>
|
||||
<distributionManagement>
|
||||
<downloadUrl>http://java.sun.com/products/jta</downloadUrl>
|
||||
</distributionManagement>
|
||||
</project>
|
@ -13,12 +13,20 @@
|
||||
</parent>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<layout>legacy</layout>
|
||||
<id>local-dependecies</id>
|
||||
<name>local-dependecies</name>
|
||||
<url>file://${basedir}/../libraries</url>
|
||||
<repository>
|
||||
<id>maven2-repository.dev.java.net</id>
|
||||
<name>Java.net Repository for Maven</name>
|
||||
<url>http://download.java.net/maven/2/</url>
|
||||
<layout>default</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>maven2-repository.jahia.org</id>
|
||||
<name>Jahia Repository for Maven</name>
|
||||
<url>http://maven.jahia.org/maven2/</url>
|
||||
<layout>default</layout>
|
||||
</repository>
|
||||
|
||||
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
@ -89,12 +97,12 @@
|
||||
<version>1.0.1B</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<!-- <dependency>
|
||||
<groupId>com.jhlabs</groupId>
|
||||
<artifactId>imaging</artifactId>
|
||||
<version>01012005</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependency> -->
|
||||
<dependency>
|
||||
<groupId>com.octo.captcha</groupId>
|
||||
<artifactId>jcaptcha</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user