Skip to content

Commit

Permalink
Merge pull request #328 from cesarsotovalero/master
Browse files Browse the repository at this point in the history
Remove unused dependencies
  • Loading branch information
elaatifi authored Feb 15, 2020
2 parents 466c899 + 3d5b53c commit 7ef189a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 6 additions & 0 deletions eclipse-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.text</artifactId>
<version>3.6.100</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.core.commands</artifactId>
</exclusion>
</exclusions>
</dependency>


Expand Down
5 changes: 0 additions & 5 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@
<artifactId>spring-orm</artifactId>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>

<dependency>
<groupId>javax.xml.bind</groupId>
Expand Down

0 comments on commit 7ef189a

Please sign in to comment.