diff --git a/jpa-storedprocedure/pom.xml b/jpa-storedprocedure/pom.xml
index ec17bf7778..bbe00d6897 100644
--- a/jpa-storedprocedure/pom.xml
+++ b/jpa-storedprocedure/pom.xml
@@ -7,6 +7,58 @@
1.0
jar
+
+ 7.0
+ 11.2.0.4
+ 5.1.0.Final
+
+
+
+ JpaStoredProcedure
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+
+ 1.8
+
+
+
+ maven-assembly-plugin
+
+
+
+ jar-with-dependencies
+
+
+
+
+ org.apache.maven.plugins
+ maven-install-plugin
+ 2.3.1
+
+
+ install-oracle-jdbc
+
+ install-file
+
+ clean
+
+ com.oracle
+ ojdbc6
+ ${oracle.version}
+ jar
+ true
+ true
+ ${project.basedir}/src/lib/ojdbc6.jar
+
+
+
+
+
+
+
@@ -62,34 +114,4 @@
-
- jpa-storedprocedure
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
-
- 1.8
-
-
-
- maven-assembly-plugin
-
-
-
- jar-with-dependencies
-
-
-
-
-
-
-
- 7.0
- 11.2.0.4
- 5.1.0.Final
-
-
-
\ No newline at end of file
diff --git a/jpa-storedprocedure/src/lib/ojdbc6.jar b/jpa-storedprocedure/src/lib/ojdbc6.jar
new file mode 100644
index 0000000000..767eba7f8f
Binary files /dev/null and b/jpa-storedprocedure/src/lib/ojdbc6.jar differ