diff options
Diffstat (limited to 'auth/auth-cass')
-rw-r--r-- | auth/auth-cass/.gitignore | 9 | ||||
-rw-r--r-- | auth/auth-cass/pom.xml | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/auth/auth-cass/.gitignore b/auth/auth-cass/.gitignore deleted file mode 100644 index d7c9d7e7..00000000 --- a/auth/auth-cass/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -/.settings -/bin -/Old -/target -/.classpath -/.project -/AAF_2.0.8_alter.zip -/logs/ -/target/ diff --git a/auth/auth-cass/pom.xml b/auth/auth-cass/pom.xml index 56f367d6..c8a8a3af 100644 --- a/auth/auth-cass/pom.xml +++ b/auth/auth-cass/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> |