Move agent dependency to 3.2.2 (Fix for Issue 44 @Transactional

handling)
This commit is contained in:
Rob Bygrave
2013-08-02 12:16:41 +12:00
parent 9c7f62e8b1
commit b4df899314
+2 -2
View File
@@ -94,7 +94,7 @@
<dependency>
<groupId>org.avaje.ebeanorm</groupId>
<artifactId>avaje-ebeanorm-agent</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<scope>test</scope>
</dependency>
@@ -156,7 +156,7 @@
<plugin>
<groupId>org.avaje.ebeanorm</groupId>
<artifactId>avaje-ebeanorm-mavenenhancer</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<executions>
<execution>
<id>main</id>