aboutsummaryrefslogtreecommitdiffstats
path: root/application-model
diff options
context:
space:
mode:
Diffstat (limited to 'application-model')
-rw-r--r--application-model/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/application-model/pom.xml b/application-model/pom.xml
index 801c72e9194..b4a3949fdb4 100644
--- a/application-model/pom.xml
+++ b/application-model/pom.xml
@@ -38,16 +38,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- <compilerArgs>
- <arg>-Xlint:rawtypes</arg>
- <arg>-Xlint:unchecked</arg>
- <arg>-Xlint:deprecation</arg>
- <arg>-Werror</arg>
- </compilerArgs>
- </configuration>
</plugin>
</plugins>
</build>