From 52c9114d486fa9f38a8039316144ff6910abed2a Mon Sep 17 00:00:00 2001
From: maximthomas <maxim.thomas@gmail.com>
Date: Wed, 25 Dec 2024 11:09:21 +0000
Subject: [PATCH] Update target JDK to 11 and move to JakartaEE
---
opendj-rest2ldap-servlet/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-rest2ldap-servlet/pom.xml b/opendj-rest2ldap-servlet/pom.xml
index 0200445..78b188d 100644
--- a/opendj-rest2ldap-servlet/pom.xml
+++ b/opendj-rest2ldap-servlet/pom.xml
@@ -121,7 +121,7 @@
</executions>
<configuration>
<container>
- <containerId>tomcat9x</containerId>
+ <containerId>tomcat10x</containerId>
<type>embedded</type>
<systemProperties>
<file.encoding>UTF-8</file.encoding>
--
Gitblit v1.10.0