From d260f51d8bac16601bd76e56ea907149a28c2020 Mon Sep 17 00:00:00 2001
From: 3hsan <56245694+ehsansasanian@users.noreply.github.com>
Date: Mon, 3 Apr 2023 19:13:45 +0200
Subject: [PATCH] Upgrade osgi module to JDK 11 by moving it to jdk9-and-above
profile (#13728)
---
osgi/pom.xml | 13 +++++++++++++
pom.xml | 4 ++--
2 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/osgi/pom.xml b/osgi/pom.xml
index 3fa2dcdf02..ecc8758ef9 100644
--- a/osgi/pom.xml
+++ b/osgi/pom.xml
@@ -67,6 +67,17 @@
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ ${maven-compiler-plugin.version}
+
+ ${maven.compiler.source}
+ ${maven.compiler.target}
+
+
+
@@ -84,6 +95,8 @@
1.1
6.0.0
3.3.0
+ 11
+ 11
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 0f532beaf2..12688defa6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -367,7 +367,6 @@
muleesb
- osgi
persistence-modules
web-modules
@@ -567,7 +566,6 @@
lombok-modules
muleesb
- osgi
persistence-modules
web-modules
@@ -744,6 +742,7 @@
+ osgi
spring-katharsis
logging-modules
spring-boot-modules
@@ -991,6 +990,7 @@
+ osgi
spring-katharsis
logging-modules
spring-boot-modules