hi
Archetype Webapp erstellst dir schon die richtige struktur.
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
<version>2.5.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
</exclusion>
</exclusions>
</dependency>
das sollte reichen
