Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2012-02-01 15:59:00 +0000
committerJoakim Erdfelt2012-02-01 15:59:00 +0000
commit228ff32ab08cc9219a6eeee1df3f8005b1f596dd (patch)
treedea5564cb35c06d1cea80222c9992086e56e46e1 /jetty-osgi/test-jetty-osgi/pom.xml
parent878d717b927678ac05e89f6b1c9c511c5a4ac413 (diff)
downloadorg.eclipse.jetty.project-228ff32ab08cc9219a6eeee1df3f8005b1f596dd.tar.gz
org.eclipse.jetty.project-228ff32ab08cc9219a6eeee1df3f8005b1f596dd.tar.xz
org.eclipse.jetty.project-228ff32ab08cc9219a6eeee1df3f8005b1f596dd.zip
Cleaning up jetty-jsp dependencies to only arrive via jetty-jsp
Diffstat (limited to 'jetty-osgi/test-jetty-osgi/pom.xml')
-rw-r--r--jetty-osgi/test-jetty-osgi/pom.xml30
1 files changed, 4 insertions, 26 deletions
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml
index 8abb9d1886..acbb3450bd 100644
--- a/jetty-osgi/test-jetty-osgi/pom.xml
+++ b/jetty-osgi/test-jetty-osgi/pom.xml
@@ -20,34 +20,12 @@
<groupId>org.eclipse.jetty.orbit</groupId>
<artifactId>javax.servlet</artifactId>
</dependency>
+
<!-- Orbit JSP Deps -->
<dependency>
- <groupId>org.eclipse.jetty.orbit</groupId>
- <artifactId>javax.el</artifactId>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty.orbit</groupId>
- <artifactId>javax.servlet.jsp</artifactId>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty.orbit</groupId>
- <artifactId>javax.servlet.jsp.jstl</artifactId>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty.orbit</groupId>
- <artifactId>com.sun.el</artifactId>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty.orbit</groupId>
- <artifactId>org.apache.jasper.glassfish</artifactId>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty.orbit</groupId>
- <artifactId>org.apache.taglibs.standard.glassfish</artifactId>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty.orbit</groupId>
- <artifactId>org.eclipse.jdt.core</artifactId>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-jsp</artifactId>
+ <version>${project.version}</version>
</dependency>
<!-- OSGi Deps -->

Back to the top