Skip to content

Commit de27a4e

Browse files
author
Anatoliy Bazko
authored
Remove gwt-test-util redundant dependency (eclipse-che#4320)
1 parent 997aeb8 commit de27a4e

5 files changed

Lines changed: 0 additions & 25 deletions

File tree

  • plugins
    • plugin-debugger/che-plugin-debugger-ide
    • plugin-gdb/che-plugin-gdb-ide
    • plugin-nodejs-debugger/che-plugin-nodejs-debugger-ide
    • plugin-svn/che-plugin-svn-ext-ide
    • plugin-zend-debugger/che-plugin-zend-debugger-ide

plugins/plugin-debugger/che-plugin-debugger-ide/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,6 @@
9696
<artifactId>gwtmockito</artifactId>
9797
<scope>test</scope>
9898
</dependency>
99-
<dependency>
100-
<groupId>com.googlecode.gwt-test-utils</groupId>
101-
<artifactId>gwt-test-utils</artifactId>
102-
<scope>test</scope>
103-
</dependency>
10499
<dependency>
105100
<groupId>junit</groupId>
106101
<artifactId>junit</artifactId>

plugins/plugin-gdb/che-plugin-gdb-ide/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@
9393
<artifactId>gwtmockito</artifactId>
9494
<scope>test</scope>
9595
</dependency>
96-
<dependency>
97-
<groupId>com.googlecode.gwt-test-utils</groupId>
98-
<artifactId>gwt-test-utils</artifactId>
99-
<scope>test</scope>
100-
</dependency>
10196
<dependency>
10297
<groupId>junit</groupId>
10398
<artifactId>junit</artifactId>

plugins/plugin-nodejs-debugger/che-plugin-nodejs-debugger-ide/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@
9393
<artifactId>gwtmockito</artifactId>
9494
<scope>test</scope>
9595
</dependency>
96-
<dependency>
97-
<groupId>com.googlecode.gwt-test-utils</groupId>
98-
<artifactId>gwt-test-utils</artifactId>
99-
<scope>test</scope>
100-
</dependency>
10196
<dependency>
10297
<groupId>junit</groupId>
10398
<artifactId>junit</artifactId>

plugins/plugin-svn/che-plugin-svn-ext-ide/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@
9898
<artifactId>gwt-dev</artifactId>
9999
<scope>test</scope>
100100
</dependency>
101-
<dependency>
102-
<groupId>com.googlecode.gwt-test-utils</groupId>
103-
<artifactId>gwt-test-utils</artifactId>
104-
<scope>test</scope>
105-
</dependency>
106101
<dependency>
107102
<groupId>junit</groupId>
108103
<artifactId>junit</artifactId>

plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@
7070
<artifactId>gwtmockito</artifactId>
7171
<scope>test</scope>
7272
</dependency>
73-
<dependency>
74-
<groupId>com.googlecode.gwt-test-utils</groupId>
75-
<artifactId>gwt-test-utils</artifactId>
76-
<scope>test</scope>
77-
</dependency>
7873
<dependency>
7974
<groupId>junit</groupId>
8075
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)