Author: wjaniszewski
Date: Thu Feb 26 11:19:39 2009
New Revision: 748088
URL: http://svn.apache.org/viewvc?rev=748088&view=rev
Log:
Pointed jinterface dependency to temporary private repo
Modified:
tuscany/sandbox/wjaniszewski/binding-erlang-runtime/pom.xml
Modified: tuscany/sandbox/wjaniszewski/binding-erlang-runtime/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sandbox/wjaniszewski/binding-erlang-runtime/pom.xml?rev=748088&r1=748087&r2=748088&view=diff
==============================================================================
--- tuscany/sandbox/wjaniszewski/binding-erlang-runtime/pom.xml (original)
+++ tuscany/sandbox/wjaniszewski/binding-erlang-runtime/pom.xml Thu Feb 26
11:19:39 2009
@@ -28,6 +28,13 @@
<artifactId>tuscany-binding-erlang-runtime</artifactId>
<name>Apache Tuscany SCA Erlang Binding Runtime</name>
+ <repositories>
+ <repository>
+ <id>wjaniszewski-jinterface</id>
+
<url>http://people.apache.org/~wjaniszewski/jinterface-repo</url>
+ </repository>
+ </repositories>
+
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
@@ -49,8 +56,8 @@
</dependency>
<dependency>
- <groupId>jinterface</groupId>
- <artifactId>jinterface</artifactId>
+ <groupId>com.ericsson</groupId>
+ <artifactId>otperlang</artifactId>
<version>1.4.2</version>
</dependency>