You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/05/23 20:49:32 UTC

svn commit: r778022 - /incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.hprof.api/pom.xml

Author: spoole
Date: Sat May 23 20:49:32 2009
New Revision: 778022

URL: http://svn.apache.org/viewvc?rev=778022&view=rev
Log:
more maven build restructuring

Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.hprof.api/pom.xml

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.hprof.api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.hprof.api/pom.xml?rev=778022&r1=778021&r2=778022&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.hprof.api/pom.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.hprof.api/pom.xml Sat May 23 20:49:32 2009
@@ -9,4 +9,16 @@
   <artifactId>kato.hprof.api</artifactId>
   <name>Kato API adapter for HPROF</name>
   <version>0.0.1-SNAPSHOT</version>
+   <dependencies>
+  	<dependency>
+  		<groupId>org.apache.kato</groupId>
+  		<artifactId>kato.hprof.reader</artifactId>
+  		<version>0.0.1-SNAPSHOT</version>
+  	</dependency>
+  	<dependency>
+  		<groupId>org.apache.kato</groupId>
+  		<artifactId>kato.api</artifactId>
+  		<version>0.0.1-SNAPSHOT</version>
+  	</dependency>
+  </dependencies>
 </project>
\ No newline at end of file