Skip to content

Commit

Permalink
Issue #9301 Fix dependencies for ee10-glassfish-jstl module (#9303)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbartel authored Feb 8, 2023
1 parent b070115 commit 751b0a8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
15 changes: 2 additions & 13 deletions jetty-ee10/jetty-ee10-glassfish-jstl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,8 @@
</dependency>

<dependency>
<groupId>jakarta.servlet.jsp</groupId>
<artifactId>jakarta.servlet.jsp-api</artifactId>
</dependency>

<dependency>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
<groupId>org.eclipse.jetty.ee10</groupId>
<artifactId>jetty-ee10-apache-jsp</artifactId>
</dependency>

<dependency>
Expand All @@ -54,12 +49,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.eclipse.jetty.ee10</groupId>
<artifactId>jetty-ee10-apache-jsp</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.eclipse.jetty.ee10</groupId>
<artifactId>jetty-ee10-annotations</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ Enables the glassfish version of JSTL for all webapps.
[environment]
ee10

[depends]
ee10-apache-jsp

[lib]
lib/ee10-glassfish-jstl/*.jar
8 changes: 4 additions & 4 deletions jetty-ee10/jetty-ee10-home/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@
</goals>
<configuration>
<prependGroupId>true</prependGroupId>
<includeGroupIds>jakarta.servlet.jsp.jstl,org.glassfish.web,jakarta.el,jakarta.servlet.jsp,jakarta.el</includeGroupIds>
<includeArtifactIds>jakarta.servlet.jsp.jstl-api,jakarta.servlet.jsp.jstl,jakarta.el-api,jakarta.servlet.jsp-api,jakarta.el-api</includeArtifactIds>
<includeGroupIds>jakarta.servlet.jsp.jstl,org.glassfish.web</includeGroupIds>
<includeArtifactIds>jakarta.servlet.jsp.jstl-api,jakarta.servlet.jsp.jstl</includeArtifactIds>
<includeTypes>jar</includeTypes>
<classifier>sources</classifier>
<outputDirectory>${source-assembly-directory}/lib/ee10-glassfish-jstl</outputDirectory>
Expand All @@ -284,8 +284,8 @@
</goals>
<configuration>
<prependGroupId>true</prependGroupId>
<includeGroupIds>jakarta.servlet.jsp.jstl,org.glassfish.web,jakarta.el,jakarta.servlet.jsp,jakarta.el</includeGroupIds>
<includeArtifactIds>jakarta.servlet.jsp.jstl-api,jakarta.servlet.jsp.jstl,jakarta.el-api,jakarta.servlet.jsp-api,jakarta.el-api</includeArtifactIds>
<includeGroupIds>jakarta.servlet.jsp.jstl,org.glassfish.web</includeGroupIds>
<includeArtifactIds>jakarta.servlet.jsp.jstl-api,jakarta.servlet.jsp.jstl</includeArtifactIds>
<includeTypes>jar</includeTypes>
<outputDirectory>${assembly-directory}/lib/ee10-glassfish-jstl</outputDirectory>
</configuration>
Expand Down

0 comments on commit 751b0a8

Please sign in to comment.