|
8 | 8 | <artifactId>serverlessworkflow-impl-http</artifactId> |
9 | 9 | <name>Serverless Workflow :: Impl :: HTTP</name> |
10 | 10 | <dependencies> |
11 | | - <dependency> |
12 | | - <groupId>org.glassfish.jersey.core</groupId> |
13 | | - <artifactId>jersey-client</artifactId> |
| 11 | + <dependency> |
| 12 | + <groupId>jakarta.ws.rs</groupId> |
| 13 | + <artifactId>jakarta.ws.rs-api</artifactId> |
| 14 | + </dependency> |
| 15 | + <dependency> |
| 16 | + <groupId>io.serverlessworkflow</groupId> |
| 17 | + <artifactId>serverlessworkflow-impl-core</artifactId> |
14 | 18 | </dependency> |
15 | 19 | <dependency> |
16 | | - <groupId>org.glassfish.jersey.media</groupId> |
17 | | - <artifactId>jersey-media-json-jackson</artifactId> |
18 | | - <scope>runtime</scope> |
| 20 | + <groupId>org.glassfish.jersey.media</groupId> |
| 21 | + <artifactId>jersey-media-json-jackson</artifactId> |
19 | 22 | </dependency> |
20 | 23 | <dependency> |
21 | | - <groupId>io.serverlessworkflow</groupId> |
22 | | - <artifactId>serverlessworkflow-impl-core</artifactId> |
| 24 | + <groupId>org.glassfish.jersey.core</groupId> |
| 25 | + <artifactId>jersey-client</artifactId> |
23 | 26 | </dependency> |
24 | 27 | <dependency> |
25 | 28 | <groupId>io.serverlessworkflow</groupId> |
|
34 | 37 | <dependency> |
35 | 38 | <groupId>org.junit.jupiter</groupId> |
36 | 39 | <artifactId>junit-jupiter-api</artifactId> |
37 | | - <scope>test</scope> |
38 | 40 | </dependency> |
39 | 41 | <dependency> |
40 | 42 | <groupId>org.junit.jupiter</groupId> |
41 | 43 | <artifactId>junit-jupiter-engine</artifactId> |
42 | | - <scope>test</scope> |
43 | 44 | </dependency> |
44 | 45 | <dependency> |
45 | 46 | <groupId>org.junit.jupiter</groupId> |
46 | 47 | <artifactId>junit-jupiter-params</artifactId> |
47 | | - <scope>test</scope> |
48 | 48 | </dependency> |
49 | 49 | <dependency> |
50 | 50 | <groupId>org.assertj</groupId> |
51 | 51 | <artifactId>assertj-core</artifactId> |
52 | | - <scope>test</scope> |
53 | 52 | </dependency> |
54 | 53 | <dependency> |
55 | 54 | <groupId>ch.qos.logback</groupId> |
|
0 commit comments