Commit b1319068 authored by neo's avatar neo

[dev] fix ojdbc import use local maven repository

parent 070c5ba1
mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc -Dversion=0.0.1 -Dpackaging=jar -Dfile=lib/ojdbc6.jar
\ No newline at end of file
......@@ -292,13 +292,6 @@
<scope>system</scope>
<systemPath>${basedir}/lib/java-axp-1.0-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/lib/ojdbc6.jar</systemPath>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment