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

Maxim Thomas
06.09.2025 ac04d287b54ba434324058c9804aafa2bbf310ef
Take Glassfish Grizzly version from commons (#520)

2 files modified
2 ■■■■■ changed files
opendj-grizzly/pom.xml 1 ●●●● patch | view | raw | blame | history
pom.xml 1 ●●●● patch | view | raw | blame | history
opendj-grizzly/pom.xml
@@ -66,7 +66,6 @@
        <dependency>
            <groupId>org.glassfish.grizzly</groupId>
            <artifactId>grizzly-framework</artifactId>
            <version>${grizzly-framework.version}</version>
        </dependency>
        <dependency>
pom.xml
@@ -37,7 +37,6 @@
        <localized.jars.classifier>i18n</localized.jars.classifier>
        <commons.version>2.2.5-SNAPSHOT</commons.version>
        <freemarker.version>2.3.34</freemarker.version>
        <grizzly-framework.version>2.3.35</grizzly-framework.version>
        <metrics-core.version>4.2.30</metrics-core.version>
        <maven.compiler.target>8</maven.compiler.target>
        <maven.compiler.source>8</maven.compiler.source>