<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>6.4.0.jre8</version>
</dependency>
@Grapes(
@Grab(group='com.microsoft.sqlserver', module='mssql-jdbc', version='6.4.0.jre8')
)
compile
|-- com.microsoft.azure:azure-keyvault:1.0.0
|-- com.microsoft.azure:adal4j:1.4.0
test
|-- junit:junit:4.12
|-- org.junit.platform:junit-platform-console:1.0.0-M3
|-- org.junit.platform:junit-platform-commons:1.0.0-M3
|-- org.junit.platform:junit-platform-engine:1.0.0-M3
|-- org.junit.platform:junit-platform-launcher:1.0.0-M3
|-- org.junit.platform:junit-platform-runner:1.0.0-M3
|-- org.junit.platform:junit-platform-surefire-provider:1.0.0-M3
|-- org.junit.jupiter:junit-jupiter-api:5.0.0-M3