Skip to content

Commit

Permalink
Merge pull request #44 from cdietrich/cd-drop-icu
Browse files Browse the repository at this point in the history
drop icu
  • Loading branch information
cdietrich authored Sep 23, 2024
2 parents bf0306e + b725697 commit 027aa5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion org.xtext.example.mydsl/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Bundle-SymbolicName: org.xtext.example.mydsl; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext;bundle-version="[2.36.0,2.37.0)";visibility:=reexport,
org.eclipse.xtext.xtext.generator;resolution:=optional,
com.ibm.icu;resolution:=optional,
org.apache.commons.logging;bundle-version="1.0.4";resolution:=optional,
org.eclipse.emf.codegen.ecore;resolution:=optional,
org.eclipse.emf.mwe2.lib;resolution:=optional,
Expand Down
5 changes: 0 additions & 5 deletions org.xtext.example.mydsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@
<artifactId>xtext-antlr-generator</artifactId>
<version>2.1.1</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>67.1</version>
</dependency>
</dependencies>
</plugin>

Expand Down

0 comments on commit 027aa5b

Please sign in to comment.