aboutsummaryrefslogtreecommitdiffstats
path: root/vid-ext-services-simulator/pom.xml
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-03-11 15:50:07 +0200
committerIttay Stern <ittay.stern@att.com>2019-03-11 16:05:19 +0200
commitcb8baa2054a427becd39e4031798375efcc9027c (patch)
treeaad2b6cc0a6afcc2627a84868d74ffb736210e24 /vid-ext-services-simulator/pom.xml
parente2617e9d5b82f2605e1660750a0dae96a077d83f (diff)
Merge simulator from ECOMP's repository
Reference commit in ECOMP: 8e92a8c6 Issue-ID: VID-378 Change-Id: Ifd87e07db55a760fc94c582758a7413103b5fdd8 Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-ext-services-simulator/pom.xml')
-rw-r--r--vid-ext-services-simulator/pom.xml32
1 files changed, 31 insertions, 1 deletions
diff --git a/vid-ext-services-simulator/pom.xml b/vid-ext-services-simulator/pom.xml
index 165ae5765..8efb9488d 100644
--- a/vid-ext-services-simulator/pom.xml
+++ b/vid-ext-services-simulator/pom.xml
@@ -14,7 +14,7 @@
<encoding>UTF-8</encoding>
<epsdk.version>1.3.0</epsdk.version>
<springframework.version>4.3.4.RELEASE</springframework.version>
- <hibernate.version>4.3.11.Final</hibernate.version>
+ <hibernate.version>5.3.4.Final</hibernate.version>
<!-- Skip assembling the zip by default -->
<skipassembly>true</skipassembly>
<!-- Tests usually require some setup that maven cannot do, so skip. -->
@@ -126,6 +126,36 @@
<artifactId>jaxb-api</artifactId>
<version>2.2.11</version>
</dependency>
+
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-entitymanager</artifactId>
+ <version>${hibernate.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ <version>${hibernate.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.mariadb.jdbc</groupId>
+ <artifactId>mariadb-java-client</artifactId>
+ <version>2.2.6</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.hibernate.javax.persistence</groupId>
+ <artifactId>hibernate-jpa-2.1-api</artifactId>
+ <version>1.0.0.Final</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ <version>2.8.0</version>
+ </dependency>
+
</dependencies>
<build>