Skip to content

Commit c267df6

Browse files
committed
HIVE-27193: Restore system-stubs-core (v1.2.0) to fix HTTP JWT test compilation without JUnit 5
1 parent 50beb17 commit c267df6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • standalone-metastore/metastore-server

standalone-metastore/metastore-server/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,12 @@
471471
<artifactId>keycloak-admin-client</artifactId>
472472
<scope>test</scope>
473473
</dependency>
474+
<dependency>
475+
<groupId>uk.org.webcompere</groupId>
476+
<artifactId>system-stubs-core</artifactId>
477+
<version>1.2.0</version>
478+
<scope>test</scope>
479+
</dependency>
474480
</dependencies>
475481
<profiles>
476482
<profile>

0 commit comments

Comments
 (0)