Skip to content

Commit b358cce

Browse files
committed
Release 1.3.0: Remove agent
1 parent f84878c commit b358cce

5 files changed

Lines changed: 1 addition & 92 deletions

File tree

pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
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>
@@ -133,16 +132,6 @@
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

spring-boot-autoconfigure-data-ebean/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,6 @@
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>

spring-boot-autoconfigure-data-ebean/src/main/java/org/springframework/boot/autoconfigure/data/ebean/EbeanAgentAutoConfiguration.java

Lines changed: 0 additions & 60 deletions
This file was deleted.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Auto Configure
22
org.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

spring-boot-starter-data-ebean/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@
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>

0 commit comments

Comments
 (0)