Bug null pointer si aucune regle dans une ruleflow group
Envoi des logs de trace
This commit is contained in:
parent
eef48c0eae
commit
5dfd7bcbd7
1 changed files with 9 additions and 0 deletions
|
|
@ -47,6 +47,10 @@
|
|||
<artifactId>spring-boot</artifactId>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>spring-context</artifactId>
|
||||
<groupId>org.springframework</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
|
||||
</dependency>
|
||||
|
|
@ -76,6 +80,11 @@
|
|||
<artifactId>jackson-annotations</artifactId>
|
||||
<version>2.9.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
<version>4.3.3.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<!--dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue