You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hise-commits@incubator.apache.org by rr...@apache.org on 2010/01/15 20:11:29 UTC

svn commit: r899800 - /incubator/hise/trunk/hise-web/pom.xml

Author: rr
Date: Fri Jan 15 20:11:28 2010
New Revision: 899800

URL: http://svn.apache.org/viewvc?rev=899800&view=rev
Log:
HISE-4: Restored deps with scope test - it's ok for release

Modified:
    incubator/hise/trunk/hise-web/pom.xml

Modified: incubator/hise/trunk/hise-web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hise/trunk/hise-web/pom.xml?rev=899800&r1=899799&r2=899800&view=diff
==============================================================================
--- incubator/hise/trunk/hise-web/pom.xml (original)
+++ incubator/hise/trunk/hise-web/pom.xml Fri Jan 15 20:11:28 2010
@@ -21,6 +21,19 @@
 
     <dependencies>
         <dependency>
+            <groupId>com.h2database</groupId>
+            <artifactId>h2</artifactId>
+            <version>1.1.108</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>oracle</groupId>
+            <artifactId>ojdbc5</artifactId>
+            <version>11.1.0.6.0</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
             <groupId>org.apache.hise</groupId>
             <artifactId>hise-wsdl</artifactId>
             <version>${project.version}</version>