<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.faces</artifactId>
<version>2.0.5.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.webflow" % "org.springframework.faces" % "2.0.5.RELEASE"
@Grapes(
@Grab(group='org.springframework.webflow', module='org.springframework.faces', version='2.0.5.RELEASE')
)
<dependency org="org.springframework.webflow" name="org.springframework.faces" rev="2.0.5.RELEASE" />
compile
|-- commons-logging:commons-logging:1.1.1
|-- org.springframework:spring-beans:2.5.6
|-- org.springframework:spring-context:2.5.6
|-- org.springframework:spring-core:2.5.6
|-- org.springframework:spring-web:2.5.6
|-- org.springframework:spring-webmvc:2.5.6
|-- org.springframework.webflow:org.springframework.binding
|-- org.springframework.webflow:org.springframework.js
|-- org.springframework.webflow:org.springframework.webflow
|-- com.sun.facelets:jsf-facelets:1.1.14
|-- org.richfaces.framework:richfaces-api:3.1.4.GA
provided
|-- javax.servlet:servlet-api:2.4