mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

maximthomas
18.38.2025 ca1ef000ee3bc821c03926e478c3711a2a7c9de4
restore opendj-core pom line indents
2 files modified
33 ■■■■■ changed files
opendj-core/pom.xml 24 ●●●● patch | view | raw | blame | history
pom.xml 9 ●●●●● patch | view | raw | blame | history
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 -->
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>