Skip to content

Commit c7545ac

Browse files
committed
add modules to dependency management section
1 parent b2b188e commit c7545ac

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

pom.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,36 @@
217217
<version>${jooby.version}</version>
218218
</dependency>
219219

220+
<dependency>
221+
<groupId>io.jooby</groupId>
222+
<artifactId>jooby-handlebars</artifactId>
223+
<version>${jooby.version}</version>
224+
</dependency>
225+
226+
<dependency>
227+
<groupId>io.jooby</groupId>
228+
<artifactId>jooby-rocker</artifactId>
229+
<version>${jooby.version}</version>
230+
</dependency>
231+
232+
<dependency>
233+
<groupId>io.jooby</groupId>
234+
<artifactId>jooby-spring</artifactId>
235+
<version>${jooby.version}</version>
236+
</dependency>
237+
238+
<dependency>
239+
<groupId>io.jooby</groupId>
240+
<artifactId>jooby-weld</artifactId>
241+
<version>${jooby.version}</version>
242+
</dependency>
243+
244+
<dependency>
245+
<groupId>io.jooby</groupId>
246+
<artifactId>jooby-guice</artifactId>
247+
<version>${jooby.version}</version>
248+
</dependency>
249+
220250
<!-- ASM -->
221251
<dependency>
222252
<groupId>org.ow2.asm</groupId>

0 commit comments

Comments
 (0)