Skip to content

Commit 55b534d

Browse files
tighten dependencies
1 parent 307f9f0 commit 55b534d

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

google-cloud-contrib/google-cloud-nio-examples/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
<groupId>org.mockito</groupId>
7272
<artifactId>mockito-core</artifactId>
7373
<version>1.9.5</version>
74+
<scope>test</scope>
7475
</dependency>
7576
<dependency>
7677
<groupId>org.apache.maven.plugins</groupId>

google-cloud-contrib/google-cloud-nio/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependencies>
2020
<dependency>
2121
<groupId>${project.groupId}</groupId>
22-
<artifactId>google-cloud</artifactId>
22+
<artifactId>google-cloud-storage</artifactId>
2323
<version>${project.version}</version>
2424
</dependency>
2525
<dependency>
@@ -71,6 +71,7 @@
7171
<groupId>org.mockito</groupId>
7272
<artifactId>mockito-core</artifactId>
7373
<version>1.9.5</version>
74+
<scope>test</scope>
7475
</dependency>
7576
</dependencies>
7677
<build>

google-cloud-contrib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependencies>
2424
<dependency>
2525
<groupId>${project.groupId}</groupId>
26-
<artifactId>google-cloud</artifactId>
26+
<artifactId>google-cloud-storage</artifactId>
2727
<version>${project.version}</version>
2828
</dependency>
2929
</dependencies>

0 commit comments

Comments
 (0)