16
16
<groupId >io.serverlessworkflow</groupId >
17
17
<artifactId >serverlessworkflow-impl-core</artifactId >
18
18
</dependency >
19
- <dependency >
20
- <groupId >io.serverlessworkflow</groupId >
21
- <artifactId >serverlessworkflow-jwt</artifactId >
22
- </dependency >
23
- <dependency >
24
- <groupId >org.glassfish.jersey.media</groupId >
25
- <artifactId >jersey-media-json-jackson</artifactId >
26
- </dependency >
27
- <dependency >
28
- <groupId >org.glassfish.jersey.core</groupId >
29
- <artifactId >jersey-client</artifactId >
30
- </dependency >
31
- <dependency >
32
- <groupId >io.serverlessworkflow</groupId >
33
- <artifactId >serverlessworkflow-api</artifactId >
34
- <scope >test</scope >
35
- </dependency >
36
- <dependency >
37
- <groupId >io.serverlessworkflow</groupId >
38
- <artifactId >serverlessworkflow-impl-jackson</artifactId >
39
- <scope >test</scope >
40
- </dependency >
41
- <dependency >
42
- <groupId >io.serverlessworkflow</groupId >
43
- <artifactId >serverlessworkflow-impl-jackson-jwt</artifactId >
44
- <scope >test</scope >
45
- </dependency >
46
- <dependency >
47
- <groupId >org.junit.jupiter</groupId >
48
- <artifactId >junit-jupiter-api</artifactId >
49
- </dependency >
50
- <dependency >
51
- <groupId >org.junit.jupiter</groupId >
52
- <artifactId >junit-jupiter-engine</artifactId >
53
- </dependency >
54
- <dependency >
55
- <groupId >org.junit.jupiter</groupId >
56
- <artifactId >junit-jupiter-params</artifactId >
57
- </dependency >
58
- <dependency >
59
- <groupId >org.assertj</groupId >
60
- <artifactId >assertj-core</artifactId >
61
- </dependency >
62
- <dependency >
63
- <groupId >ch.qos.logback</groupId >
64
- <artifactId >logback-classic</artifactId >
65
- <scope >test</scope >
66
- </dependency >
67
- <dependency >
68
- <groupId >com.squareup.okhttp3</groupId >
69
- <artifactId >mockwebserver</artifactId >
70
- <scope >test</scope >
71
- </dependency >
72
19
</dependencies >
73
20
</project >
0 commit comments