File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
dsf-bpe/dsf-bpe-server/src/main/resources/bpe/api Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,18 @@ org.camunda.bpm.engine.ProcessEngine
18
18
org.camunda.bpm.engine.RuntimeService
19
19
org.camunda.bpm.engine.variable
20
20
org.camunda.bpm.model.bpmn.instance
21
+ org.joda.time
21
22
org.glassfish.jersey
22
23
org.slf4j.Logger
23
24
org.slf4j.LoggerFactory
24
25
org.springframework.beans
25
26
org.springframework.cglib
26
27
org.springframework.context
28
+ org.springframework.core
27
29
org.springframework.lang
28
30
org.springframework.util
29
31
org.springframework.web.util.UriComponents
30
32
org.springframework.web.util.UriComponentsBuilder
31
33
org.w3c.dom
32
- org.xml.sax
34
+ org.xml.sax
35
+ sun.misc.Unsafe
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ org.slf4j.LoggerFactory
28
28
org.springframework.beans
29
29
org.springframework.cglib
30
30
org.springframework.context
31
+ org.springframework.core
31
32
org.springframework.lang
32
33
org.springframework.util
33
34
org.w3c.dom
You can’t perform that action at this time.
0 commit comments