Browse Source

添加oracle jdbc驱动包

luhg 7 years ago
parent
commit
b6bdc8aa57
2 changed files with 8 additions and 1 deletions
  1. BIN
      lib/ojdbc7.jar
  2. 8 1
      pom.xml

BIN
lib/ojdbc7.jar


+ 8 - 1
pom.xml

@@ -111,7 +111,14 @@
 			<groupId>org.apache.httpcomponents</groupId>
 			<artifactId>httpmime</artifactId>
 		</dependency>
-		
+
+		<dependency>
+			<groupId>org.oracle</groupId>
+			<artifactId>oracle</artifactId>
+			<version>1.0</version>
+			<scope>system</scope>
+			<systemPath>${project.basedir}/lib/ojdbc7.jar</systemPath>
+		</dependency>
 	</dependencies>
 
 	<build>