diff options
Diffstat (limited to 'auth/auth-service')
-rw-r--r-- | auth/auth-service/.gitignore | 15 | ||||
-rw-r--r-- | auth/auth-service/pom.xml | 12 |
2 files changed, 0 insertions, 27 deletions
diff --git a/auth/auth-service/.gitignore b/auth/auth-service/.gitignore deleted file mode 100644 index 940e35eb..00000000 --- a/auth/auth-service/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/.settings -/.classpath -/bin -/common -/logs -/target/ -/tokens/ -/.project -/Dockerfile -/dbuild -/docker-compose.yaml -/drun -/run -/dbuild.orig -/dcy diff --git a/auth/auth-service/pom.xml b/auth/auth-service/pom.xml index 33560e33..43a2af25 100644 --- a/auth/auth-service/pom.xml +++ b/auth/auth-service/pom.xml @@ -129,16 +129,4 @@ </plugins> </build> - <distributionManagement> - <repository> - <id>nexus</id> - <name>attarch-releases</name> - <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases</url> - </repository> - <snapshotRepository> - <id>nexus</id> - <name>attarch-snapshots</name> - <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-snapshots</url> - </snapshotRepository> - </distributionManagement> </project> |