diff options
author | 2025-01-14 14:22:46 +0000 | |
---|---|---|
committer | 2025-01-14 14:25:18 +0000 | |
commit | 62028bb5b8c9127f73694b1c7efabe5e109f3017 (patch) | |
tree | 1bdfd1bf438d423f6556f1af671ea7b1737c8d9f /pom.xml | |
parent | 14044297bc112357af623fe3327da60fc30135ac (diff) |
Fix apex-pdp image generation
- policies generated with docker profile were missing the
--working-dir argument
- infinispan and hazelcast uplifted and configurations fixed to
match the latest versions
Issue-ID: POLICY-5192
Change-Id: I4a47c3dbdbbc8e863abaa4097ba00ea31508ffa5
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,7 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. - Modifications Copyright (C) 2019-2020, 2022-2024 Nordix Foundation. + Modifications Copyright (C) 2019-2020, 2022-2025 Nordix Foundation. Modifications Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020-2021 Bell Canada. ================================================================================ @@ -40,7 +40,6 @@ <description>Packaging for all the Apex components, the engine, the WAR service, and the editor.</description> <properties> - <encoding>UTF-8</encoding> <file.encoding>UTF-8</file.encoding> <sonar.javascript.lcov.reportPaths>${project.basedir}/target/code-coverage/lcov.info </sonar.javascript.lcov.reportPaths> @@ -57,8 +56,8 @@ <version.avro>1.11.3</version.avro> <version.caffeine>3.1.8</version.caffeine> <version.curator>5.5.0</version.curator> - <version.hazelcast>5.3.5</version.hazelcast> - <version.infinispan>14.0.13.Final</version.infinispan> + <version.hazelcast>5.3.8</version.hazelcast> + <version.infinispan>14.0.33.Final</version.infinispan> <version.jgroups>5.2.18.Final</version.jgroups> <version.jms>3.1.0</version.jms> <version.jnr.jffi>1.3.12</version.jnr.jffi> |