commit | 80d193805b33615c14d69da4630c9cbd0d1845e0 | [log] [tgz] |
---|---|---|
author | Clement Escoffier <clement@apache.org> | Wed Apr 24 15:19:07 2013 +0000 |
committer | Clement Escoffier <clement@apache.org> | Wed Apr 24 15:19:07 2013 +0000 |
tree | e3287f4a1b4b06f199d5d2cdc707580a220e8fda | |
parent | 920f00526731b86144ffdad3faca532c9d604346 [diff] |
Fix transaction it pom A maven repo declaration were pointing to an outdated url. git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1471474 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/handler/transaction/transaction-handler-it/pom.xml b/ipojo/handler/transaction/transaction-handler-it/pom.xml index c864457..cc38ec7 100644 --- a/ipojo/handler/transaction/transaction-handler-it/pom.xml +++ b/ipojo/handler/transaction/transaction-handler-it/pom.xml
@@ -35,6 +35,13 @@ <url.version>1.5.1</url.version> </properties> + <repositories> + <repository> + <id>ow2.snapshots</id> + <url>http://repository.ow2.org/nexus/content/repositories/snapshots/</url> + </repository> + </repositories> + <dependencies> <dependency> <groupId>org.ow2.chameleon.transaction</groupId>