Skip to content

Commit 17f85a1

Browse files
authored
GH-70: Move from hamcrest to assertj in flight-sql (#772)
## What's Changed Series of PRs to consolidate on using `assertj` in tests as part of #70.
1 parent c6f608e commit 17f85a1

File tree

4 files changed

+150
-162
lines changed

4 files changed

+150
-162
lines changed

flight/flight-sql/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,16 @@ under the License.
116116
<version>1.13.1</version>
117117
<scope>test</scope>
118118
</dependency>
119-
<dependency>
120-
<groupId>org.hamcrest</groupId>
121-
<artifactId>hamcrest</artifactId>
122-
<scope>test</scope>
123-
</dependency>
124119
<dependency>
125120
<groupId>commons-cli</groupId>
126121
<artifactId>commons-cli</artifactId>
127122
<version>1.9.0</version>
128123
<optional>true</optional>
129124
</dependency>
125+
<dependency>
126+
<groupId>org.assertj</groupId>
127+
<artifactId>assertj-core</artifactId>
128+
<scope>test</scope>
129+
</dependency>
130130
</dependencies>
131131
</project>

0 commit comments

Comments
 (0)