Skip to content

Commit 30d3910

Browse files
committed
[pom] Add mssql-jdbc to address link issue on javadoc (provided scope)
1 parent 3fe676e commit 30d3910

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,13 @@
279279
<version>1.14.3</version>
280280
<scope>test</scope>
281281
</dependency>
282+
<!-- For javadoc link -->
283+
<dependency>
284+
<groupId>com.microsoft.sqlserver</groupId>
285+
<artifactId>mssql-jdbc</artifactId>
286+
<version>8.4.1.jre8</version>
287+
<scope>provided</scope>
288+
</dependency>
282289
</dependencies>
283290

284291
<build>

0 commit comments

Comments
 (0)