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

Matthew Swift
24.37.2016 2a41434973ff9f172a41af0ad3704a73e2b5b327
Minor fix: avoid intermittent build failures by using released version of commons
1 files modified
2 ■■■ changed files
opendj-bom/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-bom/pom.xml
@@ -45,7 +45,7 @@
            <dependency>
                <groupId>org.forgerock.commons</groupId>
                <artifactId>commons-bom</artifactId>
                <version>21.0.0-SNAPSHOT</version>
                <version>21.0.0-alpha-8</version>
                <scope>import</scope>
                <type>pom</type>
            </dependency>