aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwaqas.ikram <waqas.ikram@est.tech>2021-02-16 13:59:40 +0000
committerwaqas.ikram <waqas.ikram@est.tech>2021-02-16 14:09:43 +0000
commit6ac98967cfac5dbcffc6901363836054a008bacb (patch)
tree16c2ecf1cfe82692baba306e113e4cac7b48052c
parent977e877994ac3595e956ede423022716d1ef9aaf (diff)
Changing parent and core version to 1.8.0-SNAPSHOT
Change-Id: Ib948a1f2384d58d0b629f780f277ae17621902b6 Issue-ID: SO-3473 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
-rw-r--r--pom.xml56
-rw-r--r--so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-bpmn-flows/pom.xml13
2 files changed, 63 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 5c1a78f..e4b532a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.onap.so</groupId>
<artifactId>so</artifactId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.8.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.so.so-etsi-nfvo</groupId>
<artifactId>so-etsi-nfvo</artifactId>
@@ -30,7 +30,8 @@
<snakeyaml-version>0.11</snakeyaml-version>
<hamcrest-version>2.2</hamcrest-version>
<equalsverifier-version>3.4.1</equalsverifier-version>
- <so-core-version>1.7.1-SNAPSHOT</so-core-version>
+ <springframework-wiremock-version>1.2.4.RELEASE</springframework-wiremock-version>
+ <so-core-version>1.8.0-SNAPSHOT</so-core-version>
<so-etsi-sol003-adapter-version>1.7.1-SNAPSHOT</so-etsi-sol003-adapter-version>
</properties>
@@ -44,6 +45,57 @@
<target>${version.java.compiler}</target>
</configuration>
</plugin>
+ <plugin>
+ <groupId>net.revelc.code.formatter</groupId>
+ <artifactId>formatter-maven-plugin</artifactId>
+ <version>2.9.0</version>
+ <executions>
+ <execution>
+ <id>format-java</id>
+ <goals>
+ <goal>format</goal>
+ </goals>
+ <phase>process-sources</phase>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </execution>
+ <execution>
+ <id>format-xml</id>
+ <goals>
+ <goal>format</goal>
+ </goals>
+ <phase>process-sources</phase>
+ <configuration>
+ <skip>true</skip>
+ <includes>
+ <include>pom.xml</include>
+ </includes>
+ </configuration>
+ </execution>
+ <execution>
+ <id>validate-java</id>
+ <goals>
+ <goal>validate</goal>
+ </goals>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </execution>
+ <execution>
+ <id>validate-poms</id>
+ <goals>
+ <goal>validate</goal>
+ </goals>
+ <configuration>
+ <skip>true</skip>
+ <includes>
+ <include>pom.xml</include>
+ </includes>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
diff --git a/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-bpmn-flows/pom.xml b/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-bpmn-flows/pom.xml
index 73b5f0b..7914b83 100644
--- a/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-bpmn-flows/pom.xml
+++ b/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-bpmn-flows/pom.xml
@@ -43,13 +43,13 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.onap.so.adapters</groupId>
- <artifactId>etsi-sol003-pkgm-ext-clients</artifactId>
+ <groupId>org.onap.so.adapters.so-etsi-sol003-adapter.pkgm</groupId>
+ <artifactId>so-etsi-sol003-adapter-pkgm-ext-clients</artifactId>
<version>${so-etsi-sol003-adapter-version}</version>
</dependency>
<dependency>
- <groupId>org.onap.so.adapters</groupId>
- <artifactId>etsi-sol003-lcm-api</artifactId>
+ <groupId>org.onap.so.adapters.so-etsi-sol003-adapter.lcm</groupId>
+ <artifactId>so-etsi-sol003-adapter-lcm-api</artifactId>
<version>${so-etsi-sol003-adapter-version}</version>
</dependency>
<dependency>
@@ -108,5 +108,10 @@
<version>${equalsverifier-version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.springframework.cloud</groupId>
+ <artifactId>spring-cloud-contract-wiremock</artifactId>
+ <version>${springframework-wiremock-version}</version>
+ </dependency>
</dependencies>
</project> \ No newline at end of file