aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2015-06-17 11:55:42 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2015-06-19 11:09:57 +0200
commit8ec83e5be6888c9e5aeb8d21a35eb4d7ec040f67 (patch)
treed8bec8ff8109fcb456be3d6cdc7d0808be09de59 /pom.xml
parent9290911f2ab924816fe90ee244d51f711cacfafc (diff)
downloadmoa-id-spss-8ec83e5be6888c9e5aeb8d21a35eb4d7ec040f67.tar.gz
moa-id-spss-8ec83e5be6888c9e5aeb8d21a35eb4d7ec040f67.tar.bz2
moa-id-spss-8ec83e5be6888c9e5aeb8d21a35eb4d7ec040f67.zip
New configuration implementation with full key/value functionality
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 56ccf9171..2c5ae79c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,6 +84,14 @@
<enabled>true</enabled>
</releases>
</repository>
+ <repository>
+ <id>egiz-commons</id>
+ <url>https://demo.egiz.gv.at/int-repo/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+
</repositories>
</profile>
</profiles>