Skip to content

Commit 9321f8b

Browse files
deps: unflatten transitive dependencies in integration-tests-common (#4208)
Change-Id: I2ba72c5b7e74fcb06e354d1808c0a5d4f3678fdb
1 parent 8c7571c commit 9321f8b

File tree

1 file changed

+0
-29
lines changed
  • bigtable-client-core-parent/bigtable-hbase-integration-tests-common

1 file changed

+0
-29
lines changed

bigtable-client-core-parent/bigtable-hbase-integration-tests-common/pom.xml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -80,29 +80,6 @@ limitations under the License.
8080
</exclusions>
8181
</dependency>
8282

83-
<dependency>
84-
<groupId>ch.qos.reload4j</groupId>
85-
<artifactId>reload4j</artifactId>
86-
<version>${reload4j.version}</version>
87-
<scope>runtime</scope>
88-
</dependency>
89-
90-
<dependency>
91-
<groupId>com.google.guava</groupId>
92-
<artifactId>guava</artifactId>
93-
<version>${guava.version}</version>
94-
<scope>test</scope>
95-
<exclusions>
96-
<exclusion>
97-
<groupId>com.google.errorprone</groupId>
98-
<artifactId>error_prone_annotations</artifactId>
99-
</exclusion>
100-
<exclusion>
101-
<groupId>org.checkerframework</groupId>
102-
<artifactId>checker-qual</artifactId>
103-
</exclusion>
104-
</exclusions>
105-
</dependency>
10683

10784
<dependency>
10885
<groupId>commons-lang</groupId>
@@ -111,12 +88,6 @@ limitations under the License.
11188
<scope>test</scope>
11289
</dependency>
11390

114-
<dependency>
115-
<groupId>commons-logging</groupId>
116-
<artifactId>commons-logging</artifactId>
117-
<version>${commons-logging.version}</version>
118-
<scope>test</scope>
119-
</dependency>
12091

12192
<dependency>
12293
<groupId>junit</groupId>

0 commit comments

Comments
 (0)