|
@@ -30,7 +30,9 @@
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
+ <version>3.1</version>
|
|
|
<configuration>
|
|
|
<source>1.7</source>
|
|
|
<target>1.7</target>
|
|
@@ -54,6 +56,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.javalite</groupId>
|
|
|
<artifactId>activejdbc-instrumentation</artifactId>
|
|
|
+ <version>1.4.9</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<phase>process-classes</phase>
|