Created
June 21, 2018 21:51
-
-
Save Ikhiloya/8c3567938cdbb2dd0f6faa04711a1e6d to your computer and use it in GitHub Desktop.
ojdbc dependency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--Oracle database driver --> | |
<dependency> | |
<groupId>com.oracle</groupId> | |
<artifactId>ojdbc7</artifactId> | |
<version>12.1.0</version> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment