forked from psi-probe/psi-probe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ojdbc7-pom.xml
30 lines (26 loc) · 1.27 KB
/
ojdbc7-pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed under the GPL License. You may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
PURPOSE.
-->
<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>ojdbc7</artifactId>
<version>12.1.0.2</version>
<packaging>jar</packaging>
<name>Oracle Database 12c Release 1 JDBC Driver</name>
<url>http://download.oracle.com/otn/utilities_drivers/jdbc/121020/ojdbc7.jar</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>