Skip to content

Commit 348c096

Browse files
authored
Update org.openidentityplatform.openicf to 2.0.4 (#200)
1 parent a1a8e3b commit 348c096

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

pom.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393
<dependency>
394394
<groupId>org.openidentityplatform</groupId>
395395
<artifactId>openicf</artifactId>
396-
<version>2.0.3</version> <!--after openicf version update, check commons-lang3 and commons-text versions from commons -->
396+
<version>2.0.4</version>
397397
<type>pom</type>
398398
<scope>import</scope>
399399
</dependency>
@@ -403,19 +403,6 @@
403403
<artifactId>commons-codec</artifactId>
404404
<version>${apache.commons-codec.version}</version>
405405
</dependency>
406-
<!-- handlebars 4.5.x requires commons-lang3 >= 3.20.0 (OSGi import [3.20.0,4.0.0)) -->
407-
<dependency>
408-
<groupId>org.apache.commons</groupId>
409-
<artifactId>commons-lang3</artifactId>
410-
<version>3.20.0</version>
411-
</dependency>
412-
<!-- handlebars 4.5.x requires commons-text >= 1.15.0 (OSGi import [1.15.0,2.0.0));
413-
the commons parent manages it to 1.12.0, so pin it up to satisfy the bundle -->
414-
<dependency>
415-
<groupId>org.apache.commons</groupId>
416-
<artifactId>commons-text</artifactId>
417-
<version>1.15.0</version>
418-
</dependency>
419406

420407
<!-- Java EE -->
421408
<dependency>

0 commit comments

Comments
 (0)