Advertisement
Guest User

pom-snippet

a guest
Jul 24th, 2012
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <dependency>
  2. <groupId>org.springframework.data</groupId>
  3. <artifactId>spring-data-jpa</artifactId>
  4. <version>1.0.3.RELEASE</version>
  5. </dependency>
  6. <dependency>
  7. <groupId>org.springframework</groupId>
  8. <artifactId>spring-orm</artifactId>
  9. <version>3.1.1.RELEASE</version>
  10. </dependency>
  11. <dependency>
  12. <groupId>org.hibernate.javax.persistence</groupId>
  13. <artifactId>hibernate-jpa-2.0-api</artifactId>
  14. <version>1.0.0.Final</version>
  15. </dependency>
  16. <dependency>
  17. <groupId>org.hibernate</groupId>
  18. <artifactId>hibernate-entitymanager</artifactId>
  19. <version>3.5.6-Final</version>
  20. </dependency>
  21. <dependency>
  22. <groupId>org.hsqldb</groupId>
  23. <artifactId>hsqldb</artifactId>
  24. <version>1.8.0.10</version>
  25. <scope>runtime</scope>
  26. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement