Skip to content

Commit

Permalink
use correct bundle here
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Oct 22, 2023
1 parent 03128b7 commit 3b8275c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jetty-ee8/jetty-ee8-osgi/test-jetty-ee8-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<bundle-symbolic-name>${project.groupId}.boot.test.osgi</bundle-symbolic-name>
<bundle.debug>true</bundle.debug>
<ee9.module>jetty-ee9-osgi/test-jetty-ee9-osgi</ee9.module>
<el.artifactId>jakarta.el-api</el.artifactId>
<el.groupId>jakarta.el</el.groupId>
<el.artifactId>apache-el</el.artifactId>
<el.groupId>org.mortbay.jasper</el.groupId>
<enterprise.artifactId>jakarta.enterprise.cdi-api</enterprise.artifactId>
<enterprise.groupId>jakarta.enterprise</enterprise.groupId>
<inject.artifactId>jakarta.inject-api</inject.artifactId>
Expand Down Expand Up @@ -96,7 +96,6 @@
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>apache-el</artifactId>
<version>9.0.52</version>
</dependency>
<dependency>
<groupId>org.mortbay.jasper</groupId>
Expand Down
5 changes: 5 additions & 0 deletions jetty-ee8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,11 @@
<artifactId>javax.servlet.jsp.jstl</artifactId>
<version>1.2.5</version>
</dependency>
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>apache-el</artifactId>
<version>${jsp.impl.version}</version>
</dependency>
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>apache-jsp</artifactId>
Expand Down

0 comments on commit 3b8275c

Please sign in to comment.