Skip to content

Commit

Permalink
Used https to download MS SQL JDBC driver
Browse files Browse the repository at this point in the history
  • Loading branch information
sschu authored and stianst committed Sep 12, 2019
1 parent 54fee33 commit f49a0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tools/build-keycloak.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ cp /opt/jboss/tools/databases/oracle/module.xml .

mkdir -p /opt/jboss/keycloak/modules/system/layers/keycloak/com/microsoft/sqlserver/jdbc/main
cd /opt/jboss/keycloak/modules/system/layers/keycloak/com/microsoft/sqlserver/jdbc/main
curl -L http://central.maven.org/maven2/com/microsoft/sqlserver/mssql-jdbc/$JDBC_MSSQL_VERSION/mssql-jdbc-$JDBC_MSSQL_VERSION.jar > mssql-jdbc.jar
curl -L https://repo1.maven.org/maven2/com/microsoft/sqlserver/mssql-jdbc/$JDBC_MSSQL_VERSION/mssql-jdbc-$JDBC_MSSQL_VERSION.jar > mssql-jdbc.jar
cp /opt/jboss/tools/databases/mssql/module.xml .

######################
Expand Down

0 comments on commit f49a0ff

Please sign in to comment.