瀏覽代碼

添加oracle jdbc驱动包

luhg 7 年之前
父節點
當前提交
b6bdc8aa57
共有 2 個文件被更改,包括 8 次插入1 次删除
  1. 二進制
      lib/ojdbc7.jar
  2. 8 1
      pom.xml

二進制
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>