Skip to content

Commit

Permalink
# IGNITE-61 - Moved code generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Kulichenko committed Feb 2, 2015
1 parent fd70327 commit b2d5666
Show file tree
Hide file tree
Showing 3 changed files with 1,318 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/tools/pom.xml
Expand Up @@ -41,6 +41,12 @@
</properties>

<dependencies>
<dependency>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-core</artifactId>
<version>${ignite.version}</version>
</dependency>

<dependency>
<groupId>org.jodd</groupId>
<artifactId>jodd-lagarto</artifactId>
Expand Down

0 comments on commit b2d5666

Please sign in to comment.