Skip to content

Commit

Permalink
Fix blaze script maven
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Oct 30, 2023
1 parent 64ee63c commit 5a76a8a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .blaze/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,14 @@
<dependencies>
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>blaze-core</artifactId>
<version>1.4.1-SNAPSHOT</version>
<artifactId>blaze-ivy</artifactId>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>blaze-ivy</artifactId>
<version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand All @@ -50,6 +45,11 @@
<artifactId>ivy</artifactId>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>blaze-core</artifactId>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
Expand All @@ -63,7 +63,7 @@
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>blaze-ssh</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>com.fizzed</groupId>
Expand Down

0 comments on commit 5a76a8a

Please sign in to comment.