You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@batchee.apache.org by rm...@apache.org on 2018/07/31 09:55:28 UTC

incubator-batchee git commit: BATCHEE-134 patch from Alexander Falb to fix openejb quartz shade gav, thanks Alex

Repository: incubator-batchee
Updated Branches:
  refs/heads/master 30aa2a4d7 -> 79c91e0b1


BATCHEE-134 patch from Alexander Falb to fix openejb quartz shade gav, thanks Alex


Project: http://git-wip-us.apache.org/repos/asf/incubator-batchee/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-batchee/commit/79c91e0b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-batchee/tree/79c91e0b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-batchee/diff/79c91e0b

Branch: refs/heads/master
Commit: 79c91e0b1ada491aaccb84893088d14c0b81883a
Parents: 30aa2a4
Author: Romain Manni-Bucau <rm...@gmail.com>
Authored: Tue Jul 31 11:55:10 2018 +0200
Committer: Romain Manni-Bucau <rm...@gmail.com>
Committed: Tue Jul 31 11:55:10 2018 +0200

----------------------------------------------------------------------
 tools/cli/src/main/assembly/bin-openejb.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/79c91e0b/tools/cli/src/main/assembly/bin-openejb.xml
----------------------------------------------------------------------
diff --git a/tools/cli/src/main/assembly/bin-openejb.xml b/tools/cli/src/main/assembly/bin-openejb.xml
index ac62885..45b5ebe 100644
--- a/tools/cli/src/main/assembly/bin-openejb.xml
+++ b/tools/cli/src/main/assembly/bin-openejb.xml
@@ -95,7 +95,7 @@
         <include>org.apache.tomee:openejb-loader</include>
         <include>org.apache.tomee:openejb-jpa-integration</include>
         <include>org.apache.tomee:mbean-annotation-api</include>
-        <include>org.apache.tomee.shade:quartz-openejb-shade</include>
+        <include>org.apache.openejb.shade:quartz-openejb-shade</include>
         <include>org.metatype.sxc:sxc-runtime</include>
         <include>org.metatype.sxc:sxc-jaxb-core</include>
         <include>org.apache.geronimo.components:geronimo-transaction</include>