diff options
author | nrpandya <neenendra.pandya@att.com> | 2019-11-21 11:51:18 -0600 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-01-16 13:26:16 +0100 |
commit | 825612628f130b394f9ee1aa1ad2cca41b67bc7f (patch) | |
tree | 51b3e3311ba93e878dc2f457ba2e4937dd3053f7 /pom.xml | |
parent | 62a0b7ca40d7810897fce2d1f8eb47e5647a2bf2 (diff) |
Add template and tosca model entities and repositories
Add Control loop template, tosca model and model policy properties
hibernate entity classes and crud repositories
Issue-ID: CLAMP-555
Change-Id: Ib7f07aca5ad2ddf5caff7c98ea9341bdc147e817
Signed-off-by: nrpandya <neenendra.pandya@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -259,6 +259,12 @@ <groupId>org.apache.xmlgraphics</groupId> <artifactId>batik-svggen</artifactId> <version>1.11</version> + <exclusions> + <exclusion> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.xmlgraphics</groupId> @@ -601,9 +607,9 @@ <plugins> <plugin> - <groupId>de.jpdigital</groupId> - <artifactId>hibernate52-ddl-maven-plugin</artifactId> - <version>2.2.0</version> + <groupId>de.jpdigital</groupId> + <artifactId>hibernate52-ddl-maven-plugin</artifactId> + <version>2.2.0</version> <dependencies> <dependency> <groupId>javax.xml.bind</groupId> @@ -619,7 +625,7 @@ </goals> <configuration> <packages> - <param>org.onap.clamp.dao.model</param> + <param>org.onap.clamp</param> </packages> <dialects> <param>MARIADB53</param> |