Skip to content

Commit

Permalink
fix i18n artifacts for client sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
maximthomas committed Sep 21, 2023
1 parent 00644fe commit 849a105
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions openam-clientsdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2011-2016 ForgeRock AS.
* Portions copyright 2023 3A Systems LLC
*
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -130,8 +132,8 @@
<include>org.json:json</include>
<include>org.openidentityplatform.opendj:opendj-core</include>
<include>org.openidentityplatform.opendj:opendj-grizzly</include>
<include>org.openidentityplatform.commons:i18n-core</include>
<include>org.openidentityplatform.commons:i18n-slf4j</include>
<include>org.openidentityplatform.commons.i18n-framework:core</include>
<include>org.openidentityplatform.commons.i18n-framework:slf4j</include>
<include>org.openidentityplatform.commons:util</include>
<include>com.google.guava:guava:jar:</include>
<include>org.openidentityplatform.commons.http-framework:core</include>
Expand Down

0 comments on commit 849a105

Please sign in to comment.