Skip to content

Commit

Permalink
WINDUP-4200 Add org.eclipse.text runtime dependency (windup#1745) (wi…
Browse files Browse the repository at this point in the history
…ndup#1746)

Signed-off-by: mrizzi <[email protected]>
  • Loading branch information
mrizzi authored Aug 6, 2024
1 parent 0eef30d commit 2f5f55b
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 @@ -416,6 +416,11 @@
<artifactId>commons-configuration2</artifactId>
<version>2.10.1</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 2f5f55b

Please sign in to comment.