提交 93fbe3ae 编写于 作者: K kohsuke

jsp-api must have crept in from somewhere


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2851 71c3de6d-444a-0410-be80-ed276b4c234a
上级 1dabc681
......@@ -182,7 +182,7 @@
<systemProperties>
<systemProperty>
<name>HUDSON_HOME</name>
<value>${basedir}/work</value>
<value>${HUDSON_HOME}</value>
</systemProperty>
<systemProperty>
<!-- always reload views during debugging -->
......@@ -246,6 +246,10 @@
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
</exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
</exclusion>
<exclusion>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
......@@ -309,4 +313,8 @@
</exclusions>
</dependency>
</dependencies>
<properties>
<HUDSON_HOME>${basedir}/work</HUDSON_HOME>
</properties>
</project>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册