Created
February 2, 2017 09:33
-
-
Save mkuehle/a8dc30dac17f95de179e73d81eafce7f to your computer and use it in GitHub Desktop.
pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- https://mvnrepository.com/artifact/org.jboss.ejb3/jboss-ejb3-ext-api --> | |
<!-- JBoss Transaction Timeout Annotation --> | |
<dependency> | |
<groupId>org.jboss.ejb3</groupId> | |
<artifactId>jboss-ejb3-ext-api</artifactId> | |
<version>2.2.0.Final</version> | |
<scope>provided</scope> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment