NOJIRA
enabled JBoss repo for now to get build working in Bamboo
This commit is contained in:
parent
91046c779c
commit
0d8c085d19
|
|
@ -24,6 +24,28 @@
|
|||
<artifactId>jboss-as-tomcat</artifactId>
|
||||
<version>${jboss.version}</version>
|
||||
<scope>provided</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>trove</groupId>
|
||||
<artifactId>trove</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>apache-log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>jpl-pattern</groupId>
|
||||
<artifactId>jpl-pattern</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>jpl-util</groupId>
|
||||
<artifactId>jpl-util</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>javax.security</groupId>
|
||||
<artifactId>jacc</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
@ -32,11 +54,13 @@
|
|||
<repository>
|
||||
<id>jboss</id>
|
||||
<name>JBoss Repository</name>
|
||||
<url>http://repository.jboss.com/maven2/</url>
|
||||
<url>https://repository.jboss.org/nexus/content/groups/public//</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
||||
|
||||
<properties>
|
||||
<jboss.version>5.1.0.GA</jboss.version>
|
||||
<jboss.version>6.1.0.Final</jboss.version>
|
||||
</properties>
|
||||
</project>
|
||||
|
|
|
|||
|
|
@ -24,10 +24,22 @@
|
|||
<!-- available from http://code.google.com/p/spymemcached/ -->
|
||||
<dependency>
|
||||
<groupId>spy</groupId>
|
||||
<artifactId>memcached</artifactId>
|
||||
<version>2.5</version>
|
||||
<artifactId>spymemcached</artifactId>
|
||||
<version>2.6</version>
|
||||
<type>jar</type>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spy</id>
|
||||
<name>Spy Repository</name>
|
||||
<layout>default</layout>
|
||||
<url>http://files.couchbase.com/maven2/</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
</project>
|
||||
Loading…
Reference in New Issue