diff options
author | rv871f <richard.vondadelszen@amdocs.com> | 2018-09-21 13:42:04 -0400 |
---|---|---|
committer | rv871f <richard.vondadelszen@amdocs.com> | 2018-09-21 15:07:02 -0400 |
commit | 595db0f0c860c722aa79e94b464fc10c30a86dd3 (patch) | |
tree | 925b500f92331cf05cb90498e4169c12bf7fcc1a /pom.xml | |
parent | 7507624e55109e81185be1acdd8f912e9abfbfcc (diff) |
1.3.0 schema ingest changes
Issue-ID: AAI-1670
Change-Id: I402e56f0371f60641190e182bff4c3b954ad8987
Signed-off-by: rv871f <richard.vondadelszen@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -93,7 +93,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema-ingest</artifactId> - <version>1.2.2</version> + <version>1.3.0-SNAPSHOT</version> <!--<exclusions>--> <!--<exclusion>--> <!--<groupId>com.google.guava</groupId>--> @@ -129,6 +129,17 @@ limitations under the License. <version>1.10.19</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-context</artifactId> + <version>4.3.0.RELEASE</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-test</artifactId> + <version>4.3.0.RELEASE</version> + <scope>test</scope> + </dependency> </dependencies> <build> <defaultGoal>install</defaultGoal> |