You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2018/02/19 21:14:43 UTC

[airavata] 02/03: Remove registry client from credential store

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

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

commit 49ff096b2c8601e397e71de21e3b8fc06515e85d
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Mon Feb 19 16:11:19 2018 -0500

    Remove registry client from credential store
    
    This caused a compilation failure because it added a dependency on
    openjpa-all which has its own slf4j api packages in it, breaking
    OrchestratorServerHandler's own use of the slf4j API.
---
 modules/credential-store/credential-store-service/pom.xml           | 5 -----
 .../credential/store/store/impl/util/CredentialStoreInitUtil.java   | 6 ------
 2 files changed, 11 deletions(-)

diff --git a/modules/credential-store/credential-store-service/pom.xml b/modules/credential-store/credential-store-service/pom.xml
index 609c218..b7e7b2c 100644
--- a/modules/credential-store/credential-store-service/pom.xml
+++ b/modules/credential-store/credential-store-service/pom.xml
@@ -41,11 +41,6 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.airavata</groupId>
-            <artifactId>airavata-registry-core</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
             <groupId>edu.uiuc.ncsa.myproxy</groupId>
             <artifactId>oa4mp-client-api</artifactId>
             <version>${oa4mp.version}</version>
diff --git a/modules/credential-store/credential-store-service/src/main/java/org/apache/airavata/credential/store/store/impl/util/CredentialStoreInitUtil.java b/modules/credential-store/credential-store-service/src/main/java/org/apache/airavata/credential/store/store/impl/util/CredentialStoreInitUtil.java
index 4eb8fb3..0731850 100644
--- a/modules/credential-store/credential-store-service/src/main/java/org/apache/airavata/credential/store/store/impl/util/CredentialStoreInitUtil.java
+++ b/modules/credential-store/credential-store-service/src/main/java/org/apache/airavata/credential/store/store/impl/util/CredentialStoreInitUtil.java
@@ -20,13 +20,7 @@
 package org.apache.airavata.credential.store.store.impl.util;
 
 import org.apache.airavata.common.exception.ApplicationSettingsException;
-import org.apache.airavata.common.utils.DBUtil;
 import org.apache.airavata.common.utils.ServerSettings;
-import org.apache.airavata.credential.store.credential.impl.password.PasswordCredential;
-import org.apache.airavata.credential.store.store.impl.SSHCredentialWriter;
-import org.apache.airavata.credential.store.util.TokenGenerator;
-import org.apache.airavata.registry.core.app.catalog.resources.AppCatalogResource;
-import org.apache.airavata.registry.core.app.catalog.resources.GatewayProfileResource;
 import org.apache.derby.drda.NetworkServerControl;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;

-- 
To stop receiving notification emails like this one, please contact
machristie@apache.org.