aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2018-05-28 16:40:30 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2018-05-28 16:40:30 +0200
commitebd93e9389e630450e5b052a18a6a6fc8d05f611 (patch)
tree8ccc1cf9e27a2a4c21995e64625caffd723ade8b /pom.xml
parentcbc72b4eb01828e56e3244bcfe121d729e7e852a (diff)
downloadmoa-id-spss-ebd93e9389e630450e5b052a18a6a6fc8d05f611.tar.gz
moa-id-spss-ebd93e9389e630450e5b052a18a6a6fc8d05f611.tar.bz2
moa-id-spss-ebd93e9389e630450e5b052a18a6a6fc8d05f611.zip
refactore code to use EAAF core components
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 13 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e4aa52d33..c682d9eb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,9 @@
<demo-oa-version>2.0.6</demo-oa-version>
<moa-id-module-elga_mandate_client>1.3</moa-id-module-elga_mandate_client>
-
+
+ <!-- =================================================================================== -->
+ <eaaf-core.version>1.0.0-snapshot</eaaf-core.version>
<org.springframework.version>4.3.13.RELEASE</org.springframework.version>
<org.springframework.data.spring-data-jpa>1.11.9.RELEASE</org.springframework.data.spring-data-jpa>
<surefire.version>2.20.1</surefire.version>
@@ -436,7 +438,14 @@
<version>1.46</version>
</dependency> -->
- <dependency>
+
+ <dependency>
+ <groupId>at.gv.egiz.eaaf</groupId>
+ <artifactId>eaaf-core</artifactId>
+ <version>${eaaf-core.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>MOA.id.server</groupId>
<artifactId>moa-id-spring-initializer</artifactId>
<version>${moa-id-version}</version>
@@ -705,6 +714,8 @@
<version>${org.springframework.version}</version>
</dependency>
+
+
<!-- the core, which includes Streaming API, shared low-level abstractions (but NOT data-binding) -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>