Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
deps: easymock, objenesis, google-cloud-core are test deps (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Feb 4, 2020
1 parent a421779 commit 6fea948
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
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 6fea948

Please sign in to comment.