Skip to content

Commit

Permalink
Release 1.3.0: Remove agent
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanxuegui committed Mar 29, 2018
1 parent f84878c commit b358cce
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 92 deletions.
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
<properties>
<spring-boot.version>2.0.0.RELEASE</spring-boot.version>
<spring-data-ebean.version>1.3.2.RELEASE</spring-data-ebean.version>
<ebean-agent.version>11.10.1</ebean-agent.version>
</properties>

<profiles>
Expand Down Expand Up @@ -133,16 +132,6 @@
<artifactId>spring-boot-starter-data-ebean</artifactId>
<version>1.3.0.RELEASE</version>
</dependency>
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-agent</artifactId>
<version>${ebean-agent.version}</version>
</dependency>
<dependency>
<groupId>org.avaje</groupId>
<artifactId>avaje-agentloader</artifactId>
<version>2.1.2</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
10 changes: 0 additions & 10 deletions spring-boot-autoconfigure-data-ebean/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@
<artifactId>spring-data-ebean</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-agent</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.avaje</groupId>
<artifactId>avaje-agentloader</artifactId>
<optional>true</optional>
</dependency>
</dependencies>

</project>

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Auto Configure
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
org.springframework.boot.autoconfigure.data.ebean.EbeanRepositoriesAutoConfiguration,\
org.springframework.boot.autoconfigure.data.ebean.EbeanAgentAutoConfiguration
org.springframework.boot.autoconfigure.data.ebean.EbeanRepositoriesAutoConfiguration
9 changes: 0 additions & 9 deletions spring-boot-starter-data-ebean/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@
<groupId>io.github.hexagonframework.data</groupId>
<artifactId>spring-data-ebean</artifactId>
</dependency>
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-agent</artifactId>
</dependency>
<dependency>
<groupId>org.avaje</groupId>
<artifactId>avaje-agentloader</artifactId>
<version>2.1.2</version>
</dependency>
<dependency>
<groupId>io.github.hexagonframework.boot</groupId>
<artifactId>spring-boot-autoconfigure-data-ebean</artifactId>
Expand Down

0 comments on commit b358cce

Please sign in to comment.