From ca1ef000ee3bc821c03926e478c3711a2a7c9de4 Mon Sep 17 00:00:00 2001
From: maximthomas <maxim.thomas@gmail.com>
Date: Fri, 18 Jul 2025 09:38:03 +0000
Subject: [PATCH] restore opendj-core pom line indents

---
 pom.xml             |    9 ---------
 opendj-core/pom.xml |   24 ++++++++++++------------
 2 files changed, 12 insertions(+), 21 deletions(-)

diff --git a/opendj-core/pom.xml b/opendj-core/pom.xml
index 1a80a9d..79f3128 100644
--- a/opendj-core/pom.xml
+++ b/opendj-core/pom.xml
@@ -79,18 +79,18 @@
         </dependency>
 
         <!--         java.xml.bind (JAXB) - REMOVED -->
-        <dependency>
-            <groupId>javax.xml.bind</groupId>
-            <artifactId>jaxb-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.sun.xml.bind</groupId>
-            <artifactId>jaxb-core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.sun.xml.bind</groupId>
-            <artifactId>jaxb-impl</artifactId>
-        </dependency>
+	    <dependency>
+		  <groupId>javax.xml.bind</groupId>
+		  <artifactId>jaxb-api</artifactId>
+		</dependency>
+		<dependency>
+		  <groupId>com.sun.xml.bind</groupId>
+		  <artifactId>jaxb-core</artifactId>
+		</dependency>
+		<dependency>
+		  <groupId>com.sun.xml.bind</groupId>
+		  <artifactId>jaxb-impl</artifactId>
+		</dependency>
         
 
 	    <!-- BC FIPS Provider libs -->
diff --git a/pom.xml b/pom.xml
index 2487abb..d35f479 100644
--- a/pom.xml
+++ b/pom.xml
@@ -673,15 +673,6 @@
                 <module>opendj-packages</module>
             </modules>
         </profile>
-<!--        <profile>-->
-<!--            <id>set-compiler-release</id>-->
-<!--            <activation>-->
-<!--                <jdk>[11,)</jdk>-->
-<!--            </activation>-->
-<!--            <properties>-->
-<!--                <maven.compiler.release>11</maven.compiler.release>-->
-<!--            </properties>-->
-<!--        </profile>-->
 		<profile>
 	      <id>jdk16.options</id>
 	      <activation>

--
Gitblit v1.10.0