File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 73
73
<dependency >
74
74
<groupId >org.springframework.data</groupId >
75
75
<artifactId >spring-data-jpa</artifactId >
76
- <version >${project.version} </version >
76
+ <version >1.0.0.M1 </version >
77
77
</dependency >
78
78
79
79
<dependency >
118
118
<!-- HSQL -->
119
119
<dependency >
120
120
<groupId >org.hsqldb</groupId >
121
- <artifactId >com.springsource.org. hsqldb</artifactId >
122
- <version >1.8.0.9 </version >
121
+ <artifactId >hsqldb</artifactId >
122
+ <version >1.8.0.10 </version >
123
123
<scope >runtime</scope >
124
124
</dependency >
125
125
139
139
</dependencies >
140
140
141
141
<repositories >
142
+ <repository >
143
+ <id >repository.springframework.maven.milestone</id >
144
+ <name >Spring Framework Maven Milestone Repository</name >
145
+ <url >http://maven.springframework.org/milestone</url >
146
+ </repository >
142
147
<repository >
143
148
<id >jboss</id >
144
149
<name >JBoss repository</name >
145
150
<url >https://repository.jboss.org/nexus/content/repositories/releases</url >
146
151
</repository >
147
152
</repositories >
153
+
154
+ <pluginRepositories >
155
+ <pluginRepository >
156
+ <id >repository.plugin.springsource.release</id >
157
+ <name >SpringSource Maven Repository</name >
158
+ <url >http://repository.springsource.com/maven/bundles/release</url >
159
+ </pluginRepository >
160
+ </pluginRepositories >
148
161
149
162
</project >
You can’t perform that action at this time.
0 commit comments