diff options
Diffstat (limited to 'auth/auth-deforg')
-rw-r--r-- | auth/auth-deforg/.gitignore | 5 | ||||
-rw-r--r-- | auth/auth-deforg/pom.xml | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/auth/auth-deforg/.gitignore b/auth/auth-deforg/.gitignore deleted file mode 100644 index ad5605e4..00000000 --- a/auth/auth-deforg/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/bin/ -/target/ -/.classpath -/.project -/.settings diff --git a/auth/auth-deforg/pom.xml b/auth/auth-deforg/pom.xml index 29de4fd3..1d424b47 100644 --- a/auth/auth-deforg/pom.xml +++ b/auth/auth-deforg/pom.xml @@ -60,6 +60,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> |