Skip to content

Commit 395fade

Browse files
committed
add jackson deps to jbang
1 parent f291512 commit 395fade

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.jbang/JabLsLauncher.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242

4343
// from jabls
4444
//DEPS com.fasterxml.jackson.core:jackson-annotations:2.20
45+
//DEPS tools.jackson.core:jackson-core:3.0.2
4546
//DEPS tools.jackson.core:jackson-databind:3.0.2
4647
//DEPS tools.jackson.dataformat:jackson-dataformat-yaml:3.0.2
4748
//DEPS com.github.eclipse:lsp4j:0.24.0

.jbang/JabSrvLauncher.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
//DEPS net.harawata:appdirs:1.5.0
9090
//DEPS de.undercouch:citeproc-java:3.4.0
9191
//DEPS com.github.ben-manes.caffeine:caffeine:3.2.3
92+
//DEPS tools.jackson.core:jackson-core:3.0.2
93+
//DEPS tools.jackson.core:jackson-databind:3.0.2
9294

9395
/// This class is required for [jbang](https://www.jbang.dev/)
9496
public class JabSrvLauncher {

0 commit comments

Comments
 (0)