summaryrefslogtreecommitdiffstats
path: root/config-application-package/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2016-06-23 14:35:01 +0200
committerHarald Musum <musum@yahoo-inc.com>2016-06-23 14:35:01 +0200
commit28ba52c80f8f6489a2769bb67090658e4f8601f9 (patch)
tree4e91c8ceb9539f332e1cb1111fde8811b25c8744 /config-application-package/pom.xml
parent9cdabbcdd2f081f961d32cc2d62f26f6894e5f4b (diff)
Remove Guava use in standalone use of application preprocessor
Diffstat (limited to 'config-application-package/pom.xml')
-rw-r--r--config-application-package/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/config-application-package/pom.xml b/config-application-package/pom.xml
index d280af8dc28..7f49e9fb8b6 100644
--- a/config-application-package/pom.xml
+++ b/config-application-package/pom.xml
@@ -92,11 +92,6 @@
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
@@ -121,7 +116,6 @@
<configuration>
<compilerArgs>
<arg>-Xlint:all</arg>
- <arg>-Xlint:-try</arg>
<arg>-Werror</arg>
</compilerArgs>
</configuration>