File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
dsf-bpe/dsf-bpe-server/src/main/resources/bpe/api Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
com.fasterxml.jackson.annotation
2
2
com.fasterxml.jackson.core
3
3
com.fasterxml.jackson.databind
4
+ com.google.common
4
5
dev.dsf.bpe.api
5
6
jakarta.ws.rs
6
7
org.apache.commons.codec
7
8
org.apache.commons.io
8
9
org.apache.commons.lang3
9
10
org.apache.commons.text
11
+ org.apache.http
10
12
org.bouncycastle
11
13
org.camunda.bpm.engine.delegate
12
14
org.camunda.bpm.engine.impl.el.FixedValue
@@ -22,5 +24,7 @@ org.slf4j.LoggerFactory
22
24
org.springframework.beans
23
25
org.springframework.cglib
24
26
org.springframework.context
27
+ org.springframework.lang
28
+ org.springframework.util
25
29
org.springframework.web.util.UriComponents
26
30
org.springframework.web.util.UriComponentsBuilder
Original file line number Diff line number Diff line change @@ -28,5 +28,7 @@ org.slf4j.LoggerFactory
28
28
org.springframework.beans
29
29
org.springframework.cglib
30
30
org.springframework.context
31
+ org.springframework.lang
32
+ org.springframework.util
31
33
org.w3c.dom
32
34
org.xml.sax
You can’t perform that action at this time.
0 commit comments