We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39b529 commit b54a099Copy full SHA for b54a099
org.springframework.jms/ivy.xml
@@ -44,7 +44,7 @@
44
<dependency org="org.springframework" name="org.springframework.oxm" rev="latest.integration"
45
conf="optional, oxm->compile"/>
46
<dependency org="org.springframework" name="org.springframework.transaction" rev="latest.integration"
47
- conf="optional, jca->compile"/>
+ conf="compile->compile"/>
48
</dependencies>
49
50
</ivy-module>
org.springframework.jms/pom.xml
@@ -88,7 +88,7 @@
88
<groupId>org.springframework</groupId>
89
<artifactId>spring-tx</artifactId>
90
<version>${project.version}</version>
91
- <optional>true</optional>
+ <scope>compile</scope>
92
</dependency>
93
94
<build>
0 commit comments