Skip to content

Commit

Permalink
WINDUP-4200 Add org.eclipse.text runtime dependency (windup#1745)
Browse files Browse the repository at this point in the history
Signed-off-by: mrizzi <[email protected]>
  • Loading branch information
mrizzi authored Aug 2, 2024
1 parent 30e15bf commit 291005f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,11 @@
<artifactId>org.eclipse.core.resources</artifactId>
<version>[3.14.0,3.19.0)</version>
</dependency>
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.text</artifactId>
<version>3.11.0</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions java-ast/addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.core.resources</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.text</artifactId>
</dependency>

<!-- Addon Dependencies -->
<dependency>
Expand Down

0 comments on commit 291005f

Please sign in to comment.