Skip to content

Commit

Permalink
upgrade jdt
Browse files Browse the repository at this point in the history
  • Loading branch information
mbenson committed Jan 17, 2013
1 parent d789fab commit b0ab27f
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions parser-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,9 @@
</dependency>

<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>core</artifactId>
<version>3.3.0-v_771</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>filesystem</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse</groupId>
<artifactId>text</artifactId>
</exclusion>
</exclusions>
<groupId>org.eclipse.tycho</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>3.8.2.v20120814-155456</version>
</dependency>

<dependency>
Expand Down

0 comments on commit b0ab27f

Please sign in to comment.