Merge "Update maven build deploy version"
authorToine Siebelink <toine.siebelink@est.tech>
Fri, 25 Mar 2022 14:03:47 +0000 (14:03 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 25 Mar 2022 14:03:47 +0000 (14:03 +0000)
1  2 
cps-dependencies/pom.xml

diff --combined cps-dependencies/pom.xml
          <mapstruct.version>1.4.2.Final</mapstruct.version>
      </properties>
  
+     <build>
+         <pluginManagement>
+             <plugins>
+                 <plugin>
+                     <groupId>org.apache.maven.plugins</groupId>
+                     <artifactId>maven-deploy-plugin</artifactId>
+                     <version>2.8.2</version>
+                 </plugin>
+             </plugins>
+         </pluginManagement>
+     </build>
      <distributionManagement>
          <repository>
              <id>ecomp-releases</id>
              <dependency>
                  <groupId>org.springframework.boot</groupId>
                  <artifactId>spring-boot-dependencies</artifactId>
 -                <version>2.5.5</version>
 +                <version>2.6.4</version>
                  <type>pom</type>
                  <scope>import</scope>
              </dependency>
              <dependency>
                  <groupId>org.springframework.cloud</groupId>
                  <artifactId>spring-cloud-dependencies</artifactId>
 -                <version>2020.0.2</version>
 +                <version>2021.0.1</version>
                  <type>pom</type>
                  <scope>import</scope>
              </dependency>
                  <version>0.18.0</version>
                  <scope>test</scope>
              </dependency>
 -            <dependency>
 -                <groupId>org.apache.logging.log4j</groupId>
 -                <artifactId>log4j-api</artifactId>
 -                <version>2.17.2</version>
 -            </dependency>
 -            <dependency>
 -                <groupId>org.apache.logging.log4j</groupId>
 -                <artifactId>log4j-to-slf4j</artifactId>
 -                <version>2.17.2</version>
 -            </dependency>
              <dependency>
                  <groupId>org.mapstruct</groupId>
                  <artifactId>mapstruct</artifactId>