Skip to content

Commit aa88c0b

Browse files
committed
Tidy test dependencies
1 parent 74bcdc3 commit aa88c0b

File tree

1 file changed

+6
-23
lines changed

1 file changed

+6
-23
lines changed

dinject-test/pom.xml

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,45 +21,28 @@
2121
</dependency>
2222

2323
<dependency>
24-
<groupId>javax.inject</groupId>
25-
<artifactId>javax.inject</artifactId>
26-
<version>1</version>
27-
</dependency>
28-
29-
<dependency>
30-
<groupId>javax.annotation</groupId>
31-
<artifactId>javax.annotation-api</artifactId>
32-
<version>1.3.2</version>
24+
<groupId>io.dinject</groupId>
25+
<artifactId>dinject-generator</artifactId>
26+
<version>${project.version}</version>
27+
<scope>provided</scope>
3328
</dependency>
3429

35-
<dependency>
36-
<groupId>org.slf4j</groupId>
37-
<artifactId>slf4j-api</artifactId>
38-
<version>1.7.25</version>
39-
</dependency>
30+
<!-- test dependencies -->
4031

4132
<dependency>
4233
<groupId>org.mockito</groupId>
4334
<artifactId>mockito-core</artifactId>
4435
<version>2.23.4</version>
45-
<scope>provided</scope>
36+
<scope>test</scope>
4637
</dependency>
4738

48-
<!-- test dependencies -->
49-
5039
<dependency>
5140
<groupId>org.projectlombok</groupId>
5241
<artifactId>lombok</artifactId>
5342
<version>1.18.6</version>
5443
<scope>test</scope>
5544
</dependency>
5645

57-
<dependency>
58-
<groupId>io.dinject</groupId>
59-
<artifactId>dinject-generator</artifactId>
60-
<version>${project.version}</version>
61-
<scope>test</scope>
62-
</dependency>
6346

6447
<dependency>
6548
<groupId>org.avaje.composite</groupId>

0 commit comments

Comments
 (0)