POM changes in sandbox.

This commit is contained in:
Harald Kuhr 2013-09-08 14:18:38 +02:00
parent 2f69847b23
commit 13c8cd7f93
2 changed files with 14 additions and 2 deletions

View File

@ -79,6 +79,12 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.twelvemonkeys.sandbox</groupId>
<artifactId>sandbox-common</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.twelvemonkeys.common</groupId>
@ -120,7 +126,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
<version>2.4</version>
<configuration>
<archive>
<manifestEntries>

View File

@ -40,7 +40,7 @@
<packaging>jar</packaging>
<name>TwelveMonkeys :: Sandbox :: ImageIO</name>
<description>
The TwelveMonkeys ImageIO Sandbox. Experimental stuff. Old retired stuff.
The TwelveMonkeys ImageIO Sandbox. New experimental stuff. Old retired stuff.
</description>
<dependencies>
@ -62,6 +62,12 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.twelvemonkeys.sandbox</groupId>
<artifactId>sandbox-common</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.twelvemonkeys.common</groupId>
<artifactId>common-io</artifactId>