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 a89cef2 commit ba501dcCopy full SHA for ba501dc
jooby-archetype/src/main/resources/archetype-resources/pom.xml
@@ -25,24 +25,12 @@
25
</properties>
26
27
<dependencies>
28
- <!-- Jooby -->
29
- <dependency>
30
- <groupId>org.jooby</groupId>
31
- <artifactId>jooby</artifactId>
32
- </dependency>
33
-
34
<!-- Server -->
35
<dependency>
36
<groupId>org.jooby</groupId>
37
<artifactId>jooby-netty</artifactId>
38
</dependency>
39
40
- <!-- logging -->
41
42
- <groupId>ch.qos.logback</groupId>
43
- <artifactId>logback-classic</artifactId>
44
45
46
<!-- Tests -->
47
48
<groupId>junit</groupId>
0 commit comments