From a8d97381d7762c5e5e99f72468cd39596fcca8bc Mon Sep 17 00:00:00 2001 From: Instrumental Date: Wed, 20 Nov 2019 06:28:08 -0600 Subject: Fix names Issue-ID: AAF-1046 Change-Id: Idd0d5e2272863f021842eaa604e11728c1379c5f Signed-off-by: Instrumental --- auth/auth-batch/pom.xml | 16 ---------------- auth/auth-cass/pom.xml | 16 ---------------- .../java/org/onap/aaf/auth/dao/cached/FileGetter.java | 2 +- auth/auth-cmd/pom.xml | 16 ---------------- auth/auth-core/pom.xml | 16 ---------------- auth/auth-deforg/pom.xml | 16 ---------------- auth/auth-fs/pom.xml | 16 ---------------- auth/pom.xml | 16 ---------------- 8 files changed, 1 insertion(+), 113 deletions(-) (limited to 'auth') diff --git a/auth/auth-batch/pom.xml b/auth/auth-batch/pom.xml index 6b5d21c6..8f9db7c6 100644 --- a/auth/auth-batch/pom.xml +++ b/auth/auth-batch/pom.xml @@ -44,22 +44,6 @@ Lead Developer - - Gabe Maurer - gabe.maurer@att.com - ATT - - Developer - - - - Ian Howell - ian.howell@att.com - ATT - - Developer - - Sai Gandham sai.gandham@att.com diff --git a/auth/auth-cass/pom.xml b/auth/auth-cass/pom.xml index 11d759c2..5e86ba60 100644 --- a/auth/auth-cass/pom.xml +++ b/auth/auth-cass/pom.xml @@ -36,22 +36,6 @@ Lead Developer - - Gabe Maurer - gabe.maurer@att.com - ATT - - Developer - - - - Ian Howell - ian.howell@att.com - ATT - - Developer - - Sai Gandham sai.gandham@att.com diff --git a/auth/auth-cass/src/main/java/org/onap/aaf/auth/dao/cached/FileGetter.java b/auth/auth-cass/src/main/java/org/onap/aaf/auth/dao/cached/FileGetter.java index 75efdfae..31e5069b 100644 --- a/auth/auth-cass/src/main/java/org/onap/aaf/auth/dao/cached/FileGetter.java +++ b/auth/auth-cass/src/main/java/org/onap/aaf/auth/dao/cached/FileGetter.java @@ -129,7 +129,7 @@ public class FileGetter { public static void main(String[] args) { PropAccess access = new PropAccess(args); - access.setProperty(AAF_FILEGETTER,"/Users/jg1555/cred.dat"); + access.setProperty(AAF_FILEGETTER,"/opt/app/aaf/data/cred.dat"); FileGetter fg = FileGetter.singleton(access); for(String id : new String[] {"m01891@aaf.att.com","bogus"}) { diff --git a/auth/auth-cmd/pom.xml b/auth/auth-cmd/pom.xml index 76035309..2e7cb2d9 100644 --- a/auth/auth-cmd/pom.xml +++ b/auth/auth-cmd/pom.xml @@ -57,22 +57,6 @@ Lead Developer - - Gabe Maurer - gabe.maurer@att.com - ATT - - Developer - - - - Ian Howell - ian.howell@att.com - ATT - - Developer - - Sai Gandham sai.gandham@att.com diff --git a/auth/auth-core/pom.xml b/auth/auth-core/pom.xml index 01001c91..5409a327 100644 --- a/auth/auth-core/pom.xml +++ b/auth/auth-core/pom.xml @@ -44,22 +44,6 @@ Lead Developer - - Gabe Maurer - gabe.maurer@att.com - ATT - - Developer - - - - Ian Howell - ian.howell@att.com - ATT - - Developer - - Sai Gandham sai.gandham@att.com diff --git a/auth/auth-deforg/pom.xml b/auth/auth-deforg/pom.xml index 3d1eb9aa..e9bee7b8 100644 --- a/auth/auth-deforg/pom.xml +++ b/auth/auth-deforg/pom.xml @@ -44,22 +44,6 @@ Lead Developer - - Gabe Maurer - gabe.maurer@att.com - ATT - - Developer - - - - Ian Howell - ian.howell@att.com - ATT - - Developer - - Sai Gandham sai.gandham@att.com diff --git a/auth/auth-fs/pom.xml b/auth/auth-fs/pom.xml index 0d7b6dc1..87763650 100644 --- a/auth/auth-fs/pom.xml +++ b/auth/auth-fs/pom.xml @@ -56,22 +56,6 @@ Lead Developer - - Gabe Maurer - gabe.maurer@att.com - ATT - - Developer - - - - Ian Howell - ian.howell@att.com - ATT - - Developer - - Sai Gandham sai.gandham@att.com diff --git a/auth/pom.xml b/auth/pom.xml index f65e5564..eb65a5d3 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -65,22 +65,6 @@ Lead Developer - - Gabe Maurer - gabe.maurer@att.com - ATT - - Developer - - - - Ian Howell - ian.howell@att.com - ATT - - Developer - - Sai Gandham sai.gandham@att.com -- cgit 1.2.3-korg