git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/branches/REL_2@2799
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
</dependency>
<!-- Provided dependencies -->
+
+ <!-- Runtime dependencies -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
- <scope>provided</scope>
+ <scope>runtime</scope>
</dependency>
-
- <!-- Runtime dependencies -->
<dependency>
<groupId>org.apache.xerces</groupId>
<artifactId>xml-apis</artifactId>
<!-- build the war file -->
<war warfile="${installer.dir}/${war.name}.war" webxml="${installer.dir}/web.xml">
- <lib dir="${basedir}/lib" />
+ <lib dir="${basedir}/lib" excludesfile="servlet-api*.jar"/>
<webinf dir="${webapp.dir}/WEB-INF" excludes="web.xml" />
<fileset dir="${webapp.dir}" excludes="WEB-INF/**" />
</war>