diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 16 |
1 files changed, 4 insertions, 12 deletions
@@ -36,7 +36,7 @@ limitations under the License. <properties> <docker.location>${basedir}/target</docker.location> - <version.org.onap.aai.aai-common>1.2.4</version.org.onap.aai.aai-common> + <version.org.onap.aai.aai-common>1.4.0-SNAPSHOT</version.org.onap.aai.aai-common> <event.client.version>1.3.1</event.client.version> </properties> @@ -88,6 +88,7 @@ limitations under the License. <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.apache.cxf</groupId> @@ -337,7 +338,7 @@ limitations under the License. <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>1.10.19</version> + <version>2.15.0</version> <scope>test</scope> <exclusions> <exclusion> @@ -488,16 +489,7 @@ limitations under the License. <artifactId>aai-schema</artifactId> <version>${version.org.onap.aai.aai-common}</version> <type>jar</type> - <includes>oxm/</includes> - <outputDirectory>${project.build.directory}/bundleconfig-local/etc</outputDirectory> - </artifactItem> - <artifactItem> - <groupId>org.onap.aai.aai-common</groupId> - <artifactId>aai-core</artifactId> - <version>${version.org.onap.aai.aai-common}</version> - <type>jar</type> - <includes>dbedgerules/</includes> - <excludes>**/*.ftlh</excludes> + <includes>onap/**/</includes> <outputDirectory>${project.build.directory}/bundleconfig-local/etc</outputDirectory> </artifactItem> </artifactItems> |