IDEMPIERE-5816 Upgrade Hazelcast version (FHCA-4436) / fix broken jenkins (#1958)

This commit is contained in:
Carlos Ruiz 2023-07-29 18:33:35 +02:00 committed by GitHub
parent f4561e64d7
commit 0da6a2ab44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry exported="true" kind="lib" path="lib/hazelcast-aws.jar"/>
<classpathentry exported="true" kind="lib" path="lib/hazelcast.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

View File

@ -22,7 +22,6 @@ Import-Package: javax.crypto,
org.w3c.dom
DynamicImport-Package: org.*, com.*, javax.*
Bundle-ClassPath: .,
lib/hazelcast-aws.jar,
lib/hazelcast.jar
Service-Component: OSGI-INF/*.xml
Bundle-RequiredExecutionEnvironment: JavaSE-17