You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by me...@apache.org on 2007/01/06 13:45:40 UTC

svn commit: r493460 - /incubator/tuscany/java/sca/runtime/standalone/jmx-host/pom.xml

Author: meerajk
Date: Sat Jan  6 04:45:40 2007
New Revision: 493460

URL: http://svn.apache.org/viewvc?view=rev&rev=493460
Log:
Re-defined dependency now that there is no dependency on core.
Also JmxRuntimeInfo now extends StandaloneRuntimeInfo to get
access to runtime.properties. So there is a dependency from
jmx-host to standalone-api.

Modified:
    incubator/tuscany/java/sca/runtime/standalone/jmx-host/pom.xml

Modified: incubator/tuscany/java/sca/runtime/standalone/jmx-host/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/runtime/standalone/jmx-host/pom.xml?view=diff&rev=493460&r1=493459&r2=493460
==============================================================================
--- incubator/tuscany/java/sca/runtime/standalone/jmx-host/pom.xml (original)
+++ incubator/tuscany/java/sca/runtime/standalone/jmx-host/pom.xml Sat Jan  6 04:45:40 2007
@@ -37,6 +37,12 @@
             <scope>compile</scope>
         </dependency>
         <dependency>
+            <groupId>org.apache.tuscany.sca.runtime.standalone</groupId>
+            <artifactId>standalone-api</artifactId>
+            <version>${sca.version}</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.tuscany.sca.services</groupId>
             <artifactId>maven</artifactId>
             <version>${sca.version}</version>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org