active jdbc instrumentation

This commit is contained in:
overflowerror 2019-02-01 00:39:43 +01:00
parent e88e943ff5
commit 3d7b7a51f8

13
pom.xml
View file

@ -41,6 +41,19 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.javalite</groupId>
<artifactId>activejdbc-instrumentation</artifactId>
<version>2.2</version>
<executions>
<execution>
<phase>process-classes</phase>
<goals>
<goal>instrument</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>