changeset 372:456596ecdc23

Fix build The thermostat-common jar is now thermostat-common-core Reviewed-by: rkennke Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-June/001824.html
author Omair Majid <omajid@redhat.com>
date Wed, 13 Jun 2012 12:30:38 -0400
parents c2ec27cdd1ec
children e4beb95382b6
files client/heapdumper/pom.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/heapdumper/pom.xml	Wed Jun 13 16:24:36 2012 +0200
+++ b/client/heapdumper/pom.xml	Wed Jun 13 12:30:38 2012 -0400
@@ -82,7 +82,7 @@
     </dependency>
     <dependency>
       <groupId>com.redhat.thermostat</groupId>
-      <artifactId>thermostat-common</artifactId>
+      <artifactId>thermostat-common-core</artifactId>
       <version>${project.version}</version>
       <type>bundle</type>
     </dependency>