diff options
Diffstat (limited to 'auth/auth-cmd')
-rw-r--r-- | auth/auth-cmd/.gitignore | 6 | ||||
-rw-r--r-- | auth/auth-cmd/pom.xml | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/auth/auth-cmd/.gitignore b/auth/auth-cmd/.gitignore deleted file mode 100644 index 5aee8092..00000000 --- a/auth/auth-cmd/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -/.settings -/bin -/logs -/target -/.classpath -/.project diff --git a/auth/auth-cmd/pom.xml b/auth/auth-cmd/pom.xml index 4b051889..bf0cc284 100644 --- a/auth/auth-cmd/pom.xml +++ b/auth/auth-cmd/pom.xml @@ -65,6 +65,14 @@ <role>Developer</role> </roles> </developer> + <developer> + <name>Sai Gandham</name> + <email>sai.gandham@att.com</email> + <organization>ATT</organization> + <roles> + <role>Developer</role> + </roles> + </developer> </developers> |