diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2020-01-16 13:38:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-16 13:38:31 +0000 |
commit | 5dfa4b58906921dea2aab38d20d761f460f49964 (patch) | |
tree | 693e297621d9b114f2d648ef13b8fdfa599f6e90 /pom.xml | |
parent | 8c2ce6065ddd8405ef3faa99969453e080b63f55 (diff) | |
parent | 825612628f130b394f9ee1aa1ad2cca41b67bc7f (diff) |
Merge "Add template and tosca model entities and repositories"
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> |