summaryrefslogtreecommitdiffstats
path: root/athenz-identity-provider-service/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-05-11 13:52:00 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2018-05-11 18:10:23 +0200
commitf9798cea35c7f829afa4414ba90e839df2bba4d5 (patch)
treec9f1d4b51c8a23f9039f4d1f7cc310955a2a4578 /athenz-identity-provider-service/pom.xml
parentcf80ff1b7ce08cd3fdfd8c789de45da02ffba5c9 (diff)
Add new binding types which name does not conflict with model types
- Deprecate old types - Add utility class to map between the types - Temporarily allow deprecation warnings in vespa-athenz + athenz-identity-provider-service.
Diffstat (limited to 'athenz-identity-provider-service/pom.xml')
-rw-r--r--athenz-identity-provider-service/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/athenz-identity-provider-service/pom.xml b/athenz-identity-provider-service/pom.xml
index 86d4defa861..372763fede2 100644
--- a/athenz-identity-provider-service/pom.xml
+++ b/athenz-identity-provider-service/pom.xml
@@ -131,6 +131,12 @@
<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>