You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2020/05/12 15:55:58 UTC

[airavata-custos] branch develop updated: remove snaphopt and non maven repositories

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

isjarana 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 3eaf4f5  remove snaphopt and non maven repositories
     new 3406b1d  Merge pull request #64 from isururanawaka/non_central_repo_removal
3eaf4f5 is described below

commit 3eaf4f5ccb2f41ed586628eee0884b647ffcf475
Author: Isuru Ranawaka <ir...@gmail.com>
AuthorDate: Tue May 12 10:44:43 2020 -0400

    remove snaphopt and non maven repositories
---
 .../custos-clients-core/pom.xml                    |  2 +-
 .../agent-profile-core-service/pom.xml             |  2 +-
 .../cluster-management-core-service/pom.xml        |  2 +-
 .../credential-store-core-service/pom.xml          |  2 +-
 .../custos-core-services-commons/pom.xml           |  2 +-
 .../federated-authentication-core-service/pom.xml  |  2 +-
 .../iam-admin-core-service/pom.xml                 |  2 +-
 custos-core-services/identity-core-service/pom.xml |  2 +-
 .../resource-secret-core-service/pom.xml           |  2 +-
 .../tenant-profile-core-service/pom.xml            |  2 +-
 .../user-profile-core-service/pom.xml              |  2 +-
 custos-integration-core/pom.xml                    |  2 +-
 .../agent-management-service/pom.xml               |  2 +-
 .../custos-integration-services-commons/pom.xml    |  2 +-
 .../group-management-service/pom.xml               |  2 +-
 .../identity-management-service/pom.xml            |  2 +-
 .../resource-secret-management-service/pom.xml     |  2 +-
 .../tenant-management-service/pom.xml              |  2 +-
 .../user-management-service/pom.xml                |  2 +-
 pom.xml                                            | 33 ++--------------------
 20 files changed, 21 insertions(+), 50 deletions(-)

diff --git a/custos-client-sdks/custos-java-clients/custos-clients-core/pom.xml b/custos-client-sdks/custos-java-clients/custos-clients-core/pom.xml
index e3286da..3d2dbb4 100644
--- a/custos-client-sdks/custos-java-clients/custos-clients-core/pom.xml
+++ b/custos-client-sdks/custos-java-clients/custos-clients-core/pom.xml
@@ -56,7 +56,7 @@
         </dependency>
 
         <dependency>
-            <groupId>org.lognet</groupId>
+            <groupId>io.github.lognet</groupId>
             <artifactId>grpc-spring-boot-starter</artifactId>
         </dependency>
         <dependency>
diff --git a/custos-core-services/agent-profile-core-service/pom.xml b/custos-core-services/agent-profile-core-service/pom.xml
index b7f5276..6c4ca1f 100644
--- a/custos-core-services/agent-profile-core-service/pom.xml
+++ b/custos-core-services/agent-profile-core-service/pom.xml
@@ -49,7 +49,7 @@
 
 
         <dependency>
-            <groupId>org.lognet</groupId>
+            <groupId>io.github.lognet</groupId>
             <artifactId>grpc-spring-boot-starter</artifactId>
         </dependency>
         <dependency>
diff --git a/custos-core-services/cluster-management-core-service/pom.xml b/custos-core-services/cluster-management-core-service/pom.xml
index add45fb..eb51471 100644
--- a/custos-core-services/cluster-management-core-service/pom.xml
+++ b/custos-core-services/cluster-management-core-service/pom.xml
@@ -46,7 +46,7 @@
         </dependency>
 
         <dependency>
-            <groupId>org.lognet</groupId>
+            <groupId>io.github.lognet</groupId>
             <artifactId>grpc-spring-boot-starter</artifactId>
         </dependency>
         <dependency>
diff --git a/custos-core-services/credential-store-core-service/pom.xml b/custos-core-services/credential-store-core-service/pom.xml
index 0b94dd1..75a354e 100644
--- a/custos-core-services/credential-store-core-service/pom.xml
+++ b/custos-core-services/credential-store-core-service/pom.xml
@@ -57,7 +57,7 @@
             <artifactId>spring-cloud-sleuth-zipkin</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.lognet</groupId>
+            <groupId>io.github.lognet</groupId>
             <artifactId>grpc-spring-boot-starter</artifactId>
         </dependency>
         <dependency>
diff --git a/custos-core-services/custos-core-services-commons/pom.xml b/custos-core-services/custos-core-services-commons/pom.xml
index dee3c5e..1135ea2 100644
--- a/custos-core-services/custos-core-services-commons/pom.xml
+++ b/custos-core-services/custos-core-services-commons/pom.xml
@@ -52,7 +52,7 @@
             <artifactId>persistence-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.lognet</groupId>
+            <groupId>io.github.lognet</groupId>
             <artifactId>grpc-spring-boot-starter</artifactId>
         </dependency>
         <dependency>
diff --git a/custos-core-services/federated-authentication-core-service/pom.xml b/custos-core-services/federated-authentication-core-service/pom.xml
index cbd6522..0f89d49 100644
--- a/custos-core-services/federated-authentication-core-service/pom.xml
+++ b/custos-core-services/federated-authentication-core-service/pom.xml
@@ -57,7 +57,7 @@
             <artifactId>spring-cloud-sleuth-zipkin</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.lognet</groupId>
+            <groupId>io.github.lognet</groupId>
             <artifactId>grpc-spring-boot-starter</artifactId>
         </dependency>
         <dependency>
diff --git a/custos-core-services/iam-admin-core-service/pom.xml b/custos-core-services/iam-admin-core-service/pom.xml
index a746cae..5201c4c 100644
--- a/custos-core-services/iam-admin-core-service/pom.xml
+++ b/custos-core-services/iam-admin-core-service/pom.xml
@@ -62,7 +62,7 @@
             <artifactId>spring-cloud-sleuth-zipkin</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.lognet</groupId>
+            <groupId>io.github.lognet</groupId>
             <artifactId>grpc-spring-boot-starter</artifactId>
         </dependency>
         <dependency>
diff --git a/custos-core-services/identity-core-service/pom.xml b/custos-core-services/identity-core-service/pom.xml
index 2a93cdf..0d9c7ee 100644
--- a/custos-core-services/identity-core-service/pom.xml
+++ b/custos-core-services/identity-core-service/pom.xml
@@ -61,7 +61,7 @@
             <artifactId>spring-cloud-sleuth-zipkin</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.lognet</groupId>
+            <groupId>io.github.lognet</groupId>
             <artifactId>grpc-spring-boot-starter</artifactId>
         </dependency>
         <dependency>
diff --git a/custos-core-services/resource-secret-core-service/pom.xml b/custos-core-services/resource-secret-core-service/pom.xml
index b622c68..db5ac31 100644
--- a/custos-core-services/resource-secret-core-service/pom.xml
+++ b/custos-core-services/resource-secret-core-service/pom.xml
@@ -48,7 +48,7 @@
 
 
         <dependency>
-            <groupId>org.lognet</groupId>
+            <groupId>io.github.lognet</groupId>
             <artifactId>grpc-spring-boot-starter</artifactId>
         </dependency>
         <dependency>
diff --git a/custos-core-services/tenant-profile-core-service/pom.xml b/custos-core-services/tenant-profile-core-service/pom.xml
index f570925..31efefc 100644
--- a/custos-core-services/tenant-profile-core-service/pom.xml
+++ b/custos-core-services/tenant-profile-core-service/pom.xml
@@ -50,7 +50,7 @@
 
 
       <dependency>
-          <groupId>org.lognet</groupId>
+          <groupId>io.github.lognet</groupId>
           <artifactId>grpc-spring-boot-starter</artifactId>
       </dependency>
       <dependency>
diff --git a/custos-core-services/user-profile-core-service/pom.xml b/custos-core-services/user-profile-core-service/pom.xml
index e9cb71f..9aef334 100644
--- a/custos-core-services/user-profile-core-service/pom.xml
+++ b/custos-core-services/user-profile-core-service/pom.xml
@@ -48,7 +48,7 @@
 
 
         <dependency>
-            <groupId>org.lognet</groupId>
+            <groupId>io.github.lognet</groupId>
             <artifactId>grpc-spring-boot-starter</artifactId>
         </dependency>
         <dependency>
diff --git a/custos-integration-core/pom.xml b/custos-integration-core/pom.xml
index bd1c29c..a7f394c 100644
--- a/custos-integration-core/pom.xml
+++ b/custos-integration-core/pom.xml
@@ -41,7 +41,7 @@
         </dependency>
 
         <dependency>
-            <groupId>org.lognet</groupId>
+            <groupId>io.github.lognet</groupId>
             <artifactId>grpc-spring-boot-starter</artifactId>
         </dependency>
         <dependency>
diff --git a/custos-integration-services/agent-management-service-parent/agent-management-service/pom.xml b/custos-integration-services/agent-management-service-parent/agent-management-service/pom.xml
index 224a246..fc0dfc2 100644
--- a/custos-integration-services/agent-management-service-parent/agent-management-service/pom.xml
+++ b/custos-integration-services/agent-management-service-parent/agent-management-service/pom.xml
@@ -99,7 +99,7 @@
             <artifactId>micrometer-registry-prometheus</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.lognet</groupId>
+            <groupId>io.github.lognet</groupId>
             <artifactId>grpc-spring-boot-starter</artifactId>
         </dependency>
         <dependency>
diff --git a/custos-integration-services/custos-integration-services-commons/pom.xml b/custos-integration-services/custos-integration-services-commons/pom.xml
index 8d6d341..644bcac 100644
--- a/custos-integration-services/custos-integration-services-commons/pom.xml
+++ b/custos-integration-services/custos-integration-services-commons/pom.xml
@@ -55,7 +55,7 @@
         </dependency>
 
         <dependency>
-            <groupId>org.lognet</groupId>
+            <groupId>io.github.lognet</groupId>
             <artifactId>grpc-spring-boot-starter</artifactId>
         </dependency>
         <dependency>
diff --git a/custos-integration-services/group-management-service-parent/group-management-service/pom.xml b/custos-integration-services/group-management-service-parent/group-management-service/pom.xml
index 3ed2640..1ac8b6f 100644
--- a/custos-integration-services/group-management-service-parent/group-management-service/pom.xml
+++ b/custos-integration-services/group-management-service-parent/group-management-service/pom.xml
@@ -95,7 +95,7 @@
             <artifactId>micrometer-registry-prometheus</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.lognet</groupId>
+            <groupId>io.github.lognet</groupId>
             <artifactId>grpc-spring-boot-starter</artifactId>
         </dependency>
         <dependency>
diff --git a/custos-integration-services/identity-management-service-parent/identity-management-service/pom.xml b/custos-integration-services/identity-management-service-parent/identity-management-service/pom.xml
index 05284a9..7ced6c4 100644
--- a/custos-integration-services/identity-management-service-parent/identity-management-service/pom.xml
+++ b/custos-integration-services/identity-management-service-parent/identity-management-service/pom.xml
@@ -87,7 +87,7 @@
             <artifactId>micrometer-registry-prometheus</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.lognet</groupId>
+            <groupId>io.github.lognet</groupId>
             <artifactId>grpc-spring-boot-starter</artifactId>
         </dependency>
         <dependency>
diff --git a/custos-integration-services/resource-secret-management-service-parent/resource-secret-management-service/pom.xml b/custos-integration-services/resource-secret-management-service-parent/resource-secret-management-service/pom.xml
index 43cea37..e4972c4 100644
--- a/custos-integration-services/resource-secret-management-service-parent/resource-secret-management-service/pom.xml
+++ b/custos-integration-services/resource-secret-management-service-parent/resource-secret-management-service/pom.xml
@@ -110,7 +110,7 @@
             <artifactId>micrometer-registry-prometheus</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.lognet</groupId>
+            <groupId>io.github.lognet</groupId>
             <artifactId>grpc-spring-boot-starter</artifactId>
         </dependency>
         <dependency>
diff --git a/custos-integration-services/tenant-management-service-parent/tenant-management-service/pom.xml b/custos-integration-services/tenant-management-service-parent/tenant-management-service/pom.xml
index d6bada6..ddd6a8f 100644
--- a/custos-integration-services/tenant-management-service-parent/tenant-management-service/pom.xml
+++ b/custos-integration-services/tenant-management-service-parent/tenant-management-service/pom.xml
@@ -102,7 +102,7 @@
               <artifactId>micrometer-registry-prometheus</artifactId>
           </dependency>
           <dependency>
-              <groupId>org.lognet</groupId>
+              <groupId>io.github.lognet</groupId>
               <artifactId>grpc-spring-boot-starter</artifactId>
           </dependency>
           <dependency>
diff --git a/custos-integration-services/user-management-service-parent/user-management-service/pom.xml b/custos-integration-services/user-management-service-parent/user-management-service/pom.xml
index ee80dd9..23c254d 100644
--- a/custos-integration-services/user-management-service-parent/user-management-service/pom.xml
+++ b/custos-integration-services/user-management-service-parent/user-management-service/pom.xml
@@ -94,7 +94,7 @@
             <artifactId>micrometer-registry-prometheus</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.lognet</groupId>
+            <groupId>io.github.lognet</groupId>
             <artifactId>grpc-spring-boot-starter</artifactId>
         </dependency>
         <dependency>
diff --git a/pom.xml b/pom.xml
index e604ee3..4fc8b02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
                 <scope>import</scope>
             </dependency>
             <dependency>
-                <groupId>org.lognet</groupId>
+                <groupId>io.github.lognet</groupId>
                 <artifactId>grpc-spring-boot-starter</artifactId>
                 <version>${grpc.spring.boot.version}</version>
                 <exclusions>
@@ -468,7 +468,7 @@
         <!-- Spring dependencies -->
         <spring.boot.version>2.2.0.RELEASE</spring.boot.version>
         <spring.cloud.version>Greenwich.RELEASE</spring.cloud.version>
-        <grpc.spring.boot.version>2.3.2</grpc.spring.boot.version>
+        <grpc.spring.boot.version>2.4.4</grpc.spring.boot.version>
 
         <spring.cloud.stream.version>2.0.0.RELEASE</spring.cloud.stream.version>
         <spring.cloud.slueth.version>2.1.6.RELEASE</spring.cloud.slueth.version>
@@ -512,33 +512,4 @@
 
     </properties>
 
-
-    <repositories>
-        <repository>
-            <id>spring-milestones</id>
-            <name>Spring Milestones</name>
-            <url>https://repo.spring.io/milestone</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-        <repository>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <id>bintray-lognet-maven</id>
-            <name>bintray</name>
-            <url>http://dl.bintray.com/lognet/maven</url>
-        </repository>
-    </repositories>
-    <pluginRepositories>
-        <pluginRepository>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <id>bintray-lognet-maven</id>
-            <name>bintray-plugins</name>
-            <url>http://dl.bintray.com/lognet/maven</url>
-        </pluginRepository>
-    </pluginRepositories>
 </project>
\ No newline at end of file