aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2016-03-09 09:14:38 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-03-09 09:14:38 +0100
commitf66ed1831a4877d6c7cb3c55bbc3fd84024a1523 (patch)
tree0df50de55d7b8a82551742673c9c7e3378b3f042 /pom.xml
parent6e57e33b0d06dd59124cd61dc2f78e3545642074 (diff)
downloadmoa-id-spss-f66ed1831a4877d6c7cb3c55bbc3fd84024a1523.tar.gz
moa-id-spss-f66ed1831a4877d6c7cb3c55bbc3fd84024a1523.tar.bz2
moa-id-spss-f66ed1831a4877d6c7cb3c55bbc3fd84024a1523.zip
move main frontend GUI to seperate package
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ed1c361f8..467f2cf28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -427,6 +427,12 @@
<version>${moa-id-version}</version>
</dependency>
+ <dependency>
+ <groupId>MOA.id.server</groupId>
+ <artifactId>moa-id-frontend-resources</artifactId>
+ <version>${moa-id-version}</version>
+ </dependency>
+
<dependency>
<groupId>MOA</groupId>
<artifactId>moa-common</artifactId>