mirror of
https://github.com/apache/openjpa.git
synced 2025-03-06 08:29:08 +00:00
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>
|
||||
</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>
|
||||
<id>test-ingres</id>
|
||||
|
Loading…
x
Reference in New Issue
Block a user