File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 32
32
<artifactId >serverlessworkflow-impl-jackson</artifactId >
33
33
<version >${project.version} </version >
34
34
</dependency >
35
- <dependency >
36
- <groupId >org.glassfish.jersey.core</groupId >
37
- <artifactId >jersey-client</artifactId >
38
- <version >${version.org.glassfish.jersey} </version >
39
- <scope >runtime</scope >
40
- </dependency >
41
- <dependency >
42
- <groupId >org.glassfish.jersey.media</groupId >
43
- <artifactId >jersey-media-json-jackson</artifactId >
44
- <version >${version.org.glassfish.jersey} </version >
45
- <scope >runtime</scope >
46
- </dependency >
47
35
<dependency >
48
36
<groupId >io.cloudevents</groupId >
49
37
<artifactId >cloudevents-core</artifactId >
69
57
<artifactId >jakarta.ws.rs-api</artifactId >
70
58
<version >${version.jakarta.ws.rs} </version >
71
59
</dependency >
60
+ <dependency >
61
+ <groupId >org.glassfish.jersey.core</groupId >
62
+ <artifactId >jersey-client</artifactId >
63
+ <version >${version.org.glassfish.jersey} </version >
64
+ <scope >test</scope >
65
+ </dependency >
66
+ <dependency >
67
+ <groupId >org.glassfish.jersey.media</groupId >
68
+ <artifactId >jersey-media-json-jackson</artifactId >
69
+ <version >${version.org.glassfish.jersey} </version >
70
+ <scope >test</scope >
71
+ </dependency >
72
72
</dependencies >
73
73
</dependencyManagement >
74
74
<modules >
You can’t perform that action at this time.
0 commit comments