Revision 201dfb32
Added by Andreas Kohlbecker over 5 years ago
pom.xml | ||
---|---|---|
514 | 514 |
<scope>test</scope> |
515 | 515 |
</dependency> |
516 | 516 |
<dependency> |
517 |
<!-- |
|
518 |
provides the spring-tx-4.0.xsd which is otherwise missing and |
|
519 |
breaking the dev environment when offline |
|
520 |
--> |
|
521 |
<groupId>org.springframework</groupId> |
|
522 |
<artifactId>spring-tx</artifactId> |
|
523 |
<version>${spring.version}</version> |
|
524 |
<scope>test</scope> |
|
525 |
</dependency> |
|
526 |
<dependency> |
|
517 | 527 |
<groupId>org.springframework</groupId> |
518 | 528 |
<artifactId>spring-mock</artifactId> |
519 | 529 |
<version>2.0.8</version> |
Also available in: Unified diff
ref #5862 adding missing dependency to provide missing xsd when offline