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:44 UTC

svn commit: r493461 - /incubator/tuscany/java/sca/runtime/standalone/server.start/pom.xml

Author: meerajk
Date: Sat Jan  6 04:45:43 2007
New Revision: 493461

URL: http://svn.apache.org/viewvc?view=rev&rev=493461
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/server.start/pom.xml

Modified: incubator/tuscany/java/sca/runtime/standalone/server.start/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/runtime/standalone/server.start/pom.xml?view=diff&rev=493461&r1=493460&r2=493461
==============================================================================
--- incubator/tuscany/java/sca/runtime/standalone/server.start/pom.xml (original)
+++ incubator/tuscany/java/sca/runtime/standalone/server.start/pom.xml Sat Jan  6 04:45:43 2007
@@ -44,8 +44,8 @@
             <scope>compile</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.tuscany.sca.kernel</groupId>
-            <artifactId>core</artifactId>
+            <groupId>org.apache.tuscany.sca.runtime.standalone</groupId>
+            <artifactId>jmx-host</artifactId>
             <version>${sca.version}</version>
             <scope>compile</scope>
         </dependency>



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