Browse Source

oracle依赖添加

rengb 5 years ago
parent
commit
6223ef9405
1 changed files with 5 additions and 0 deletions
  1. 5 0
      kernel/pom.xml

+ 5 - 0
kernel/pom.xml

@@ -95,6 +95,11 @@
 			<artifactId>jxl</artifactId>
 			<artifactId>jxl</artifactId>
 			<version>2.6.10</version>
 			<version>2.6.10</version>
 		</dependency>
 		</dependency>
+		<dependency>
+			<groupId>com.oracle</groupId>
+			<artifactId>ojdbc6</artifactId>
+			<version>11.2.0.3</version>
+		</dependency>
 	</dependencies>
 	</dependencies>
 
 
 	<build>
 	<build>