Guest User

Untitled

a guest
Apr 26th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <dependency>
  2. <groupId></groupId>
  3. <artifactId></artifactId>
  4. <version></version>
  5. </dependency>
  6.  
  7. mvn install:install-file -Dfile=<path-to-file> -DgroupId=<group-id> -DartifactId=<artifact-id> -Dversion=<version> -Dpackaging=<packaging>
  8.  
  9. mvn install:install-file -Dfile=C:/oraclexe/app/oracle/product/11.2.0/server/jdbc/lib/ojdbc6.jar -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0 -Dpackaging=jar
  10.  
  11. <!-- ORACLE database driver -->
  12. <dependency>
  13. <groupId>com.oracle</groupId>
  14. <artifactId>ojdbc6</artifactId>
  15. <version>11.2.0</version>
  16. </dependency>
Add Comment
Please, Sign In to add comment