We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076cd2c commit fc255cdCopy full SHA for fc255cd
google-cloud-bigquery/pom.xml
@@ -85,6 +85,12 @@
85
</dependency>
86
87
<!-- Test dependencies -->
88
+ <dependency>
89
+ <groupId>org.hamcrest</groupId>
90
+ <artifactId>hamcrest</artifactId>
91
+ <version>2.2</version>
92
+ <scope>test</scope>
93
+ </dependency>
94
<dependency>
95
<groupId>junit</groupId>
96
<artifactId>junit</artifactId>
@@ -102,12 +108,6 @@
102
108
<groupId>org.objenesis</groupId>
103
109
<artifactId>objenesis</artifactId>
104
110
105
- <dependency>
106
- <groupId>org.hamcrest</groupId>
107
- <artifactId>hamcrest-core</artifactId>
- <version>1.3</version>
- <scope>test</scope>
- </dependency>
111
</dependencies>
112
113
<build>
0 commit comments