Error when Testing a datasource
Hi, I am following this tutorial In my pom.xml, add the dependency: <dependency> <groupId>org.nuxeo.runtime</groupId> <artifactId>nuxeo-runtime-datasource</artifactId> <scope>test</scope> </dependency> In some circumstances, if ...