|
|
@@ -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>
|