Skip to content

Commit

Permalink
Fixes #237 - Investigate availability of EJB API jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated workflow committed Nov 1, 2023
1 parent 5f80854 commit 42a73c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 2 additions & 3 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.manorrock.flounder</groupId>
<artifactId>flounder-ejb-api</artifactId>
<version>${project.version}</version>
<groupId>jakarta.ejb</groupId>
<artifactId>jakarta.ejb-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@
<artifactId>jakarta.enterprise.cdi-api</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>jakarta.ejb</groupId>
<artifactId>jakarta.ejb-api</artifactId>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand All @@ -173,7 +178,6 @@
</snapshotRepository>
</distributionManagement>
<modules>
<module>ejb-api</module>
<module>impl</module>
<module>test</module>
</modules>
Expand Down

0 comments on commit 42a73c3

Please sign in to comment.