Moved repository declaration to find EJB jar to the right pom.xml.
This commit is contained in:
@@ -369,6 +369,12 @@
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<!-- Necessary for EJB Tx support in Commons Core -->
|
||||
<id>jboss</id>
|
||||
<name>JBoss repository</name>
|
||||
<url>https://repository.jboss.org/nexus/content/groups/public</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<reporting>
|
||||
<plugins>
|
||||
|
||||
Reference in New Issue
Block a user