Skip to content

Commit b54a099

Browse files
committed
marked spring-tx as a required dependency (SPR-6737)
1 parent c39b529 commit b54a099

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

org.springframework.jms/ivy.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency org="org.springframework" name="org.springframework.oxm" rev="latest.integration"
4545
conf="optional, oxm->compile"/>
4646
<dependency org="org.springframework" name="org.springframework.transaction" rev="latest.integration"
47-
conf="optional, jca->compile"/>
47+
conf="compile->compile"/>
4848
</dependencies>
4949

5050
</ivy-module>

org.springframework.jms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<groupId>org.springframework</groupId>
8989
<artifactId>spring-tx</artifactId>
9090
<version>${project.version}</version>
91-
<optional>true</optional>
91+
<scope>compile</scope>
9292
</dependency>
9393
</dependencies>
9494
<build>

0 commit comments

Comments
 (0)