mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Started making a cucumber test for allchat.
Will need to incorporate mockito in order to mock controller input. Have commented out the tests as they are not working correctly yet. #story[1246]
This commit is contained in:
@@ -84,19 +84,15 @@
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.interactivemesh.jfx.importer.col</groupId>
|
||||
<artifactId>ColModelImporter</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/libs/JFX3DModelImporters_EA_2014-02-09/jimColModelImporterJFX.jar</systemPath>
|
||||
<groupId>com.interactivemesh</groupId>
|
||||
<artifactId>jimStlMeshImporter</artifactId>
|
||||
<version>0.7</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.interactivemesh.jfx.importer.stl</groupId>
|
||||
<artifactId>StlMeshImporter</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/libs/JFX3DModelImporters_EA_2014-02-09/jimStlMeshImporterJFX.jar</systemPath>
|
||||
<groupId>com.interactivemesh</groupId>
|
||||
<artifactId>jimColModelImporter</artifactId>
|
||||
<version>0.7</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -182,4 +178,12 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>lib</id>
|
||||
<name>third party libraries</name>
|
||||
<url>file://${basedir}/lib</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</project>
|
||||
Reference in New Issue
Block a user