aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index cd37e22e..f43aa0c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<logback.version>1.2.3</logback.version>
+ <javax.persistence.api.version>1.0.2</javax.persistence.api.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
@@ -53,6 +54,7 @@
<modules>
<module>utils-test</module>
+ <module>utils</module>
<module>common-logging</module>
<module>integrity-audit</module>
<module>integrity-monitor</module>