Make RSQL visitor pluggable via a managed bean (#1145)
* Add a managed bean for a RsqlVisitorFactory Signed-off-by: Stefan Behl <stefan.behl@bosch.io> * Fix failing unit tests * Fix Sonar findings * Fix PR review findings
This commit is contained in:
@@ -67,6 +67,10 @@
|
||||
<groupId>com.cronutils</groupId>
|
||||
<artifactId>cron-utils</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cz.jirutka.rsql</groupId>
|
||||
<artifactId>rsql-parser</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- TEST -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user