diff --git a/pom.xml b/pom.xml
index ab630e88..eff28cb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,6 +60,7 @@
${project.artifactId}
false
true
+ 1.7.2
@@ -486,6 +487,21 @@
+
+
+
+
+ com.google.auto.value
+ auto-value-annotations
+ ${auto-value-annotation.version}
+
+
+
+
release
@@ -712,5 +728,91 @@
+
+ autovalue-java7
+
+ 1.7
+
+ ${basedir}/EnableAutoValue.txt
+
+
+
+
+ 1.4
+
+
+
+
+ maven-compiler-plugin
+
+
+
+ com.google.auto.value
+ auto-value
+ ${auto-value.version}
+
+
+
+
+
+
+
+
+
+ autovalue-java8
+
+ [1.8,)
+
+ ${basedir}/EnableAutoValue.txt
+
+
+
+
+
+ maven-compiler-plugin
+
+
+
+ com.google.auto.value
+ auto-value
+ ${auto-value-annotation.version}
+
+
+
+ com.google.auto.service
+ auto-service-annotations
+ 1.0-rc7
+
+
+
+
+
+
+
+