Skip to content

Commit

Permalink
Update icu4j to 74.1
Browse files Browse the repository at this point in the history
Remove the inclusion of icu4j from the org.eclipse.rcp feature.
  • Loading branch information
merks committed Oct 31, 2023
1 parent 6f13059 commit 7249481
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>73.2</version>
<version>74.1</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
7 changes: 0 additions & 7 deletions eclipse.platform.releng/features/org.eclipse.rcp/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,4 @@
fragment="true"
unpack="false"/>

<plugin
id="com.ibm.icu"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>

0 comments on commit 7249481

Please sign in to comment.