aboutsummaryrefslogtreecommitdiff
path: root/value/src/it/functional/pom.xml
diff options
context:
space:
mode:
authoremcmanus <emcmanus@google.com>2020-03-11 10:44:18 -0700
committerDavid P. Baker <dpb@google.com>2020-03-12 11:23:29 -0400
commit05e983c57fe1c9ea8b29adc1fa10876e224dff81 (patch)
tree9b4e9921e8a4b4db1635231e2fcbe15944cf98d2 /value/src/it/functional/pom.xml
parent9db5effe00410b435c57229fc3d1ee4afaee7a09 (diff)
downloadauto-05e983c57fe1c9ea8b29adc1fa10876e224dff81.tar.gz
Migrate CompileWithEclipseTest to open source.
RELNOTES=Added CompileWithEclipseTest, which checks that AutoValue works with ecj, the Eclipse compiler. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=300358646
Diffstat (limited to 'value/src/it/functional/pom.xml')
-rw-r--r--value/src/it/functional/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/value/src/it/functional/pom.xml b/value/src/it/functional/pom.xml
index 67033115..4157da96 100644
--- a/value/src/it/functional/pom.xml
+++ b/value/src/it/functional/pom.xml
@@ -95,6 +95,16 @@
<version>3.1.0</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.jdt</groupId>
+ <artifactId>ecj</artifactId>
+ <version>3.20.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.escapevelocity</groupId>
+ <artifactId>escapevelocity</artifactId>
+ <version>0.9.1</version>
+ </dependency>
</dependencies>
<build>