Skip to content

Commit 3a85d65

Browse files
committed
Work around lack of sources for BOM 21 alpha 12
Bumps the version of Commons BOM being consumed from `21.0.0-alpha-12` to `21.0.0-alpha-23` since we have a complete copy of that on BinTray. Not ideal, but workable until we can reconstitute a `21.0.0-alpha-21` release from source JARs and/or disassembly of class files.
1 parent 3e0f0b0 commit 3a85d65

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

pom.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,21 @@
9191
<enabled>true</enabled>
9292
</releases>
9393
</repository>
94+
95+
<!-- FIXME: Temporary until `commons-bom-21.0.0-alpha-23` can be built from
96+
source. -->
97+
<repository>
98+
<id>wrensecurity-forgerock-archive</id>
99+
<name>Wren Security Archive for Verified ForgeRock Artifacts</name>
100+
<url>http://dl.bintray.com/wrensecurity/forgerock-archive</url>
101+
<snapshots>
102+
<enabled>true</enabled>
103+
</snapshots>
104+
105+
<releases>
106+
<enabled>true</enabled>
107+
</releases>
108+
</repository>
94109
</repositories>
95110

96111
<mailingLists>
@@ -110,7 +125,7 @@
110125

111126
<properties>
112127
<!-- Version management -->
113-
<commons.commons-bom.version>21.0.0-alpha-12</commons.commons-bom.version>
128+
<commons.commons-bom.version>21.0.0-alpha-23</commons.commons-bom.version>
114129
<!-- maven-compiler-plugin -->
115130
<maven.compiler.target>1.5</maven.compiler.target>
116131
<maven.compiler.source>1.5</maven.compiler.source>

0 commit comments

Comments
 (0)