Skip to content

Commit

Permalink
Missing pebble and freemarker in depchain
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Jun 21, 2016
1 parent e90311e commit 79a519b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions stack-depchain/pom.xml
Expand Up @@ -146,6 +146,16 @@
<artifactId>vertx-web-templ-mvel</artifactId>
<classifier>shaded</classifier>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-templ-pebble</artifactId>
<classifier>shaded</classifier>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-templ-freemarker</artifactId>
<classifier>shaded</classifier>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-sockjs-service-proxy</artifactId>
Expand Down

0 comments on commit 79a519b

Please sign in to comment.