fixed maven build issues

This commit is contained in:
David Turanski
2013-02-27 19:01:05 -05:00
committed by Michael Minella
parent e4095ab26b
commit ed87a0f87a
3 changed files with 18 additions and 17 deletions

View File

@@ -80,6 +80,7 @@ public class StepScopeIntegrationTests {
String parent = (String) TestStep.getContext().getAttribute("parent");
assertNotNull(parent);
assertEquals("bar", parent);
System.out.println(TestStep.getContext().getAttribute("parent.class"));
assertTrue("Scoped proxy not created", ((String) TestStep.getContext().getAttribute("parent.class"))
.matches(PROXY_TO_STRING_REGEX));
}

View File

@@ -273,21 +273,21 @@
<target>1.6</target>
</configuration>
</plugin>
<!-- <plugin> -->
<!-- <groupId>com.springsource.bundlor</groupId> -->
<!-- <artifactId>com.springsource.bundlor.maven</artifactId> -->
<!-- <version>${bundlor.version}</version> -->
<!-- <inherited>true</inherited> -->
<!-- <executions> -->
<!-- <execution> -->
<!-- <id>bundlor-transform</id> -->
<!-- <phase>compile</phase> -->
<!-- <goals> -->
<!-- <goal>bundlor</goal> -->
<!-- </goals> -->
<!-- </execution> -->
<!-- </executions> -->
<!-- </plugin> -->
<plugin>
<groupId>com.springsource.bundlor</groupId>
<artifactId>com.springsource.bundlor.maven</artifactId>
<version>${bundlor.version}</version>
<inherited>true</inherited>
<executions>
<execution>
<id>bundlor-transform</id>
<phase>compile</phase>
<goals>
<goal>bundlor</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
@@ -715,7 +715,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.2.0.RELEASE</version>
<optional>true</optional>
</dependency>
<dependency>

View File

@@ -232,7 +232,7 @@
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-core</artifactId>
<artifactId>spring-data-commons</artifactId>
<optional>true</optional>
</dependency>
<dependency>