Skip to content

Commit

Permalink
fix: use right ecj coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
juherr committed Aug 25, 2024
1 parent 87bd50f commit 10bd601
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion jsonschema2pojo-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@
<artifactId>moshi</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jdt.core.compiler</groupId>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -486,9 +486,9 @@
<version>3.3.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.jdt.core.compiler</groupId>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
<version>4.6.1</version>
<version>3.38.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 10bd601

Please sign in to comment.