Skip to content

Commit

Permalink
Add dependency to OracleDriver for app-schema-online-test profile (fo…
Browse files Browse the repository at this point in the history
…r maven 3).

git-svn-id: https://svn.codehaus.org/geoserver/trunk@16772 ef1d6e69-97e5-0310-af46-8a06194da32a
  • Loading branch information
riniangreani committed Feb 17, 2012
1 parent 86f0818 commit 1980ea4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/extension/app-schema/app-schema-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,13 @@
</testResource>
</testResources>
</build>
<dependencies>
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc14</artifactId>
<version>10.2.0.3.0</version>
</dependency>
</dependencies>
</profile>
<profile>
<!-- Default profile, exclude online tests -->
Expand Down Expand Up @@ -203,6 +210,4 @@
</build>
</profile>
</profiles>


</project>

0 comments on commit 1980ea4

Please sign in to comment.