File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments