Skip to content

Commit

Permalink
spring-tx vs spring-context dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmcmichael committed Oct 18, 2011
1 parent 3a2e141 commit fab7be1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<name>Cucumber-JVM: Spring</name>

<dependencies>

<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-java</artifactId>
Expand All @@ -25,6 +26,7 @@
<artifactId>spring-tx</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-junit</artifactId>
Expand All @@ -40,5 +42,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>

</dependencies>
</project>

0 comments on commit fab7be1

Please sign in to comment.