hibernate 3.6.10 maven pom.xml

 1  2   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 3   4.0.0
 4   com.xll
 5   myhibernate
 6   war
 7   0.0.1-SNAPSHOT
 8   myhibernate Maven Webapp
 9   http://maven.apache.org
10   
11   
12     3.6.10.Final
17   
18   
19   
20   
21     
22       junit
23       junit
24       3.8.1
25       test
26     
27     
28     
29     org.hibernate
30     hibernate-core
31     ${hibernate.version}
32     
33     
34     
35     org.javassist
36     javassist
37     3.20.0-GA
38     
39     
40     
41         mysql
42         mysql-connector-java
43         5.1.26
44     
45     
46     
47         log4j
48         log4j
49         1.2.17
50     
51     
52     
53     org.slf4j
54     slf4j-log4j12
55     1.7.12
56     test
57     
58 
59   
60   
61     myhibernate
62   
63 

 

你可能感兴趣的:(hibernate 3.6.10 maven pom.xml)