Patch pax-web to use jackson-2.15.3 21/108521/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 19 Oct 2023 16:03:15 +0000 (18:03 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 19 Oct 2023 16:03:36 +0000 (18:03 +0200)
We have a slight version mis-alignment with pax-web, fix that up during
packaging.

Change-Id: I151c394e4a26b9602cebfa8dc2f9f878aa5e09a4
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
karaf/opendaylight-karaf-resources/pom.xml

index 5eb30b4ef67ec5efe027dcdbecfc1c90039eb890..73323ca7f050fc14d203fcdc6991bde7b6d8592e 100644 (file)
                       tofile="${project.build.directory}/classes/system/org/apache/karaf/features/standard/${karaf.version}/standard-${karaf.version}-features.xml"/>
                 <copy file="${project.build.directory}/assembly/system/org/apache/karaf/features/framework/${karaf.version}/framework-${karaf.version}-features.xml"
                       tofile="${project.build.directory}/classes/system/org/apache/karaf/features/framework/${karaf.version}/framework-${karaf.version}-features.xml"/>
+                <replace file="${project.build.directory}/assembly/system/org/ops4j/pax/web/pax-web-features/8.0.22/pax-web-features-8.0.22-features.xml"
+                      token="/2.15.2" value="/2.15.3" failOnNoReplacements="true"/>
+                <copy file="${project.build.directory}/assembly/system/org/ops4j/pax/web/pax-web-features/8.0.22/pax-web-features-8.0.22-features.xml"
+                      tofile="${project.build.directory}/classes/system/org/ops4j/pax/web/pax-web-features/8.0.22/pax-web-features-8.0.22-features.xml"/>
                 <!-- Add startup bundles to startup.properties — order is significant, bundles are wired in declaration order -->
                 <echo file="${project.build.directory}/assembly/etc/startup.properties" append="true">
 # The following are added by opendaylight-karaf-resources