Skip to content

Commit

Permalink
Temporarily add EJB dependency to javadoc of shaded JARs because of j…
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Sep 17, 2020
1 parent 6989ad7 commit 27efdfb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions environments/se/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@
<artifactId>bcel</artifactId>
<version>${apache.bcel.version}</version>
</additionalDependency>
<!-- Temporary until there is release with https://github.com/eclipse-ee4j/cdi/pull/449 -->
<additionalDependency>
<groupId>jakarta.ejb</groupId>
<artifactId>jakarta.ejb-api</artifactId>
<version>4.0.0-RC2</version>
</additionalDependency>
</additionalDependencies>
</configuration>
<executions>
Expand Down
6 changes: 6 additions & 0 deletions environments/servlet/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,12 @@
<artifactId>tomcat-embed-core</artifactId>
<version>${tomcat.version}</version>
</additionalDependency>
<!-- Temporary until there is release with https://github.com/eclipse-ee4j/cdi/pull/449 -->
<additionalDependency>
<groupId>jakarta.ejb</groupId>
<artifactId>jakarta.ejb-api</artifactId>
<version>4.0.0-RC2</version>
</additionalDependency>
</additionalDependencies>
</configuration>
<executions>
Expand Down

0 comments on commit 27efdfb

Please sign in to comment.