Skip to content

Commit

Permalink
Merge pull request forge#244 from forge/dependabot/maven/org.eclipse.…
Browse files Browse the repository at this point in the history
…jdt-org.eclipse.jdt.core-3.30.0
  • Loading branch information
gastaldi committed Jun 15, 2022
2 parents a35a915 8325c15 commit 14af84c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 16,12 @@
<dependency>
<groupId>org.jboss.forge.roaster</groupId>
<artifactId>roaster-jdt</artifactId>
<exclusions>
<exclusion>
<groupId>org.osgi.service</groupId>
<artifactId>org.osgi.service.prefs</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down
6 changes: 5 additions & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 9,7 @@
<artifactId>roaster-jdt</artifactId>
<name>Forge Roaster - JDT Implementation</name>
<properties>
<version.jdt>3.29.0</version.jdt>
<version.jdt>3.30.0</version.jdt>
</properties>
<dependencies>
<dependency>
Expand All @@ -21,6 21,10 @@
<artifactId>org.eclipse.jdt.core</artifactId>
<version>${version.jdt}</version>
<exclusions>
<exclusion>
<groupId>org.osgi.service</groupId>
<artifactId>org.osgi.service.prefs</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.ant.core</artifactId>
Expand Down

0 comments on commit 14af84c

Please sign in to comment.