disable bpmn
This commit is contained in:
parent
8da584ac4f
commit
0299c75496
2 changed files with 4 additions and 4 deletions
|
|
@ -103,10 +103,6 @@
|
|||
<groupId>ru.cg.webbpm.modules</groupId>
|
||||
<artifactId>inject</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ru.cg.webbpm.modules.bpmn</groupId>
|
||||
<artifactId>bpmn-workflow-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ru.cg.webbpm.modules</groupId>
|
||||
<artifactId>webkit-rpc</artifactId>
|
||||
|
|
|
|||
4
pom.xml
4
pom.xml
|
|
@ -43,6 +43,10 @@
|
|||
<artifactId>backend</artifactId>
|
||||
<version>3.180.0</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>ru.cg.webbpm.modules.bpmn</groupId>
|
||||
<artifactId>bpmn-workflow-api</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>ru.cg.webbpm.modules.bpmn</groupId>
|
||||
<artifactId>bpmn-workflow-jbpm-api</artifactId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue