You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by an...@apache.org on 2015/05/11 13:31:41 UTC

[2/3] activemq-artemis git commit: Fix core perf dependency error

Fix core perf dependency error


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/074528f3
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/074528f3
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/074528f3

Branch: refs/heads/master
Commit: 074528f385c87200a60de0828a6222f178aeeb13
Parents: da25d6f
Author: Martyn Taylor <mt...@redhat.com>
Authored: Mon May 11 11:31:50 2015 +0100
Committer: Martyn Taylor <mt...@redhat.com>
Committed: Mon May 11 11:46:29 2015 +0100

----------------------------------------------------------------------
 examples/core/perf/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/074528f3/examples/core/perf/pom.xml
----------------------------------------------------------------------
diff --git a/examples/core/perf/pom.xml b/examples/core/perf/pom.xml
index 54ae9c1..0085172 100644
--- a/examples/core/perf/pom.xml
+++ b/examples/core/perf/pom.xml
@@ -53,7 +53,7 @@ under the License.
       </dependency>
       <dependency>
          <groupId>org.apache.activemq.examples.jms</groupId>
-         <artifactId>artemis-jms-examples-common</artifactId>
+         <artifactId>common</artifactId>
          <version>${project.version}</version>
       </dependency>
       <dependency>