Skip to content

Commit

Permalink
Update ICF to the latest release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelhoral committed Dec 30, 2022
1 parent 8f1d2c2 commit c4face4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>org.wrensecurity.wrenicf.framework</groupId>
<artifactId>connector-framework-core</artifactId>
<version>1.5.3.0-SNAPSHOT</version>
<version>1.5.3.0</version>
</dependency>

<dependency>
Expand Down
14 changes: 8 additions & 6 deletions openidm-zip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -456,12 +456,6 @@
<artifactId>groovy-all</artifactId>
</dependency>

<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-framework</artifactId>
<version>2.3.22</version>
</dependency>

<dependency>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-extender</artifactId>
Expand Down Expand Up @@ -610,6 +604,14 @@
<groupId>org.forgerock.opendj</groupId>
<artifactId>opendj-ldap-sdk</artifactId>
<version>2.6.10</version>

<exclusions>
<exclusion>
<!-- We are getting managed version from ICF -->
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-framework</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- scriptedazure sample Groovy dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<felix.webconsole.packageadmin.version>1.0.4</felix.webconsole.packageadmin.version>

<!-- Wren:ICF Framework and Connector versions -->
<openicf.framework.version>1.5.3.0-SNAPSHOT</openicf.framework.version>
<openicf.framework.version>1.5.3.0</openicf.framework.version>
<openicf.xmlconnector.version>1.1.0.3</openicf.xmlconnector.version>
<openicf.csvconnector.version>1.5.1.4</openicf.csvconnector.version>
<openicf.dbtableconnector.version>1.1.0.2</openicf.dbtableconnector.version>
Expand Down

0 comments on commit c4face4

Please sign in to comment.