summaryrefslogtreecommitdiffstats
path: root/aai-schema-gen/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aai-schema-gen/pom.xml')
-rw-r--r--aai-schema-gen/pom.xml21
1 files changed, 20 insertions, 1 deletions
diff --git a/aai-schema-gen/pom.xml b/aai-schema-gen/pom.xml
index 16acc81..a4217f6 100644
--- a/aai-schema-gen/pom.xml
+++ b/aai-schema-gen/pom.xml
@@ -599,9 +599,28 @@
</build>
</profile>
</profiles>
-
<dependencies>
<dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.3.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.persistence</groupId>
+ <artifactId>eclipselink</artifactId>
+ <version>3.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.persistence</groupId>
+ <artifactId>org.eclipse.persistence.moxy</artifactId>
+ <version>3.0.0</version>
+ </dependency>
+ <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>