temporary disable osgi as it is not the most important

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2020-03-12 21:02:10 +10:00 committed by Olivier Lamy
parent ef1fc0c904
commit 512e21e8e6
3 changed files with 12 additions and 3 deletions

View File

@ -100,7 +100,7 @@
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi.services</artifactId>
<version>3.7.100</version>
<version>3.8.0</version>
<scope>test</scope>
</dependency>
@ -148,6 +148,10 @@
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-jakarta-servlet-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jta_1.1_spec</artifactId>

View File

@ -133,7 +133,8 @@
<module>jetty-distribution</module>
<module>jetty-runner</module>
<module>jetty-http-spi</module>
<module>jetty-osgi</module>
<!-- FIXME if possible... -->
<!-- <module>jetty-osgi</module>-->
<module>jetty-alpn</module>
<module>jetty-home</module>
<module>jetty-bom</module>
@ -974,6 +975,11 @@
<artifactId>jakarta.annotation-api</artifactId>
<version>${annotation-api.version}</version>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
<version>2.0.0-RC2</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>

View File

@ -40,7 +40,6 @@
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
<version>2.0.0-RC2</version>
<scope>provided</scope>
</dependency>