Skip to content

Commit 3377e64

Browse files
committed
Tidy up test dependencies
1 parent edd262a commit 3377e64

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

ebean-agent/pom.xml

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>io.avaje</groupId>
6161
<artifactId>junit</artifactId>
62-
<version>1.1</version>
62+
<version>1.5</version>
6363
<scope>test</scope>
6464
</dependency>
6565

@@ -92,23 +92,9 @@
9292
</dependency>
9393

9494
<dependency>
95-
<groupId>org.avaje.composite</groupId>
96-
<artifactId>logback</artifactId>
97-
<version>1.1</version>
98-
<scope>test</scope>
99-
</dependency>
100-
101-
<dependency>
102-
<groupId>org.mockito</groupId>
103-
<artifactId>mockito-core</artifactId>
104-
<version>3.11.2</version>
105-
<scope>test</scope>
106-
</dependency>
107-
108-
<dependency>
109-
<groupId>org.avaje.composite</groupId>
110-
<artifactId>composite-testing</artifactId>
111-
<version>3.1</version>
95+
<groupId>ch.qos.logback</groupId>
96+
<artifactId>logback-classic</artifactId>
97+
<version>1.5.17</version>
11298
<scope>test</scope>
11399
</dependency>
114100

0 commit comments

Comments
 (0)