|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 4 | <modelVersion>4.0.0</modelVersion> |
4 | 5 |
|
5 | 6 | <groupId>io.avaje</groupId> |
6 | 7 | <artifactId>avaje-http-api</artifactId> |
7 | | - <version>0.2-SNAPSHOT</version> |
| 8 | + <version>1.0-SNAPSHOT</version> |
8 | 9 |
|
9 | 10 | <parent> |
10 | 11 | <groupId>org.avaje</groupId> |
|
13 | 14 | </parent> |
14 | 15 |
|
15 | 16 | <scm> |
16 | | - <developerConnection>scm:git:git@github.com:dinject/dinject-controller.git</developerConnection> |
| 17 | + <developerConnection>scm:git:git@github.com:avaje/avaje-http.git</developerConnection> |
17 | 18 | <tag>HEAD</tag> |
18 | 19 | </scm> |
19 | 20 |
|
20 | 21 | <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 | 22 |
|
42 | 23 | <dependency> |
43 | | - <groupId>org.mockito</groupId> |
44 | | - <artifactId>mockito-core</artifactId> |
45 | | - <version>2.18.3</version> |
| 24 | + <groupId>org.avaje.composite</groupId> |
| 25 | + <artifactId>junit</artifactId> |
| 26 | + <version>5.0</version> |
46 | 27 | <scope>test</scope> |
47 | 28 | </dependency> |
48 | 29 |
|
|
0 commit comments