mirror of https://github.com/apache/openjpa.git
add profile for testing sybase with jConnect
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@997041 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
243b443983
commit
dd36c1d629
|
@ -287,6 +287,25 @@
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
|
<!-- Profile for testing with Sybase DB using the jConnect driver -->
|
||||||
|
<profile>
|
||||||
|
<id>test-sybase-jconnect</id>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>${jconnect.groupId}</groupId>
|
||||||
|
<artifactId>${jconnect.artifactId}</artifactId>
|
||||||
|
<version>${jconnect.version}</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
<properties>
|
||||||
|
<connection.driver.name>com.sybase.jdbc3.jdbc.SybDriver</connection.driver.name>
|
||||||
|
<connection.url>${openjpa.sybase.url}</connection.url>
|
||||||
|
<connection.username>${openjpa.sybase.username}</connection.username>
|
||||||
|
<connection.password>${openjpa.sybase.password}</connection.password>
|
||||||
|
</properties>
|
||||||
|
</profile>
|
||||||
|
|
||||||
<!-- Profile for testing with Ingres DB -->
|
<!-- Profile for testing with Ingres DB -->
|
||||||
<profile>
|
<profile>
|
||||||
<id>test-ingres</id>
|
<id>test-ingres</id>
|
||||||
|
|
Loading…
Reference in New Issue