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

View File

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