summaryrefslogtreecommitdiffstats
path: root/sandbox/wjaniszewski
diff options
context:
space:
mode:
authorwjaniszewski <wjaniszewski@13f79535-47bb-0310-9956-ffa450edef68>2009-02-26 11:19:39 +0000
committerwjaniszewski <wjaniszewski@13f79535-47bb-0310-9956-ffa450edef68>2009-02-26 11:19:39 +0000
commit9da33c32c68179267acc2f09bdc3ecd72337d1c1 (patch)
treeebbc80f6fc4436462ab6deeaf92bb25af942bcf4 /sandbox/wjaniszewski
parentb9559db54f923cbd6ba74b0ec658432e0ed74948 (diff)
Pointed jinterface dependency to temporary private repo
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748088 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/wjaniszewski')
-rw-r--r--sandbox/wjaniszewski/binding-erlang-runtime/pom.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/sandbox/wjaniszewski/binding-erlang-runtime/pom.xml b/sandbox/wjaniszewski/binding-erlang-runtime/pom.xml
index 8e2900b87f..6cf4aa6cc5 100644
--- a/sandbox/wjaniszewski/binding-erlang-runtime/pom.xml
+++ b/sandbox/wjaniszewski/binding-erlang-runtime/pom.xml
@@ -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>