Skip to content

Instantly share code, notes, and snippets.

@kamcpp
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save kamcpp/e78d88daf7e34934f3d2 to your computer and use it in GitHub Desktop.

Select an option

Save kamcpp/e78d88daf7e34934f3d2 to your computer and use it in GitHub Desktop.
Maven Dependencies for JBoss RNP (JMS and EJB)
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ejb-client-bom</artifactId>
<version>8.1.0.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-jms-client-bom</artifactId>
<version>8.1.0.Final</version>
<type>pom</type>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment