UnsatisfiedDependencyException: Error creating bean with name 'report_ReportingApi

Created a fresh new project.

After including reporting addon and adding to build.gradle within core module the following line:
compile ‘io.rest-assured:rest-assured:4.4.0’

I got this error upon start
UnsatisfiedDependencyException: Error creating bean with name 'report_ReportingApi

Attaching log error and project
Cuba platform version is 7.2.18

catalina.out.txt (28.7 KB)
pruebarest2.zip (82.0 KB)

maybe there is a dependency conflct? I really don’t know how to debug this

can anyone point me to a direction on how to solve this?

I creatd a new 7.18 project, and installed Reporting add-on, and there was no error.
When I open your project, error is there as you describe.
I then uninstall Reporting, and it works. When I add Reporting back, its the error again.
Can you make entirely new project, and then add Reporting to see what happens on your side?

Hi @mbucan, thanks for your reply.

The issue pops up when adding the line:

compile ‘io.rest-assured:rest-assured:4.4.0’

to the buid.gradle within the dependencies of the core module.

dependencies {
    compile(globalModule)
    compileOnly(servletApi)
    jdbc(hsql)
    testRuntime(hsql)
    compile 'io.rest-assured:rest-assured:4.4.0'
}

Maybe try with the newest version