File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 76
76
<version >1.0.0.RC1</version >
77
77
</dependency >
78
78
79
- <dependency >
80
- <groupId >javax.persistence</groupId >
81
- <artifactId >com.springsource.javax.persistence</artifactId >
82
- <version >${jpa.version} </version >
83
- </dependency >
84
-
85
79
<dependency >
86
80
<groupId >junit</groupId >
87
81
<artifactId >junit</artifactId >
108
102
<scope >test</scope >
109
103
</dependency >
110
104
105
+ <dependency >
106
+ <groupId >org.hibernate.javax.persistence</groupId >
107
+ <artifactId >hibernate-jpa-2.0-api</artifactId >
108
+ <version >1.0.0.Final</version >
109
+ </dependency >
111
110
<dependency >
112
111
<groupId >org.hibernate</groupId >
113
112
<artifactId >hibernate-entitymanager</artifactId >
Original file line number Diff line number Diff line change 18
18
19
19
<dependency >
20
20
<groupId >org.springframework</groupId >
21
- <artifactId >org.springframework. aspects</artifactId >
21
+ <artifactId >spring- aspects</artifactId >
22
22
<version >${spring.version} </version >
23
23
</dependency >
24
24
You can’t perform that action at this time.
0 commit comments