From 24b49403254ff091cb369cab9819c2c7036a097e Mon Sep 17 00:00:00 2001 From: Joe Lauer Date: Tue, 24 Oct 2023 10:15:43 -0400 Subject: [PATCH] Tweak build system --- .blaze/blaze.conf | 2 +- .blaze/blaze.java | 2 -- .blaze/pom.xml | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.blaze/blaze.conf b/.blaze/blaze.conf index 64a4cde..5e8e0b2 100644 --- a/.blaze/blaze.conf +++ b/.blaze/blaze.conf @@ -1,6 +1,6 @@ blaze.dependencies = [ "com.fizzed:blaze-ssh:1.1.0" - "com.fizzed:buildx:0.0.3-SNAPSHOT" + "com.fizzed:buildx:1.0.0" "com.fizzed:jne:3.3.1-SNAPSHOT" ] diff --git a/.blaze/blaze.java b/.blaze/blaze.java index aaa07fa..31e50a6 100644 --- a/.blaze/blaze.java +++ b/.blaze/blaze.java @@ -7,8 +7,6 @@ import static com.fizzed.blaze.Contexts.withBaseDir; import static com.fizzed.blaze.Systems.exec; -import static com.fizzed.blaze.SecureShells.sshConnect; -import static com.fizzed.blaze.SecureShells.sshExec; import com.fizzed.buildx.*; public class blaze { diff --git a/.blaze/pom.xml b/.blaze/pom.xml index 2cbfc60..c663296 100644 --- a/.blaze/pom.xml +++ b/.blaze/pom.xml @@ -32,7 +32,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> com.fizzed buildx - 0.0.3-SNAPSHOT + 1.0.0 com.fizzed