We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f17563 commit 15ba613Copy full SHA for 15ba613
controller/pom.xml
@@ -2,16 +2,14 @@
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">
3
<modelVersion>4.0.0</modelVersion>
4
5
- <artifactId>avaje-http-api</artifactId>
6
<groupId>io.avaje</groupId>
+ <artifactId>avaje-http-api</artifactId>
7
<version>0.1-SNAPSHOT</version>
8
9
<parent>
10
- <groupId>io.dinject</groupId>
11
- <artifactId>controller-parent</artifactId>
12
- <version>1.23-SNAPSHOT</version>
13
- <relativePath>..</relativePath>
+ <groupId>org.avaje</groupId>
+ <artifactId>java8-oss</artifactId>
+ <version>2.2</version>
14
</parent>
15
16
-
17
</project>
0 commit comments