SeamFramework.orgCommunity Documentation
If you are using Maven as your build tool, you can add the following single dependency to your pom.xml file to include the Seam Spring module.
<dependency>
<groupId>org.jboss.seam.spring</groupId>
<artifactId>seam-spring-core</artifactId>
<version>${seam.spring.version}</version>
</dependency>
Substitute the expression ${seam.spring.version} with the most recent or appropriate version of Seam Spring.