Skip to content

Commit c9683a2

Browse files
committed
#37 - Change package to io.avaje.http etc. tidy imports
1 parent 5d81ccc commit c9683a2

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

controller/pom.xml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,40 @@
1212
<version>2.2</version>
1313
</parent>
1414

15+
<scm>
16+
<developerConnection>scm:git:git@github.com:dinject/dinject-controller.git</developerConnection>
17+
<tag>HEAD</tag>
18+
</scm>
19+
20+
<dependencies>
21+
<dependency>
22+
<groupId>org.junit.jupiter</groupId>
23+
<artifactId>junit-jupiter-api</artifactId>
24+
<version>5.6.2</version>
25+
<scope>test</scope>
26+
</dependency>
27+
28+
<dependency>
29+
<groupId>org.junit.jupiter</groupId>
30+
<artifactId>junit-jupiter-engine</artifactId>
31+
<version>5.6.2</version>
32+
<scope>test</scope>
33+
</dependency>
34+
35+
<dependency>
36+
<groupId>org.assertj</groupId>
37+
<artifactId>assertj-core</artifactId>
38+
<version>3.16.1</version>
39+
<scope>test</scope>
40+
</dependency>
41+
42+
<dependency>
43+
<groupId>org.mockito</groupId>
44+
<artifactId>mockito-core</artifactId>
45+
<version>2.18.3</version>
46+
<scope>test</scope>
47+
</dependency>
48+
49+
</dependencies>
50+
1551
</project>

0 commit comments

Comments
 (0)