File tree Expand file tree Collapse file tree
spring-boot-autoconfigure-data-ebean
java/org/springframework/boot/autoconfigure/data/ebean
spring-boot-starter-data-ebean Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 <properties >
4848 <spring-boot .version>2.0.0.RELEASE</spring-boot .version>
4949 <spring-data-ebean .version>1.3.2.RELEASE</spring-data-ebean .version>
50- <ebean-agent .version>11.10.1</ebean-agent .version>
5150 </properties >
5251
5352 <profiles >
133132 <artifactId >spring-boot-starter-data-ebean</artifactId >
134133 <version >1.3.0.RELEASE</version >
135134 </dependency >
136- <dependency >
137- <groupId >io.ebean</groupId >
138- <artifactId >ebean-agent</artifactId >
139- <version >${ebean-agent.version} </version >
140- </dependency >
141- <dependency >
142- <groupId >org.avaje</groupId >
143- <artifactId >avaje-agentloader</artifactId >
144- <version >2.1.2</version >
145- </dependency >
146135 </dependencies >
147136 </dependencyManagement >
148137
Original file line number Diff line number Diff line change 2525 <artifactId >spring-data-ebean</artifactId >
2626 <optional >true</optional >
2727 </dependency >
28- <dependency >
29- <groupId >io.ebean</groupId >
30- <artifactId >ebean-agent</artifactId >
31- <optional >true</optional >
32- </dependency >
33- <dependency >
34- <groupId >org.avaje</groupId >
35- <artifactId >avaje-agentloader</artifactId >
36- <optional >true</optional >
37- </dependency >
3828 </dependencies >
3929
4030</project >
Load diff This file was deleted.
Original file line number Diff line number Diff line change 11# Auto Configure
22org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
3- org.springframework.boot.autoconfigure.data.ebean.EbeanRepositoriesAutoConfiguration,\
4- org.springframework.boot.autoconfigure.data.ebean.EbeanAgentAutoConfiguration
3+ org.springframework.boot.autoconfigure.data.ebean.EbeanRepositoriesAutoConfiguration
Original file line number Diff line number Diff line change 1919 <groupId >io.github.hexagonframework.data</groupId >
2020 <artifactId >spring-data-ebean</artifactId >
2121 </dependency >
22- <dependency >
23- <groupId >io.ebean</groupId >
24- <artifactId >ebean-agent</artifactId >
25- </dependency >
26- <dependency >
27- <groupId >org.avaje</groupId >
28- <artifactId >avaje-agentloader</artifactId >
29- <version >2.1.2</version >
30- </dependency >
3122 <dependency >
3223 <groupId >io.github.hexagonframework.boot</groupId >
3324 <artifactId >spring-boot-autoconfigure-data-ebean</artifactId >
You can’t perform that action at this time.
0 commit comments