Moved repository declaration to find EJB jar to the right pom.xml.
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -353,12 +353,6 @@
|
||||
<name>SpringSource Maven Release Repository</name>
|
||||
<url>http://repository.springsource.com/maven/bundles/release</url>
|
||||
</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>
|
||||
|
||||
<distributionManagement>
|
||||
|
||||
@@ -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