correct artifact ids

This commit is contained in:
Keith Donald
2009-03-15 05:21:17 +00:00
parent de728cc33f
commit 41ed434a31
2 changed files with 5 additions and 5 deletions

View File

@@ -39,17 +39,17 @@
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.binding</artifactId>
<artifactId>spring-binding</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.js</artifactId>
<artifactId>spring-js</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.webflow</artifactId>
<artifactId>spring-webflow</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>

View File

@@ -39,12 +39,12 @@
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.binding</artifactId>
<artifactId>spring-binding</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.js</artifactId>
<artifactId>spring-js</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>