Skip to content

Commit

Permalink
Merge pull request #664 from ArcBees/cv_remove_remaining_tools_ref
Browse files Browse the repository at this point in the history
Remove remaining references to gwtp-build-tools
  • Loading branch information
Chris-V committed Jan 20, 2015
2 parents f4d8d66 + 0bd8dab commit bc6088b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
4 changes: 0 additions & 4 deletions gwtp-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>gwtp-build-tools</artifactId>
</dependency>
</dependencies>

<dependencyManagement>
Expand Down
5 changes: 0 additions & 5 deletions gwtp-crawler-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@
</build>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>gwtp-build-tools</artifactId>
</dependency>

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
Expand Down
9 changes: 0 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -549,15 +549,6 @@

<dependencyManagement>
<dependencies>
<!-- This dependency is required by maven-checkstyle-plugin. -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>gwtp-build-tools</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>

<!-- Testing -->
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit bc6088b

Please sign in to comment.