Skip to content

Commit ef86c7d

Browse files
committed
GH-70: Move from hamcrest to assertj in flight-sql
1 parent abef7af commit ef86c7d

File tree

4 files changed

+152
-150
lines changed

4 files changed

+152
-150
lines changed

flight/flight-sql/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,10 @@ under the License.
127127
<version>1.9.0</version>
128128
<optional>true</optional>
129129
</dependency>
130+
<dependency>
131+
<groupId>org.assertj</groupId>
132+
<artifactId>assertj-core</artifactId>
133+
<scope>test</scope>
134+
</dependency>
130135
</dependencies>
131136
</project>

0 commit comments

Comments
 (0)