Skip to content

Commit ec62a48

Browse files
committed
added missing packages and classes
1 parent e18cb70 commit ec62a48

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

dsf-bpe/dsf-bpe-server/src/main/resources/bpe/api/v1/allowed-bpe-classes.list

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,18 @@ org.camunda.bpm.engine.ProcessEngine
1818
org.camunda.bpm.engine.RuntimeService
1919
org.camunda.bpm.engine.variable
2020
org.camunda.bpm.model.bpmn.instance
21+
org.joda.time
2122
org.glassfish.jersey
2223
org.slf4j.Logger
2324
org.slf4j.LoggerFactory
2425
org.springframework.beans
2526
org.springframework.cglib
2627
org.springframework.context
28+
org.springframework.core
2729
org.springframework.lang
2830
org.springframework.util
2931
org.springframework.web.util.UriComponents
3032
org.springframework.web.util.UriComponentsBuilder
3133
org.w3c.dom
32-
org.xml.sax
34+
org.xml.sax
35+
sun.misc.Unsafe

dsf-bpe/dsf-bpe-server/src/main/resources/bpe/api/v2/allowed-bpe-classes.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ org.slf4j.LoggerFactory
2828
org.springframework.beans
2929
org.springframework.cglib
3030
org.springframework.context
31+
org.springframework.core
3132
org.springframework.lang
3233
org.springframework.util
3334
org.w3c.dom

0 commit comments

Comments
 (0)