forked from psi-probe/psi-probe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ojdbc6-pom.xml
19 lines (19 loc) · 841 Bytes
/
ojdbc6-pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<version>11.2.0.3</version>
<packaging>jar</packaging>
<name>Oracle Database 11g Release 2 JDBC Driver</name>
<url>http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html</url>
<licenses>
<license>
<name>Oracle Technology Network Development and Distribution License</name>
<url>http://www.oracle.com/technetwork/licenses/distribution-license-152002.html</url>
<distribution>manual</distribution>
</license>
</licenses>
</project>