Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mbenson committed Nov 20, 2013
2 parents 6f18004 + f30d0c3 commit af1f8f5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 31 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge</groupId>
<artifactId>java-parser-parent</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>java-parser-api</artifactId>
Expand Down
42 changes: 13 additions & 29 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge</groupId>
<artifactId>java-parser-parent</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>java-parser-impl</artifactId>
Expand All @@ -17,57 +17,41 @@
<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>3.8.2.v20120814-155456</version>
<version>3.9.1.v20130905-0837</version>
</dependency>

<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>resources</artifactId>
<version>3.3.0-v20070604</version>
<artifactId>org.eclipse.core.resources</artifactId>
<version>3.7.100</version>
<exclusions>
<exclusion>
<artifactId>org.eclipse.core.filesystem</artifactId>
<groupId>org.eclipse.core</groupId>
<artifactId>expressions</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.core</groupId>
<artifactId>filesystem</artifactId>
<artifactId>org.eclipse.equinox.registry</artifactId>
<groupId>org.eclipse.equinox</groupId>
</exclusion>
<exclusion>
<artifactId>org.eclipse.core.expressions</artifactId>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
<version>3.3.100-v20070530</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>registry</artifactId>
</exclusion>
<exclusion>
<artifactId>org.eclipse.equinox.app</artifactId>
<groupId>org.eclipse.equinox</groupId>
<artifactId>app</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.eclipse</groupId>
<artifactId>text</artifactId>
<version>3.3.0-v20070606-0010</version>
<groupId>org.eclipse.text</groupId>
<artifactId>org.eclipse.text</artifactId>
<version>3.5.101</version>
<exclusions>
<exclusion>
<artifactId>org.eclipse.core.commands</artifactId>
<groupId>org.eclipse.core</groupId>
<artifactId>commands</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.equinox</groupId>
<artifactId>common</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>
<groupId>org.jboss.forge</groupId>
<artifactId>java-parser-parent</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.7-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Forge - Java Parser Parent</name>
<licenses>
Expand Down

0 comments on commit af1f8f5

Please sign in to comment.