diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -84,6 +84,23 @@ limitations under the License. <version>4.5.5</version> </dependency> + <dependency> + <groupId>org.onap.aai.aai-common</groupId> + <artifactId>aai-schema</artifactId> + <version>1.3.0-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.onap.aai.aai-common</groupId> + <artifactId>aai-schema-ingest</artifactId> + <version>1.2.2</version> + <!--<exclusions>--> + <!--<exclusion>--> + <!--<groupId>com.google.guava</groupId>--> + <!--<artifactId>guava</artifactId>--> + <!--</exclusion>--> + <!--</exclusions>--> + </dependency> + <!-- Dependencies for the REST Client component --> <!-- Library to obfuscate encrypted passwords --> <dependency> @@ -136,7 +153,7 @@ limitations under the License. <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>2.3.7</version> + <version>2.5.4</version> <extensions>true</extensions> <configuration> <instructions> |