mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-09 00:43:23 +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>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<layout>legacy</layout>
|
<id>maven2-repository.dev.java.net</id>
|
||||||
<id>local-dependecies</id>
|
<name>Java.net Repository for Maven</name>
|
||||||
<name>local-dependecies</name>
|
<url>http://download.java.net/maven/2/</url>
|
||||||
<url>file://${basedir}/../libraries</url>
|
<layout>default</layout>
|
||||||
</repository>
|
</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>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -89,12 +97,12 @@
|
|||||||
<version>1.0.1B</version>
|
<version>1.0.1B</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<!-- <dependency>
|
||||||
<groupId>com.jhlabs</groupId>
|
<groupId>com.jhlabs</groupId>
|
||||||
<artifactId>imaging</artifactId>
|
<artifactId>imaging</artifactId>
|
||||||
<version>01012005</version>
|
<version>01012005</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency> -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.octo.captcha</groupId>
|
<groupId>com.octo.captcha</groupId>
|
||||||
<artifactId>jcaptcha</artifactId>
|
<artifactId>jcaptcha</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user