Skip to content

Commit 839b098

Browse files
committed
remove hamcrest entirely and use lambdas to assert conditions
1 parent 6f7b33e commit 839b098

File tree

4 files changed

+118
-134
lines changed

4 files changed

+118
-134
lines changed

flight/flight-sql/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@ 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>

0 commit comments

Comments
 (0)