Skip to content

Commit

Permalink
deps: unflatten transitive dependencies in integration-tests-common (#…
Browse files Browse the repository at this point in the history
…4208)

Change-Id: I2ba72c5b7e74fcb06e354d1808c0a5d4f3678fdb
  • Loading branch information
igorbernstein2 authored Nov 2, 2023
1 parent 8c7571c commit 9321f8b
Showing 1 changed file with 0 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,29 +80,6 @@ limitations under the License.
</exclusions>
</dependency>

<dependency>
<groupId>ch.qos.reload4j</groupId>
<artifactId>reload4j</artifactId>
<version>${reload4j.version}</version>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
</exclusion>
<exclusion>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>commons-lang</groupId>
Expand All @@ -111,12 +88,6 @@ limitations under the License.
<scope>test</scope>
</dependency>

<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>${commons-logging.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 9321f8b

Please sign in to comment.