Guest User

Untitled

a guest
Dec 6th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. <dependency>
  2. <groupId>org.hibernate</groupId>
  3. <artifactId>hibernate-jmx</artifactId>
  4. <version>3.3.2.GA</version>
  5. <exclusions>
  6. <exclusion>
  7. <groupId>org.slf4j</groupId>
  8. <artifactId>slf4j-api</artifactId>
  9. </exclusion>
  10. </exclusions>
  11. </dependency>
  12. <dependency>
  13. <groupId>org.hibernate</groupId>
  14. <artifactId>hibernate-entitymanager</artifactId>
  15. <version>3.4.0.GA</version>
  16. <type>jar</type>
  17. <exclusions>
  18. <exclusion>
  19. <groupId>org.slf4j</groupId>
  20. <artifactId>slf4j-api</artifactId>
  21. </exclusion>
  22. </exclusions>
  23. </dependency>
  24.  
  25. <dependencies>
  26. <dependency>
  27. <artifactId>avalon-framework</artifactId>
  28. <groupId>avalon-framework</groupId>
  29. <version>4.1.3</version>
  30. <scope>provided</scope>
  31. </dependency>
  32. </dependencies>
  33.  
  34. <dependency>
  35. <groupId>commons-logging</groupId>
  36. <artifactId>commons-logging</artifactId>
  37. <scope>system</scope>
  38. <systemPath>${basedir}/src/lib/empty.jar</systemPath>
  39. <version>0</version>
  40. </dependency>
  41.  
  42. <dependency>
  43. <groupId>org.slf4j</groupId>
  44. <artifactId>slf4j-api</artifactId>
  45. <version>[1.4.2,)</version>
  46. <scope>provided</scope>
  47. </dependency>
Add Comment
Please, Sign In to add comment