Skip to content

Commit

Permalink
Need EL to compile bean manager
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed May 18, 2022
1 parent 1725638 commit d4738af
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions jakartaee-core-api/pom.xml
Expand Up @@ -123,6 +123,7 @@
<version>${jakarta.inject.cp.version}</version>
<optional>true</optional>
</dependency>

<!-- Only needed to compile the RESTful Link class as it uses XML Binding -->
<dependency>
<groupId>jakarta.xml.bind</groupId>
Expand All @@ -131,5 +132,13 @@
<optional>true</optional>
<scope>provided</scope>
</dependency>
<!-- Only needed to compile the BeanManager non-Lite usage of EL -->
<dependency>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
<version>${jakarta.el-api.version}</version>
<optional>true</optional>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

0 comments on commit d4738af

Please sign in to comment.