summaryrefslogtreecommitdiff
path: root/container-compiler-plugin/pom.xml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-08-03 23:13:32 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2013-08-03 23:13:32 +0200
commit2b1c32590db960be2b5f62897e65bb10d434cae0 (patch)
tree84623e4293f59f67331a7760a700121737313c48 /container-compiler-plugin/pom.xml
parentdf92538ab3d83da9839f08b28fc8a67317565463 (diff)
downloadcontainer-playground-2b1c32590db960be2b5f62897e65bb10d434cae0.tar.gz
container-playground-2b1c32590db960be2b5f62897e65bb10d434cae0.tar.bz2
container-playground-2b1c32590db960be2b5f62897e65bb10d434cae0.tar.xz
container-playground-2b1c32590db960be2b5f62897e65bb10d434cae0.zip
wip
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>