marked spring-tx as a required dependency (SPR-6737)
This commit is contained in:
parent
c39b529c93
commit
b54a099f49
|
|
@ -44,7 +44,7 @@
|
||||||
<dependency org="org.springframework" name="org.springframework.oxm" rev="latest.integration"
|
<dependency org="org.springframework" name="org.springframework.oxm" rev="latest.integration"
|
||||||
conf="optional, oxm->compile"/>
|
conf="optional, oxm->compile"/>
|
||||||
<dependency org="org.springframework" name="org.springframework.transaction" rev="latest.integration"
|
<dependency org="org.springframework" name="org.springframework.transaction" rev="latest.integration"
|
||||||
conf="optional, jca->compile"/>
|
conf="compile->compile"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</ivy-module>
|
</ivy-module>
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-tx</artifactId>
|
<artifactId>spring-tx</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<optional>true</optional>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue