I am using the pom file https://github.com/jenkinsci/splunk-devops-plugin/blob/master/splunk-devops/pom.xml to build a plugin It is pretty weird, I had below dependency
[INFO] +- org.jenkins-ci.main:jenkins-test-harness:jar:2.18:test [INFO] | +- org.eclipse.jetty:jetty-webapp:jar:9.2.15.v20160210:test [INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.2.15.v20160210:test [INFO] | | \- org.eclipse.jetty:jetty-servlet:jar:9.2.15.v20160210:test [INFO] | +- org.eclipse.jetty:jetty-security:jar:9.2.15.v20160210:test [INFO] | | \- org.eclipse.jetty:jetty-server:jar:9.2.15.v20160210:test [INFO] | | \- org.eclipse.jetty:jetty-http:jar:9.2.15.v20160210:test [INFO] | +- org.hamcrest:hamcrest-library:jar:1.3:test [INFO] | +- org.jenkins-ci.main:jenkins-test-harness-htmlunit:jar:2.18-1: test [INFO] | | +- xalan:xalan:jar:2.7.2:test [INFO] | | +- xalan:serializer:jar:2.7.2:test *[INFO] | | +- xerces:xercesImpl:jar:2.11.0:compile[INFO] | | +- xml-apis:xml-apis:jar:1.4.01:**compile* [INFO] | | +- net.sourceforge.nekohtml:nekohtml:jar:1.9.22:test [INFO] | | +- net.sourceforge.cssparser:cssparser:jar:0.9.16:test [INFO] | | +- org.w3c.css:sac:jar:1.3:test [INFO] | | +- org.eclipse.jetty.websocket:websocket-client:jar:9.2. 12.v20150709:test [INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.2.12.v20150709:test [INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.2.12.v20150709:test [INFO] | | +- org.eclipse.jetty.websocket:websocket-common:jar:9.2. 12.v20150709:test [INFO] | | \- org.eclipse.jetty.websocket:websocket-api:jar:9.2. 12.v20150709:test [INFO] | +- org.jvnet.hudson:embedded-rhino-debugger:jar:1.2:test [INFO] | +- org.netbeans.modules:org-netbeans-insane:jar:RELEASE72:test [INFO] | \- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1: test xerces:xercesImpl:jar:2.11.0:compile was set as compile dependency and was included in the final artifact (hpi file), it just happened recently. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/3245c1fa-5935-4273-bdba-348b981374c8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
