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

vharseko
21.38.2023 77f8021b8a8aeef7b1256958fb8624cce98898bd
pom.xml
@@ -386,7 +386,7 @@
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-jar-plugin</artifactId>
                    <version>3.2.0</version>
                    <version>3.3.0</version>
                </plugin>
                
                <plugin>
@@ -448,7 +448,7 @@
                    <artifactId>maven-surefire-plugin</artifactId>
                    <version>3.0.0-M4</version> <!-- M6 DecodeException but got java.nio.BufferOverflowException -->
                    <configuration>
                        <properties>
                  <properties>
                            <property>
                                <name>usedefaultlisteners</name>
                                <value>false</value>
@@ -616,7 +616,7 @@
                <plugin>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>build-helper-maven-plugin</artifactId>
                    <version>1.8</version>
                    <version>3.3.0</version>
                    <executions>
                        <!-- Parse version to generate properties (major.version, minor.version, ...) -->
                        <execution>