Skip to content

Commit

Permalink
switch over to clusterless-commons
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensel committed Oct 24, 2023
1 parent 2d04f9e commit b8e8fd6
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 469 deletions.
4 changes: 4 additions & 0 deletions tessellate-main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ var integrationTestImplementation = configurations.create("integrationTestImplem
val jupiter = "5.9.1"

dependencies {

val commons = "0.7"
implementation("io.clusterless:clusterless-commons-core:$commons")

implementation("com.google.guava:guava:31.1-jre")

implementation("org.jetbrains:annotations:24.0.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
import cascading.tuple.type.CoercibleType;
import cascading.tuple.type.DateType;
import cascading.tuple.type.InstantType;
import clusterless.commons.temporal.IntervalUnits;
import io.clusterless.tessellate.parser.ast.Field;
import io.clusterless.tessellate.parser.ast.FieldType;
import io.clusterless.tessellate.parser.ast.FieldTypeParam;
import io.clusterless.tessellate.temporal.IntervalUnits;
import io.clusterless.tessellate.type.WrappedCoercibleType;
import io.clusterless.tessellate.util.JSONUtil;
import org.jetbrains.annotations.NotNull;
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b8e8fd6

Please sign in to comment.