Some maven no distrubuted libraries are part of the project in order to simplify installation.

This commit is contained in:
Paulo Gustavo Veiga
2009-11-07 02:19:41 -02:00
parent 75470a91fd
commit b3b71db425
7 changed files with 48 additions and 3 deletions

View File

@@ -12,6 +12,15 @@
<version>1.0-SNAPSHOT</version>
</parent>
<repositories>
<repository>
<layout>legacy</layout>
<id>local-dependecies</id>
<name>local-dependecies</name>
<url>file://${basedir}/../libraries</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.wisemapping</groupId>
@@ -68,6 +77,24 @@
<version>2.5.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
<version>1.0.1B</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.jhlabs</groupId>
<artifactId>imaging</artifactId>
<version>01012005</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.octo.captcha</groupId>
<artifactId>jcaptcha</artifactId>
<version>1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
@@ -316,7 +343,7 @@
<plugin>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<configuration>
<warName>wisemapping</warName>
<overlays>
<overlay>