Skip to content

Commit

Permalink
deps: easymock, objenesis, google-cloud-core are test deps (googleapi…
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored Feb 4, 2020
1 parent 6a5834c commit 9064156
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions java-resourcemanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>${easymock.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.objenesis</groupId>
Expand All @@ -208,11 +209,13 @@
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<version>${objenesis.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${google.core-http.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9064156

Please sign in to comment.