Skip to content

Commit

Permalink
Minimal set of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Nov 7, 2013
1 parent a25678b commit b3c148d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,36 @@
<groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.resources</artifactId>
<version>3.7.100</version>
<exclusions>
<exclusion>
<artifactId>org.eclipse.core.filesystem</artifactId>
<groupId>org.eclipse.core</groupId>
</exclusion>
<exclusion>
<artifactId>org.eclipse.equinox.registry</artifactId>
<groupId>org.eclipse.equinox</groupId>
</exclusion>
<exclusion>
<artifactId>org.eclipse.core.expressions</artifactId>
<groupId>org.eclipse.core</groupId>
</exclusion>
<exclusion>
<artifactId>org.eclipse.equinox.app</artifactId>
<groupId>org.eclipse.equinox</groupId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<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>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
Expand Down

0 comments on commit b3c148d

Please sign in to comment.