Use command-line parameters to define directory for states and chains.
[rhynodge.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 643cdb5..0130d8b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                        <target>1.6</target>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>exec-maven-plugin</artifactId>
+                               <version>1.2.1</version>
+                               <configuration>
+                                       <mainClass>net.pterodactylus.reactor.engine.Starter</mainClass>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>
        <dependencies>
                        <artifactId>commons-lang3</artifactId>
                        <version>3.1</version>
                </dependency>
+               <dependency>
+                       <groupId>com.fasterxml.jackson.core</groupId>
+                       <artifactId>jackson-core</artifactId>
+                       <version>2.1.2</version>
+               </dependency>
+               <dependency>
+                       <groupId>com.fasterxml.jackson.core</groupId>
+                       <artifactId>jackson-annotations</artifactId>
+                       <version>2.1.2</version>
+               </dependency>
+               <dependency>
+                       <groupId>com.fasterxml.jackson.core</groupId>
+                       <artifactId>jackson-databind</artifactId>
+                       <version>2.1.2</version>
+               </dependency>
+               <dependency>
+                       <groupId>com.lexicalscope.jewelcli</groupId>
+                       <artifactId>jewelcli</artifactId>
+                       <version>0.8.3</version>
+               </dependency>
        </dependencies>
 </project>