|
50 | 50 | <scope>provided</scope> |
51 | 51 | </dependency> |
52 | 52 |
|
53 | | - <!-- marshalling --> |
54 | | - |
55 | | - <!-- <dependency> |
56 | | - <groupId>javax.xml.bind</groupId> |
57 | | - <artifactId>jaxb-api</artifactId> |
58 | | - <version>${jaxb-api.version}</version> |
59 | | - <scope>runtime</scope> |
60 | | - </dependency> --> |
61 | | - |
62 | 53 | <!-- persistence - providers --> |
63 | 54 |
|
64 | 55 | <dependency> |
65 | 56 | <groupId>com.h2database</groupId> |
66 | 57 | <artifactId>h2</artifactId> |
67 | | - <version>1.3.168</version> |
| 58 | + <version>${h2.version}</version> |
68 | 59 | </dependency> |
69 | 60 |
|
70 | 61 | <dependency> |
|
77 | 68 | <dependency> |
78 | 69 | <groupId>org.hsqldb</groupId> |
79 | 70 | <artifactId>hsqldb</artifactId> |
80 | | - <version>2.2.8</version> |
| 71 | + <version>${hsqldb.version}</version> |
81 | 72 | </dependency> |
82 | 73 |
|
83 | 74 | <!-- persistence - JPA 2 metamodel --> |
84 | 75 |
|
85 | 76 | <dependency> |
86 | 77 | <groupId>org.hibernate</groupId> |
87 | 78 | <artifactId>hibernate-jpamodelgen</artifactId> |
88 | | - <version>1.2.0.Final</version> |
| 79 | + <version>${hibernate-jpamodelgen.version}</version> |
89 | 80 | </dependency> |
90 | 81 |
|
91 | 82 | <!-- test scoped --> |
|
143 | 134 | <dependency> |
144 | 135 | <groupId>org.codehaus.groovy</groupId> |
145 | 136 | <artifactId>groovy</artifactId> |
146 | | - <version>1.8.6</version> |
| 137 | + <version>${groovy.version}</version> |
147 | 138 | </dependency> |
148 | 139 |
|
149 | 140 | </dependencies> |
|
176 | 167 | <plugin> |
177 | 168 | <groupId>org.zeroturnaround</groupId> |
178 | 169 | <artifactId>jrebel-maven-plugin</artifactId> |
179 | | - <version>1.1.3</version> |
| 170 | + <version>{jrebel-maven-plugin.version}</version> |
180 | 171 | <executions> |
181 | 172 | <execution> |
182 | 173 | <id>generate-rebel-xml</id> |
|
191 | 182 | <plugin> |
192 | 183 | <groupId>org.codehaus.cargo</groupId> |
193 | 184 | <artifactId>cargo-maven2-plugin</artifactId> |
194 | | - <version>1.3.1</version> |
| 185 | + <version>${cargo-maven2-plugin.version}</version> |
195 | 186 | <configuration> |
196 | 187 | <wait>false</wait> |
197 | 188 | <container> |
|
211 | 202 | </plugin> |
212 | 203 |
|
213 | 204 | </plugins> |
214 | | - |
215 | | - <!-- generated by m2e --> |
216 | | - <pluginManagement> |
217 | | - <plugins> |
218 | | - <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. --> |
219 | | - <plugin> |
220 | | - <groupId>org.eclipse.m2e</groupId> |
221 | | - <artifactId>lifecycle-mapping</artifactId> |
222 | | - <version>1.0.0</version> |
223 | | - <configuration> |
224 | | - <lifecycleMappingMetadata> |
225 | | - <pluginExecutions> |
226 | | - <pluginExecution> |
227 | | - <pluginExecutionFilter> |
228 | | - <groupId> |
229 | | - org.zeroturnaround |
230 | | - </groupId> |
231 | | - <artifactId> |
232 | | - jrebel-maven-plugin |
233 | | - </artifactId> |
234 | | - <versionRange> |
235 | | - [1.1.0,) |
236 | | - </versionRange> |
237 | | - <goals> |
238 | | - <goal>generate</goal> |
239 | | - </goals> |
240 | | - </pluginExecutionFilter> |
241 | | - <action> |
242 | | - <ignore></ignore> |
243 | | - </action> |
244 | | - </pluginExecution> |
245 | | - <pluginExecution> |
246 | | - <pluginExecutionFilter> |
247 | | - <groupId>com.mysema.maven</groupId> |
248 | | - <artifactId>maven-apt-plugin</artifactId> |
249 | | - <versionRange>[1.0.2,)</versionRange> |
250 | | - <goals> |
251 | | - <goal>process</goal> |
252 | | - </goals> |
253 | | - </pluginExecutionFilter> |
254 | | - <action> |
255 | | - <ignore></ignore> |
256 | | - </action> |
257 | | - </pluginExecution> |
258 | | - <pluginExecution> |
259 | | - <pluginExecutionFilter> |
260 | | - <groupId>org.bsc.maven</groupId> |
261 | | - <artifactId>maven-processor-plugin</artifactId> |
262 | | - <versionRange>[2.0.5,)</versionRange> |
263 | | - <goals> |
264 | | - <goal>process</goal> |
265 | | - </goals> |
266 | | - </pluginExecutionFilter> |
267 | | - <action> |
268 | | - <ignore></ignore> |
269 | | - </action> |
270 | | - </pluginExecution> |
271 | | - <pluginExecution> |
272 | | - <pluginExecutionFilter> |
273 | | - <groupId>org.codehaus.mojo</groupId> |
274 | | - <artifactId>build-helper-maven-plugin</artifactId> |
275 | | - <versionRange>[1.3,)</versionRange> |
276 | | - <goals> |
277 | | - <goal>add-source</goal> |
278 | | - </goals> |
279 | | - </pluginExecutionFilter> |
280 | | - <action> |
281 | | - <ignore></ignore> |
282 | | - </action> |
283 | | - </pluginExecution> |
284 | | - </pluginExecutions> |
285 | | - </lifecycleMappingMetadata> |
286 | | - </configuration> |
287 | | - </plugin> |
288 | | - </plugins> |
289 | | - </pluginManagement> |
290 | | - |
| 205 | + |
291 | 206 | </build> |
292 | 207 |
|
293 | 208 | <profiles> |
|
0 commit comments