HHH-13767 Remove mention of Oracle and DB2 not being in MC

Both Oracle and DB2 JDBC drivers are now available in MC so the statement is no longer accurate
This commit is contained in:
Andrew Guibert 2019-12-05 10:40:48 -06:00 committed by Sanne Grinovero
parent dba8d70e94
commit 56561f4b4b
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ Use the following command:
gradle clean compile -Pdb=pgsql
_*NOTE: If you are running tests against a JDBC driver that is not available via Maven central (generally due to license nonsense - Oracle, DB2, etc) be sure to add these drivers to your local Maven repo cache (~/.m2/repository) or (better) add it to a personal Maven repo server*_
_*NOTE: If you are running tests against a JDBC driver that is not available via Maven central be sure to add these drivers to your local Maven repo cache (~/.m2/repository) or (better) add it to a personal Maven repo server*_
Running database-specific tests from the IDE using "profiles"
-------------------------------------------------------------