Skip to content

Commit ba501dc

Browse files
committed
archetype cleanup
1 parent a89cef2 commit ba501dc

File tree

1 file changed

+0
-12
lines changed
  • jooby-archetype/src/main/resources/archetype-resources

1 file changed

+0
-12
lines changed

jooby-archetype/src/main/resources/archetype-resources/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,12 @@
2525
</properties>
2626

2727
<dependencies>
28-
<!-- Jooby -->
29-
<dependency>
30-
<groupId>org.jooby</groupId>
31-
<artifactId>jooby</artifactId>
32-
</dependency>
33-
3428
<!-- Server -->
3529
<dependency>
3630
<groupId>org.jooby</groupId>
3731
<artifactId>jooby-netty</artifactId>
3832
</dependency>
3933

40-
<!-- logging -->
41-
<dependency>
42-
<groupId>ch.qos.logback</groupId>
43-
<artifactId>logback-classic</artifactId>
44-
</dependency>
45-
4634
<!-- Tests -->
4735
<dependency>
4836
<groupId>junit</groupId>

0 commit comments

Comments
 (0)