mirror of https://github.com/apache/activemq.git
Added jetty repo to fix build for some folks
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@521305 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2a3f9e38ea
commit
8c08fcad76
22
pom.xml
22
pom.xml
|
@ -55,6 +55,8 @@
|
|||
<jdom-version>1.0</jdom-version>
|
||||
|
||||
<!-- replace with one of these when available
|
||||
TODO - zap the jetty snapshot repo when we do this!!
|
||||
|
||||
<jetty-version>6.1.2</jetty-version>
|
||||
<jetty-version>6.1.2rc2</jetty-version>
|
||||
-->
|
||||
|
@ -142,6 +144,16 @@
|
|||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
</repository>
|
||||
|
||||
<!-- TODO REMOVE ME ASAP when 6.1.2rc goes out -->
|
||||
<repository>
|
||||
<id>codehaus.snapshots</id>
|
||||
<name>Codehaus Snapshot Repository</name>
|
||||
<url>http://snapshots.repository.codehaus.org/</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
@ -158,6 +170,16 @@
|
|||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
</pluginRepository>
|
||||
|
||||
<!-- TODO REMOVE ME ASAP when 6.1.2rc goes out -->
|
||||
<pluginRepository>
|
||||
<id>codehaus.snapshots</id>
|
||||
<name>Codehaus Snapshot Repository</name>
|
||||
<url>http://snapshots.repository.codehaus.org/</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
|
|
Loading…
Reference in New Issue