You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2021/01/11 00:29:15 UTC

[aries-jax-rs-whiteboard] 01/01: narrow the embedded prepackages

This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git

commit b2db9154a19f7c305fe522818745f188a6741189
Author: Raymond Auge <ro...@apache.org>
AuthorDate: Sun Jan 10 19:25:42 2021 -0500

    narrow the embedded prepackages
    
    Signed-off-by: Raymond Auge <ro...@apache.org>
---
 org.apache.aries.jax.rs.cxf.repackage/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org.apache.aries.jax.rs.cxf.repackage/pom.xml b/org.apache.aries.jax.rs.cxf.repackage/pom.xml
index 10428d0..c0bc5ab 100644
--- a/org.apache.aries.jax.rs.cxf.repackage/pom.xml
+++ b/org.apache.aries.jax.rs.cxf.repackage/pom.xml
@@ -59,7 +59,7 @@
                             <goal>unpack-dependencies</goal>
                         </goals>
                         <configuration>
-                           <includes>**/*.class,**/Messages.properties,META-INF/services/*,org/apache/cxf/version/version.properties</includes>
+                           <includes>org/apache/aries/component/dsl/**/*.class,org/apache/cxf/**/*.class,**/Messages.properties,META-INF/services/*,org/apache/cxf/version/version.properties</includes>
                            <outputDirectory>${project.build.outputDirectory}</outputDirectory>
                            <markersDirectory>${project.build.directory}/dependency-maven-plugin-markers-classes</markersDirectory>
                         </configuration>