Skip to content

Commit

Permalink
Fixes #4092 - Remove Jakarta EL from Piranha Core Profile (#4125)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Oct 25, 2024
1 parent e4fb9b8 commit 48dbfcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
16 changes: 5 additions & 11 deletions extension/coreprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-expressly</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-jersey</artifactId>
Expand All @@ -51,31 +45,31 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-yasson</artifactId>
<artifactId>piranha-extension-naming</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-naming</artifactId>
<artifactId>piranha-extension-scinitializer</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-weld</artifactId>
<artifactId>piranha-extension-webxml</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-scinitializer</artifactId>
<artifactId>piranha-extension-weld</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-webxml</artifactId>
<artifactId>piranha-extension-yasson</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
Expand Down
2 changes: 0 additions & 2 deletions extension/coreprofile/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
* </p>
* <ul>
* <li>Annotation Scanning</li>
* <li>Eclipse Expressly (EL)</li>
* <li>Eclipse Parsson (JSON)</li>
* <li>Eclipse Yasson (JSON-B)</li>
* <li>Eclipse Jersey (REST)</li>
Expand All @@ -51,7 +50,6 @@
requires cloud.piranha.core.api;
requires cloud.piranha.extension.annotationscan;
requires cloud.piranha.extension.annotationscan.classfile;
requires cloud.piranha.extension.expressly;
requires cloud.piranha.extension.jersey;
requires cloud.piranha.extension.naming;
requires cloud.piranha.extension.scinitializer;
Expand Down

0 comments on commit 48dbfcc

Please sign in to comment.