aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
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>