1
0

[HUDI-846][HUDI-848] Enable Incremental cleaning and embedded timeline-server by default (#1634)

This commit is contained in:
Balaji Varadarajan
2020-05-20 05:29:43 -07:00
committed by GitHub
parent f802d4400b
commit 74ecc27e92
8 changed files with 56 additions and 24 deletions

View File

@@ -86,13 +86,8 @@
<!-- Needs to be at the top to ensure we get the correct dependency versions for jetty-server -->
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>${jetty.version}</version>
<classifier>uber</classifier>
<scope>test</scope>
</dependency>