Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2013-02-19 22:26:30 +0000
committerJan Bartel2013-02-19 22:26:30 +0000
commit9af433473961dab9f5d534031fe0a6daa615a2a6 (patch)
treedf568b77e825d0016af82c775bfed9cdc33b4aad /jetty-osgi/pom.xml
parent39c5d6c141df91da0f480fbce2773d4f6749e347 (diff)
downloadorg.eclipse.jetty.project-9af433473961dab9f5d534031fe0a6daa615a2a6.tar.gz
org.eclipse.jetty.project-9af433473961dab9f5d534031fe0a6daa615a2a6.tar.xz
org.eclipse.jetty.project-9af433473961dab9f5d534031fe0a6daa615a2a6.zip
committing to save changes but does not yet compile
Diffstat (limited to 'jetty-osgi/pom.xml')
-rw-r--r--jetty-osgi/pom.xml24
1 files changed, 2 insertions, 22 deletions
diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml
index 24d1b7c9dd..d697210d2b 100644
--- a/jetty-osgi/pom.xml
+++ b/jetty-osgi/pom.xml
@@ -23,6 +23,8 @@
<module>jetty-osgi-boot-jsp</module>
<module>jetty-osgi-boot-warurl</module>
<module>jetty-osgi-httpservice</module>
+ <module>test-jetty-osgi-webapp</module>
+ <module>test-jetty-osgi-context</module>
<module>test-jetty-osgi</module>
</modules>
<build>
@@ -142,28 +144,6 @@
<artifactId>servlet</artifactId>
<version>${equinox-http-servlet-version}</version>
</dependency>
- <!--dependency>
- <groupId>org.eclipse.equinox</groupId>
- <artifactId>servletbridge</artifactId>
- <version>${equinox-servletbridge-version}</version>
- </dependency-->
- <!-- not ready <dependency>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jsp-impl</artifactId>
- <version>${jsp-impl-2.2-glassfish-version}</version>
- </dependency-->
-<!--
- <dependency>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jsp-2.1-glassfish</artifactId>
- <version>${jsp-2.1-glassfish-version}</version>
- </dependency>
- <dependency>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jsp-api-2.1-glassfish</artifactId>
- <version>${jsp-2.1-glassfish-version}</version>
- </dependency>
--->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>

Back to the top