diff options
Diffstat (limited to 'sdnr/wt/data-provider/installer/pom.xml')
-rwxr-xr-x | sdnr/wt/data-provider/installer/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sdnr/wt/data-provider/installer/pom.xml b/sdnr/wt/data-provider/installer/pom.xml index 123493c2e..a6ec2f0c2 100755 --- a/sdnr/wt/data-provider/installer/pom.xml +++ b/sdnr/wt/data-provider/installer/pom.xml @@ -72,6 +72,10 @@ <groupId>com.highstreet-technologies.opendaylight</groupId> <artifactId>odl-ready</artifactId> </dependency> + <dependency> + <groupId>com.zaxxer</groupId> + <artifactId>HikariCP</artifactId> + </dependency> </dependencies> <build> |