DataSourcePool in Java
Hi,
I am using AEM 6.1 and I want to get the DataSourcePool reference. I am using the below dependency:
<dependency>
<groupId>com.day.commons</groupId>
<artifactId>day.commons.datasource.poolservice</artifactId>
<version>1.0.10</version>
<scope>provided</scope>
</dependency>
But still, it is not able to find this DataSourcePool. Can anyone please help me on this?
Thanks.
