File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ classpath:
6363 <artifactId >avaje-agentloader</artifactId >
6464 <scope >test</scope >
6565</dependency >
66- </pre >
6766```
6867
6968Did you see the ``` test scope ``` ? We don't want to use the runtime enhancer while
Original file line number Diff line number Diff line change 17971797 </build >
17981798 </profile >
17991799
1800- <!-- Ebean activator -->
18011800 <profile >
18021801 <id >ebean-activator</id >
18031802 <activation >
18041803 <file >
18051804 <exists >${basedir}${file.separator} src${file.separator} etc${file.separator} ebean.activator</exists >
18061805 </file >
18071806 </activation >
1807+ <dependencies >
1808+ <!-- ebean-runtime-enchancer -->
1809+ <dependency >
1810+ <groupId >org.avaje.ebeanorm</groupId >
1811+ <artifactId >avaje-ebeanorm-agent</artifactId >
1812+ <scope >test</scope >
1813+ </dependency >
1814+
1815+ <dependency >
1816+ <groupId >org.avaje</groupId >
1817+ <artifactId >avaje-agentloader</artifactId >
1818+ <scope >test</scope >
1819+ </dependency >
1820+ </dependencies >
18081821 <build >
18091822 <plugins >
18101823 <!-- ebean-enchancer -->
@@ -2180,9 +2193,9 @@ org.eclipse.jdt.apt.processorOptions/defaultOverwrite=true
21802193 <flyway .version>3.2.1</flyway .version>
21812194 <hazelcast .version>3.5</hazelcast .version>
21822195 <less4j .version>1.13.0</less4j .version>
2183- <ebean .version>6.3 .1</ebean .version>
2196+ <ebean .version>7.5 .1</ebean .version>
21842197 <avaje-agentloader .version>2.1.2</avaje-agentloader .version>
2185- <avaje-ebeanorm-agent .version>4.5.4 </avaje-ebeanorm-agent .version>
2198+ <avaje-ebeanorm-agent .version>4.9.2 </avaje-ebeanorm-agent .version>
21862199 <akka .version>2.4.3</akka .version>
21872200 <yuicompressor .version>2.4.8</yuicompressor .version>
21882201 <closure-compiler .version>v20150901</closure-compiler .version>
You can’t perform that action at this time.
0 commit comments