Core now moved to common.

This commit is contained in:
Erlend Hamnaberg
2009-11-08 19:01:36 +01:00
parent e0a6c0a2bd
commit 7167a7a4ad
36 changed files with 36 additions and 223 deletions

View File

@@ -16,13 +16,20 @@
</description>
<dependencies>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>common-lang</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>common-io</artifactId>
</dependency>
<dependency>
<groupId>jmagick</groupId>
<artifactId>jmagick</artifactId>
<version>6.2.4</version>
<scope>provided</scope>
<optional>true</optional>
<artifactId>jmagick</artifactId>
<version>6.2.4</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>