summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 14f7fba..ff4f614 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
</resource>
<resource>
<directory>src/main/resources</directory>
- <targetPath>ac/uk/uwe/cristaldev/resources</targetPath>
+ <targetPath>uk/ac/uwe/cristaldev/resources</targetPath>
<excludes>
<exclude>module.xml</exclude>
</excludes>
@@ -66,6 +66,11 @@
<artifactId>cristal-kernel</artifactId>
<version>2.3.2-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>cristal</groupId>
+ <artifactId>cristal-gui</artifactId>
+ <version>2.3.2-SNAPSHOT</version>
+ </dependency>
</dependencies>
</dependencyManagement>
<dependencies>
@@ -73,5 +78,9 @@
<groupId>cristal</groupId>
<artifactId>cristal-kernel</artifactId>
</dependency>
+ <dependency>
+ <groupId>cristal</groupId>
+ <artifactId>cristal-gui</artifactId>
+ </dependency>
</dependencies>
</project> \ No newline at end of file