Преглед на файлове

添加oracle jdbc驱动包

luhg преди 7 години
родител
ревизия
b6bdc8aa57
променени са 2 файла, в които са добавени 8 реда и са изтрити 1 реда
  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>