Skip to content

Commit

Permalink
marked spring-tx as a required dependency (SPR-6737)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Feb 17, 2010
1 parent c39b529 commit b54a099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.springframework.jms/ivy.xml
Expand Up @@ -44,7 +44,7 @@
<dependency org="org.springframework" name="org.springframework.oxm" rev="latest.integration"
conf="optional, oxm->compile"/>
<dependency org="org.springframework" name="org.springframework.transaction" rev="latest.integration"
conf="optional, jca->compile"/>
conf="compile->compile"/>
</dependencies>

</ivy-module>
2 changes: 1 addition & 1 deletion org.springframework.jms/pom.xml
Expand Up @@ -88,7 +88,7 @@
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>${project.version}</version>
<optional>true</optional>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit b54a099

Please sign in to comment.