Skip to content

Commit 41e946a

Browse files
committed
Add missing jars in lib project
Without the jars the bundle cannot be consumed by p2 correctly as a ClassNotFoundException is thrown.
1 parent 54a232f commit 41e946a

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11
bin.includes = META-INF/,\
22
.,\
3-
lib/annotations-20.1.0.jar,\
4-
lib/commons-cli-1.4.jar,\
5-
lib/kotlin-stdlib-1.4.10.jar,\
6-
lib/kotlin-stdlib-common-1.4.10.jar,\
7-
lib/okhttp-4.9.1.jar,\
8-
lib/okio-2.10.0.jar,\
9-
lib/javalin-4.3.0.jar,\
10-
lib/websocket-api-9.4.44.v20210927.jar,\
11-
lib/websocket-servlet-9.4.44.v20210927.jar
12-
lib/btf-1.3.jar,\
13-
lib/jackson-coreutils-2.0.jar,\
14-
lib/json-patch-1.13.jar,\
15-
lib/msg-simple-1.2.jar
3+
lib/
4+
bin.excludes = lib/*-sources.jar

0 commit comments

Comments
 (0)