gt-jdbc-db2
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.oss84.geotools.jdbc</groupId>
<artifactId>gt-jdbc-db2</artifactId>
<version>24.2-oss84-1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!-- =======================================================================
Maven Project Configuration File
The Geotools Project
http://www.geotools.org/
Version: $Id$
======================================================================= -->
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.oss84.geotools.jdbc</groupId>
<artifactId>gt-jdbc</artifactId>
<version>24.2-oss84-1</version>
</parent>
<!-- =========================================================== -->
<!-- Module Description -->
<!-- =========================================================== -->
<groupId>io.oss84.geotools.jdbc</groupId>
<artifactId>gt-jdbc-db2</artifactId>
<packaging>jar</packaging>
<name>DB2 DataStore</name>
<description>
DataStore for DB2 Database.
</description>
<licenses>
<license>
<name>Lesser General Public License (LGPL)</name>
<url>http://www.gnu.org/copyleft/lesser.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<!-- Must be commented out to build without DB2 driver
Need to figure out how to do DB2 online tests in
GeoTools regression environment.
Uncomment for unit test and local regression test.
<dependencies>
<dependency>
<groupId>com.ibm.db2</groupId>
<artifactId>db2jcc4</artifactId>
<version>11.5</version>
</dependency>
</dependencies>
=========================================================== -->
<!-- =========================================================== -->
<!-- Developers and Contributors -->
<!-- =========================================================== -->
<developers>
<developer>
<name>David Adler</name>
<id>dadler@adtechgeospatial.com</id>
<email>dadler@adtechgeospatial.com</email>
<organization>Adtech GeoSpatial</organization>
<roles>
<role>Module Maintainer</role>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Christian Mueller</name>
<id>christian.mueller@nvoe.at</id>
<email>christian.mueller@nvoe.at</email>
<organization>TOPP</organization>
<roles>
<role>Former Module Maintainer</role>
<role>Java Developer</role>
</roles>
</developer>
</developers>
</project>