Skip to content

Commit a5cc68e

Browse files
Dmitriy FingermanDmitriy Fingerman
authored andcommitted
HIVE-29468: Standalone HMS REST Catalog Server: Migrate to Spring Boot
1 parent 399200a commit a5cc68e

6 files changed

Lines changed: 509 additions & 196 deletions

File tree

itests/qtest-iceberg/pom.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,29 @@
475475
<version>${project.version}</version>
476476
<scope>test</scope>
477477
</dependency>
478+
479+
<!-- Spring Boot test dependencies -->
480+
<dependency>
481+
<groupId>org.springframework.boot</groupId>
482+
<artifactId>spring-boot-starter-test</artifactId>
483+
<version>2.7.18</version>
484+
<scope>test</scope>
485+
<exclusions>
486+
<exclusion>
487+
<groupId>org.springframework.boot</groupId>
488+
<artifactId>spring-boot-starter-logging</artifactId>
489+
</exclusion>
490+
<exclusion>
491+
<groupId>org.junit.jupiter</groupId>
492+
<artifactId>junit-jupiter</artifactId>
493+
</exclusion>
494+
<exclusion>
495+
<groupId>org.junit.vintage</groupId>
496+
<artifactId>junit-vintage-engine</artifactId>
497+
</exclusion>
498+
</exclusions>
499+
</dependency>
500+
478501
<dependency>
479502
<groupId>org.testcontainers</groupId>
480503
<artifactId>testcontainers</artifactId>

0 commit comments

Comments
 (0)