This commit is contained in:
Andrea Manzi 2013-12-11 09:06:38 +00:00
parent 05a4bb04d2
commit 2b1cca24b0
1 changed files with 7 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<artifactId>smartgears-distribution</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>A distribution for the Smartgears Framework</name>
<name>A distribution for the SmartGears Framework</name>
<properties>
<distroDirectory>distro</distroDirectory>
@ -47,6 +47,12 @@
<classifier>probe</classifier>
<type>war</type>
</dependency>
<dependency>
<groupId>org.gcube.resourcemanagement</groupId>
<artifactId>whn-manager</artifactId>
<version>[1.0.0-SNAPSHOT,)</version>
<type>war</type>
</dependency>
</dependencies>
<build>
<plugins>