jbullet_dependencies_version_missing.diff 505 B

12345678910111213141516
  1. --- jbullet.pom.old 2017-12-25 11:09:55.814731762 +0000
  2. +++ jbullet.pom 2017-12-25 11:09:27.535527327 +0000
  3. @@ -37,11 +37,13 @@
  4. <dependency>
  5. <groupId>jbullet</groupId>
  6. <artifactId>jbullet</artifactId>
  7. + <version>0.0.1</version>
  8. <scope>compile</scope>
  9. </dependency>
  10. <dependency>
  11. <groupId>stack-alloc</groupId>
  12. <artifactId>stack-alloc</artifactId>
  13. + <version>0.0.1</version>
  14. <scope>compile</scope>
  15. </dependency>
  16. <dependency>