summaryrefslogtreecommitdiffstats
path: root/athenz-identity-provider-service/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-05-16 14:56:02 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2018-05-16 14:56:02 +0200
commit2ba4b5890a2b9a4f308d7025370be1a3af4668f0 (patch)
tree76f995a9c257d2f0c56ea1cbc0866c54d9f10d4a /athenz-identity-provider-service/pom.xml
parent18331af5181c402fa517c8a62d37551510fb4901 (diff)
Remove use of deprecated entity types
Diffstat (limited to 'athenz-identity-provider-service/pom.xml')
-rw-r--r--athenz-identity-provider-service/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/athenz-identity-provider-service/pom.xml b/athenz-identity-provider-service/pom.xml
index 372763fede2..86d4defa861 100644
--- a/athenz-identity-provider-service/pom.xml
+++ b/athenz-identity-provider-service/pom.xml
@@ -131,12 +131,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <compilerArgs>
- <arg>-Xlint:-deprecation</arg>
- <arg>-Werror</arg>
- </compilerArgs>
- </configuration>
</plugin>
</plugins>
</build>