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

@@ -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>