You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2020/05/02 18:31:49 UTC

[airavata-custos] branch develop updated: bumping up to latest apache parent dependency

This is an automated email from the ASF dual-hosted git repository.

smarru pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git


The following commit(s) were added to refs/heads/develop by this push:
     new 555e6e0  bumping up to latest apache parent dependency
     new f6d500e  Merge pull request #51 from smarru/develop
555e6e0 is described below

commit 555e6e0182be5c927edbb834d6148bf8c6e9d943
Author: Suresh Marru <sm...@apache.org>
AuthorDate: Sat May 2 10:40:32 2020 -0400

    bumping up to latest apache parent dependency
---
 pom.xml | 363 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 181 insertions(+), 182 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9a839e5..c297066 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>18</version>
+        <version>23</version>
         <relativePath/>
     </parent>
 
@@ -45,179 +45,175 @@
         <module>custos-clients</module>
     </modules>
 
-
     <dependencyManagement>
-         <dependencies>
-             <dependency>
-                 <groupId>org.springframework.boot</groupId>
-                 <artifactId>spring-boot-starter-parent</artifactId>
-                 <version>${spring.boot.version}</version>
-                 <type>pom</type>
-                 <scope>import</scope>
-             </dependency>
-             <dependency>
-                 <groupId>org.springframework.cloud</groupId>
-                 <artifactId>spring-cloud-dependencies</artifactId>
-                 <version>${spring.cloud.version}</version>
-                 <type>pom</type>
-                 <scope>import</scope>
-             </dependency>
-             <dependency>
-                 <groupId>org.lognet</groupId>
-                 <artifactId>grpc-spring-boot-starter</artifactId>
-                 <version>${grpc.spring.boot.version}</version>
-                 <exclusions>
-                     <exclusion>
-                         <groupId>io.grpc</groupId>
-                         <artifactId>grpc-netty</artifactId>
-                     </exclusion>
-                     <exclusion>
-                         <groupId>org.springframework.boot</groupId>
-                         <artifactId>spring-boot-starter</artifactId>
-                     </exclusion>
-                 </exclusions>
-             </dependency>
-             <dependency>
-                 <groupId>io.grpc</groupId>
-                 <artifactId>grpc-stub</artifactId>
-                 <version>${io.grpc.version}</version>
-             </dependency>
-             <dependency>
-                 <groupId>io.grpc</groupId>
-                 <artifactId>grpc-protobuf</artifactId>
-                 <version>${io.grpc.version}</version>
-             </dependency>
-             <dependency>
-                 <groupId>io.grpc</groupId>
-                 <artifactId>grpc-netty</artifactId>
-                 <version>${io.grpc.version}</version>
-             </dependency>
-             <dependency>
-                 <groupId>javax.annotation</groupId>
-                 <artifactId>javax.annotation-api</artifactId>
-                 <version>${javax.annotation.version}</version>
-             </dependency>
-             <dependency>
-                 <groupId>org.springframework.cloud</groupId>
-                 <artifactId>spring-cloud-starter-sleuth</artifactId>
-                 <version>${spring.cloud.slueth.version}</version>
-             </dependency>
-             <dependency>
-                 <groupId>org.springframework.cloud</groupId>
-                 <artifactId>spring-cloud-sleuth-zipkin</artifactId>
-                 <version>${spring.cloud.slueth.version}</version>
-             </dependency>
-             <dependency>
-                 <groupId>org.springframework.cloud</groupId>
-                 <artifactId>spring-cloud-starter-vault-config</artifactId>
-                 <version>${spring.boot.version}</version>
-             </dependency>
-
-             <dependency>
-                 <groupId>io.zipkin.brave</groupId>
-                 <artifactId>brave-instrumentation-grpc</artifactId>
-                 <version>${brave.version}</version>
-             </dependency>
-             <dependency>
-                 <groupId>io.micrometer</groupId>
-                 <artifactId>micrometer-registry-prometheus</artifactId>
-                 <version>${io.micrometer.version}</version>
-             </dependency>
-             <dependency>
-                 <groupId>com.google.api.grpc</groupId>
-                 <artifactId>proto-google-common-protos</artifactId>
-                 <version>${google.common.protos}</version>
-             </dependency>
-             <dependency>
-                 <groupId>mysql</groupId>
-                 <artifactId>mysql-connector-java</artifactId>
-                 <version>${mysql.connector.java}</version>
-             </dependency>
-             <dependency>
-                 <groupId>javax.persistence</groupId>
-                 <artifactId>persistence-api</artifactId>
-                 <version>${javax.persistance}</version>
-             </dependency>
-             <dependency>
-                 <groupId>org.keycloak</groupId>
-                 <artifactId>keycloak-admin-client</artifactId>
-                 <version>${keycloak.admin.version}</version>
-             </dependency>
-             <dependency>
-                 <groupId>org.keycloak</groupId>
-                 <artifactId>keycloak-authz-client</artifactId>
-                 <version>${keycloak.admin.version}</version>
-             </dependency>
-             <dependency>
-                 <groupId>org.keycloak</groupId>
-                 <artifactId>keycloak-authz-client</artifactId>
-                 <version>${keycloak.admin.version}</version>
-             </dependency>
-             <dependency>
-                 <groupId>org.jboss.resteasy</groupId>
-                 <artifactId>resteasy-client</artifactId>
-                 <version>${reasteasy.client.version}</version>
-             </dependency>
-             <dependency>
-             <groupId>org.jboss.resteasy</groupId>
-             <artifactId>resteasy-jackson2-provider</artifactId>
-             <version>${reasteasy.client.version}</version>
-         </dependency>
-             <dependency>
-                 <groupId>org.jboss.resteasy</groupId>
-                 <artifactId>resteasy-jaxrs</artifactId>
-                 <version>${reasteasy.client.version}</version>
-             </dependency>
-             <dependency>
-                 <groupId>org.jboss.resteasy</groupId>
-                 <artifactId>resteasy-multipart-provider</artifactId>
-                 <version>${reasteasy.client.version}</version>
-             </dependency>
-             <dependency>
-                 <groupId>com.google.protobuf</groupId>
-                 <artifactId>protobuf-java-util</artifactId>
-                 <version>${com.google.protobuf.util}</version>
-             </dependency>
-             <dependency>
-                 <groupId>io.springfox</groupId>
-                 <artifactId>springfox-swagger2</artifactId>
-                 <version>${springfox.swagger.version}</version>
-             </dependency>
-
-
-             <!--Swagger -->
-             <dependency>
-                 <groupId>io.springfox</groupId>
-                 <artifactId>springfox-swagger-ui</artifactId>
-                 <version>${springfox.swagger.version}</version>
-             </dependency>
-             <dependency>
-                 <groupId>io.springfox</groupId>
-                 <artifactId>springfox-bean-validators</artifactId>
-                 <version>${springfox.swagger.version}</version>
-             </dependency>
-             <dependency>
-                 <groupId>javax.xml</groupId>
-                 <artifactId>jaxb-api</artifactId>
-                 <version>${jaxb.version}</version>
-             </dependency>
-
-             <!-- SCIM-->
-             <dependency>
-                 <groupId>org.wso2.charon</groupId>
-                 <artifactId>org.wso2.charon3.core</artifactId>
-                 <version>${org.wso2.charon}</version>
-             </dependency>
-
-
-             <!--Kube -->
-             <dependency>
-                 <groupId>io.kubernetes</groupId>
-                 <artifactId>client-java</artifactId>
-                 <version>${kube.java.client.version}</version>
-             </dependency>
-
-         </dependencies>
+        <dependencies>
+            <dependency>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-starter-parent</artifactId>
+                <version>${spring.boot.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework.cloud</groupId>
+                <artifactId>spring-cloud-dependencies</artifactId>
+                <version>${spring.cloud.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.lognet</groupId>
+                <artifactId>grpc-spring-boot-starter</artifactId>
+                <version>${grpc.spring.boot.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>io.grpc</groupId>
+                        <artifactId>grpc-netty</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>org.springframework.boot</groupId>
+                        <artifactId>spring-boot-starter</artifactId>
+                    </exclusion>
+                </exclusions>
+            </dependency>
+            <dependency>
+                <groupId>io.grpc</groupId>
+                <artifactId>grpc-stub</artifactId>
+                <version>${io.grpc.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>io.grpc</groupId>
+                <artifactId>grpc-protobuf</artifactId>
+                <version>${io.grpc.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>io.grpc</groupId>
+                <artifactId>grpc-netty</artifactId>
+                <version>${io.grpc.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>javax.annotation</groupId>
+                <artifactId>javax.annotation-api</artifactId>
+                <version>${javax.annotation.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework.cloud</groupId>
+                <artifactId>spring-cloud-starter-sleuth</artifactId>
+                <version>${spring.cloud.slueth.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework.cloud</groupId>
+                <artifactId>spring-cloud-sleuth-zipkin</artifactId>
+                <version>${spring.cloud.slueth.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework.cloud</groupId>
+                <artifactId>spring-cloud-starter-vault-config</artifactId>
+                <version>${spring.boot.version}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>io.zipkin.brave</groupId>
+                <artifactId>brave-instrumentation-grpc</artifactId>
+                <version>${brave.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>io.micrometer</groupId>
+                <artifactId>micrometer-registry-prometheus</artifactId>
+                <version>${io.micrometer.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.google.api.grpc</groupId>
+                <artifactId>proto-google-common-protos</artifactId>
+                <version>${google.common.protos}</version>
+            </dependency>
+            <dependency>
+                <groupId>mysql</groupId>
+                <artifactId>mysql-connector-java</artifactId>
+                <version>${mysql.connector.java}</version>
+            </dependency>
+            <dependency>
+                <groupId>javax.persistence</groupId>
+                <artifactId>persistence-api</artifactId>
+                <version>${javax.persistance}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.keycloak</groupId>
+                <artifactId>keycloak-admin-client</artifactId>
+                <version>${keycloak.admin.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.keycloak</groupId>
+                <artifactId>keycloak-authz-client</artifactId>
+                <version>${keycloak.admin.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.keycloak</groupId>
+                <artifactId>keycloak-authz-client</artifactId>
+                <version>${keycloak.admin.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.jboss.resteasy</groupId>
+                <artifactId>resteasy-client</artifactId>
+                <version>${reasteasy.client.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.jboss.resteasy</groupId>
+                <artifactId>resteasy-jackson2-provider</artifactId>
+                <version>${reasteasy.client.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.jboss.resteasy</groupId>
+                <artifactId>resteasy-jaxrs</artifactId>
+                <version>${reasteasy.client.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.jboss.resteasy</groupId>
+                <artifactId>resteasy-multipart-provider</artifactId>
+                <version>${reasteasy.client.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.google.protobuf</groupId>
+                <artifactId>protobuf-java-util</artifactId>
+                <version>${com.google.protobuf.util}</version>
+            </dependency>
+            <dependency>
+                <groupId>io.springfox</groupId>
+                <artifactId>springfox-swagger2</artifactId>
+                <version>${springfox.swagger.version}</version>
+            </dependency>
+
+            <!--Swagger -->
+            <dependency>
+                <groupId>io.springfox</groupId>
+                <artifactId>springfox-swagger-ui</artifactId>
+                <version>${springfox.swagger.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>io.springfox</groupId>
+                <artifactId>springfox-bean-validators</artifactId>
+                <version>${springfox.swagger.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>javax.xml</groupId>
+                <artifactId>jaxb-api</artifactId>
+                <version>${jaxb.version}</version>
+            </dependency>
+
+            <!-- SCIM-->
+            <dependency>
+                <groupId>org.wso2.charon</groupId>
+                <artifactId>org.wso2.charon3.core</artifactId>
+                <version>${org.wso2.charon}</version>
+            </dependency>
+
+            <!--Kube -->
+            <dependency>
+                <groupId>io.kubernetes</groupId>
+                <artifactId>client-java</artifactId>
+                <version>${kube.java.client.version}</version>
+            </dependency>
+        </dependencies>
     </dependencyManagement>
 
     <profiles>
@@ -259,9 +255,11 @@
                         <artifactId>protobuf-maven-plugin</artifactId>
                         <version>${protobuf.maven.plugin}</version>
                         <configuration>
-                            <protocArtifact>com.google.protobuf:protoc:3.0.2:exe:${os.detected.classifier}</protocArtifact>
+                            <protocArtifact>com.google.protobuf:protoc:3.0.2:exe:${os.detected.classifier}
+                            </protocArtifact>
                             <pluginId>grpc-java</pluginId>
-                            <pluginArtifact>io.grpc:protoc-gen-grpc-java:1.0.1:exe:${os.detected.classifier}</pluginArtifact>
+                            <pluginArtifact>io.grpc:protoc-gen-grpc-java:1.0.1:exe:${os.detected.classifier}
+                            </pluginArtifact>
                         </configuration>
                         <executions>
                             <execution>
@@ -310,9 +308,11 @@
                         <artifactId>protobuf-maven-plugin</artifactId>
                         <version>${protobuf.maven.plugin}</version>
                         <configuration>
-                            <protocArtifact>com.google.protobuf:protoc:3.0.2:exe:${os.detected.classifier}</protocArtifact>
+                            <protocArtifact>com.google.protobuf:protoc:3.0.2:exe:${os.detected.classifier}
+                            </protocArtifact>
                             <pluginId>grpc-java</pluginId>
-                            <pluginArtifact>io.grpc:protoc-gen-grpc-java:1.0.1:exe:${os.detected.classifier}</pluginArtifact>
+                            <pluginArtifact>io.grpc:protoc-gen-grpc-java:1.0.1:exe:${os.detected.classifier}
+                            </pluginArtifact>
                         </configuration>
                         <executions>
                             <execution>
@@ -398,7 +398,7 @@
         <thrift.version>0.12.0</thrift.version>
         <openjpa.version>2.4.3</openjpa.version>
         <mysql.connector.version>5.1.34</mysql.connector.version>
-        <maven.assembly.plugin>3.1.1</maven.assembly.plugin>
+        <maven.assembly.plugin>3.3.0</maven.assembly.plugin>
         <junit.version>4.8.1</junit.version>
         <jmockit.version>1.8</jmockit.version>
         <java.version>11</java.version>
@@ -421,11 +421,11 @@
         <io.micrometer.version>1.3.1</io.micrometer.version>
         <brave.version>5.9.1</brave.version>
 
-         <docker.image.prefix>apachecustos</docker.image.prefix>
+        <docker.image.prefix>apachecustos</docker.image.prefix>
         <docker.image.repo>custos</docker.image.repo>
-         <docker.plugin.version>1.4.13</docker.plugin.version>
+        <docker.plugin.version>1.4.13</docker.plugin.version>
 
-         <helm.maven.plugin.version>2.1.0</helm.maven.plugin.version>
+        <helm.maven.plugin.version>2.1.0</helm.maven.plugin.version>
         <maven.assembly.plugin.version>3.2.0</maven.assembly.plugin.version>
 
         <mysql.connector.java>8.0.18</mysql.connector.java>
@@ -445,7 +445,6 @@
 
     </properties>
 
-
     <repositories>
         <repository>
             <id>spring-milestones</id>