[infinispan-commits] Infinispan SVN: r389 - trunk/jopr-plugin.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Tue Jun 2 09:24:49 EDT 2009


Author: manik.surtani at jboss.com
Date: 2009-06-02 09:24:49 -0400 (Tue, 02 Jun 2009)
New Revision: 389

Modified:
   trunk/jopr-plugin/pom.xml
Log:
Added JOPR plugin

Modified: trunk/jopr-plugin/pom.xml
===================================================================
--- trunk/jopr-plugin/pom.xml	2009-06-02 13:09:53 UTC (rev 388)
+++ trunk/jopr-plugin/pom.xml	2009-06-02 13:24:49 UTC (rev 389)
@@ -197,12 +197,6 @@
       </dependency>
       <dependency>
          <groupId>org.rhq</groupId>
-         <artifactId>rhq-core-native-system</artifactId>
-         <version>1.2.0.GA</version>
-         <scope>provided</scope>
-      </dependency>
-      <dependency>
-         <groupId>org.rhq</groupId>
          <artifactId>rhq-jmx-plugin</artifactId>
          <version>1.2.0.GA</version>
          <scope>provided</scope>
@@ -215,14 +209,32 @@
          <scope>provided</scope>
       </dependency>
 
+      <!-- TODO: This is beyond horrible.  Surely we don't need these dependencies!! -->
+
       <dependency>
-         <groupId>org.hyperic</groupId>
-         <artifactId>sigar</artifactId>
-         <version>1.6.0.14</version>
+         <groupId>org.hibernate</groupId>
+         <artifactId>hibernate-core</artifactId>
+         <version>3.3.1.GA</version>
          <scope>provided</scope>
       </dependency>
 
       <dependency>
+         <groupId>org.hibernate</groupId>
+         <artifactId>hibernate-annotations</artifactId>
+         <version>3.4.0.GA</version>
+         <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+         <groupId>javax.persistence</groupId>
+         <artifactId>persistence-api</artifactId>
+         <version>1.0</version>
+         <scope>provided</scope>
+      </dependency>
+
+      <!-- END unnenessary deps -->
+
+      <dependency>
          <groupId>org.infinispan</groupId>
          <artifactId>infinispan-core</artifactId>
          <version>4.0.0-SNAPSHOT</version>




More information about the infinispan-commits mailing list