You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2018/03/14 18:18:43 UTC

activemq-artemis git commit: NO-JIRA Fixing CDI example

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 577b62d52 -> a00245dd0


NO-JIRA Fixing CDI example


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

Branch: refs/heads/master
Commit: a00245dd067123574efa14a378d2017ddb33c817
Parents: 577b62d
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed Mar 14 10:23:30 2018 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Mar 14 14:18:36 2018 -0400

----------------------------------------------------------------------
 examples/features/standard/cdi/pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/a00245dd/examples/features/standard/cdi/pom.xml
----------------------------------------------------------------------
diff --git a/examples/features/standard/cdi/pom.xml b/examples/features/standard/cdi/pom.xml
index 386030b..27470d2 100644
--- a/examples/features/standard/cdi/pom.xml
+++ b/examples/features/standard/cdi/pom.xml
@@ -105,9 +105,8 @@
                         </goals>
                         <configuration>
                            <libListWithDeps>
-                              <arg>org.apache.activemq.examples.broker:artemis-cdi-example:${project.version}</arg>
+                              <arg>org.apache.activemq.examples.broker:cdi:${project.version}</arg>
                            </libListWithDeps>
-
                            <instance>${basedir}/target/server0</instance>
                            <configuration>${basedir}/target/classes/activemq/server0</configuration>
                         </configuration>
@@ -186,7 +185,7 @@
                         </goals>
                         <configuration>
                            <libListWithDeps>
-                              <arg>org.apache.activemq.examples.broker:artemis-cdi-example:${project.version}</arg>
+                              <arg>org.apache.activemq.examples.broker:cdi:${project.version}</arg>
                            </libListWithDeps>
 
                            <instance>${basedir}/target/server0</instance>
@@ -222,7 +221,7 @@
                   <dependencies>
                      <dependency>
                         <groupId>org.apache.activemq.examples.broker</groupId>
-                        <artifactId>artemis-cdi-example</artifactId>
+                        <artifactId>cdi</artifactId>
                         <version>${project.version}</version>
                      </dependency>
                      <dependency>