You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2006/05/10 05:09:58 UTC

svn commit: r405609 - /geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.jmxagent/pom.xml

Author: sppatel
Date: Tue May  9 20:09:55 2006
New Revision: 405609

URL: http://svn.apache.org/viewcvs?rev=405609&view=rev
Log:
add runtime common dependency

Modified:
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.jmxagent/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.jmxagent/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.jmxagent/pom.xml?rev=405609&r1=405608&r2=405609&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.jmxagent/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.jmxagent/pom.xml Tue May  9 20:09:55 2006
@@ -135,5 +135,10 @@
             <artifactId>org.apache.geronimo.st.core</artifactId>
             <version>${org.apache.geronimo.st.core_version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.devtools</groupId>
+            <artifactId>org.apache.geronimo.runtime.common</artifactId>
+            <version>${org.apache.geronimo.runtime.common_version}</version>
+        </dependency>
     </dependencies>
 </project>