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>