summaryrefslogtreecommitdiff
path: root/container-compiler-plugin/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-compiler-plugin/pom.xml')
-rw-r--r--container-compiler-plugin/pom.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/container-compiler-plugin/pom.xml b/container-compiler-plugin/pom.xml
index 2e9fff9..d451ee3 100644
--- a/container-compiler-plugin/pom.xml
+++ b/container-compiler-plugin/pom.xml
@@ -17,7 +17,7 @@
</dependency>
<dependency>
<groupId>io.trygvis.container</groupId>
- <artifactId>persistence-compile-time</artifactId>
+ <artifactId>sql-persistence</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
@@ -31,14 +31,11 @@
<version>6.8.5</version>
<scope>test</scope>
</dependency>
- <!--
<dependency>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>org.eclipse.jdt.core</artifactId>
- <version>3.9.0.v20130604-1421</version>
- <scope>test</scope>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.6</version>
</dependency>
- -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>