Skip to content

Commit

Permalink
Make explicit EJB version 3.0 requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gael Abadin committed Feb 13, 2024
1 parent 7bcb0c6 commit b9d23f1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,17 @@
<directory>${project.basedir}/src/test/resources</directory>
</testResource>
</testResources>
<plugins>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ejb-plugin</artifactId>
<version>3.2.1</version>
<configuration>
<ejbVersion>3.0</ejbVersion>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>

0 comments on commit b9d23f1

Please sign in to comment.