commit 0c90117ee8d3e23c1ea9398027dd91608540ccfa Author: Mauro Talevi <mauro.tal...@aquilonia.org> AuthorDate: Sun Apr 29 10:52:01 2012 +0200 Commit: Mauro Talevi <mauro.tal...@aquilonia.org> CommitDate: Sun Apr 29 10:52:01 2012 +0200
Declared jbehave-core as an independent dependency from jbehave-web so the stable/snapshot versions can be used interchangeably. diff --git a/etsy-selenium/groovy-pico/pom.xml b/etsy-selenium/groovy-pico/pom.xml index 0cc4264..5bf777a 100644 --- a/etsy-selenium/groovy-pico/pom.xml +++ b/etsy-selenium/groovy-pico/pom.xml @@ -29,6 +29,11 @@ <groupId>org.jbehave</groupId> <artifactId>jbehave-core</artifactId> <version>${jbehave.core.version}</version> + </dependency> + <dependency> + <groupId>org.jbehave</groupId> + <artifactId>jbehave-core</artifactId> + <version>${jbehave.core.version}</version> <classifier>resources</classifier> <type>zip</type> </dependency> @@ -44,6 +49,10 @@ <version>${jbehave.web.version}</version> <exclusions> <exclusion> + <groupId>org.jbehave</groupId> + <artifactId>jbehave-core</artifactId> + </exclusion> + <exclusion> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> </exclusion> diff --git a/etsy-selenium/java-spring/pom.xml b/etsy-selenium/java-spring/pom.xml index 41564e6..dba4232 100644 --- a/etsy-selenium/java-spring/pom.xml +++ b/etsy-selenium/java-spring/pom.xml @@ -36,6 +36,11 @@ <groupId>org.jbehave</groupId> <artifactId>jbehave-core</artifactId> <version>${jbehave.core.version}</version> + </dependency> + <dependency> + <groupId>org.jbehave</groupId> + <artifactId>jbehave-core</artifactId> + <version>${jbehave.core.version}</version> <classifier>resources</classifier> <type>zip</type> </dependency> @@ -51,6 +56,10 @@ <version>${jbehave.web.version}</version> <exclusions> <exclusion> + <groupId>org.jbehave</groupId> + <artifactId>jbehave-core</artifactId> + </exclusion> + <exclusion> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> </exclusion>