I am trying to run my test suite using azure pipeline line using maven in my pom xml file i m using sqljdbc4 dependency which is not available on maven central so I am getting below error
Failed to execute goal on project SmartAdsEarlyWarning: Could not resolve dependencies for project SmartAdsEarlyWarning:SmartAdsEarlyWarning:jar:0.0.1-SNAPSHOT: Could not find artifact com.microsoft.sqlserver:sqljdbc4:jar:4.0 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
Please help me to resolve this issue