From 70df887e075f3e4d2d67d6e65eb58e2ddc1eea0f Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Thu, 10 Oct 2019 13:28:18 +0200 Subject: [PATCH] Work on Jersey packaging. --- META-INF/spring/distribution.xml | 13 +++++++--- META-INF/spring/jackson.xml | 7 ++++- META-INF/spring/javax.xml | 21 +++++++++++++-- META-INF/spring/jersey.xml | 44 +++++++++++++++++++++++++++++++- META-INF/spring/misc.xml | 10 ++++++++ 5 files changed, 88 insertions(+), 7 deletions(-) diff --git a/META-INF/spring/distribution.xml b/META-INF/spring/distribution.xml index c3a0930..5bb0543 100644 --- a/META-INF/spring/distribution.xml +++ b/META-INF/spring/distribution.xml @@ -21,7 +21,12 @@ + + + + + @@ -37,6 +42,7 @@ + @@ -66,9 +72,10 @@ - - - + + + + diff --git a/META-INF/spring/jackson.xml b/META-INF/spring/jackson.xml index b40da9b..72824aa 100644 --- a/META-INF/spring/jackson.xml +++ b/META-INF/spring/jackson.xml @@ -9,7 +9,7 @@ http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-1.2.xsd"> - + + + - @@ -70,12 +70,29 @@ + + + + + + + + + + + diff --git a/META-INF/spring/jersey.xml b/META-INF/spring/jersey.xml index d6ec3ae..4ad1754 100644 --- a/META-INF/spring/jersey.xml +++ b/META-INF/spring/jersey.xml @@ -10,7 +10,7 @@ http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-1.2.xsd"> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.30.2