pom.xml (geotools-24.0-project) | : | pom.xml (geotools-24.1-project) | ||
---|---|---|---|---|
skipping to change at line 108 | skipping to change at line 108 | |||
<jaxb.runtime.version>2.4.0-b180830.0438</jaxb.runtime.version> | <jaxb.runtime.version>2.4.0-b180830.0438</jaxb.runtime.version> | |||
<mockito.core.version>2.23.0</mockito.core.version> | <mockito.core.version>2.23.0</mockito.core.version> | |||
<java.awt.headless>true</java.awt.headless> | <java.awt.headless>true</java.awt.headless> | |||
<sun.java2d.d3d>true</sun.java2d.d3d> | <sun.java2d.d3d>true</sun.java2d.d3d> | |||
<jvm.opts></jvm.opts> | <jvm.opts></jvm.opts> | |||
<maven.build.timestamp.format>dd-MMM-yyyy HH:mm</maven.build.timestamp.forma t> | <maven.build.timestamp.format>dd-MMM-yyyy HH:mm</maven.build.timestamp.forma t> | |||
<build.timestamp>${maven.build.timestamp}</build.timestamp> | <build.timestamp>${maven.build.timestamp}</build.timestamp> | |||
<fork.javac>false</fork.javac> | <fork.javac>false</fork.javac> | |||
<javac.maxHeapSize>256M</javac.maxHeapSize> | <javac.maxHeapSize>256M</javac.maxHeapSize> | |||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |||
<postgresql.jdbc.version>42.2.14</postgresql.jdbc.version> | <postgresql.jdbc.version>42.2.18</postgresql.jdbc.version> | |||
<ojdbc8.version>19.8.0.0</ojdbc8.version> | ||||
<mssql-jdbc.version>8.4.1.jre8</mssql-jdbc.version> | ||||
<jtds.jdbc.version>1.3.1</jtds.jdbc.version> | ||||
<solrj.version>7.2.1</solrj.version> | <solrj.version>7.2.1</solrj.version> | |||
<elasticsearch.version>7.4.0</elasticsearch.version> | <elasticsearch.version>7.4.0</elasticsearch.version> | |||
<maven.javadoc.plugin.version>3.0.1</maven.javadoc.plugin.version> | <maven.javadoc.plugin.version>3.0.1</maven.javadoc.plugin.version> | |||
<maven.jacoco.plugin.version>0.8.2</maven.jacoco.plugin.version> | <maven.jacoco.plugin.version>0.8.2</maven.jacoco.plugin.version> | |||
<git.commit.useNative>false</git.commit.useNative> | <git.commit.useNative>false</git.commit.useNative> | |||
<git.commit.runOnlyOnce>true</git.commit.runOnlyOnce> | <git.commit.runOnlyOnce>true</git.commit.runOnlyOnce> | |||
<fmt.action>format</fmt.action> | <fmt.action>format</fmt.action> | |||
<fmt.skip>false</fmt.skip> | <fmt.skip>false</fmt.skip> | |||
<batik.version>1.10</batik.version> | <batik.version>1.10</batik.version> | |||
<logging-profile>quiet-logging</logging-profile> | <logging-profile>quiet-logging</logging-profile> | |||
skipping to change at line 442 | skipping to change at line 445 | |||
</build> | </build> | |||
</profile> | </profile> | |||
</profiles> | </profiles> | |||
<!-- =========================================================== --> | <!-- =========================================================== --> | |||
<!-- Project Description --> | <!-- Project Description --> | |||
<!-- =========================================================== --> | <!-- =========================================================== --> | |||
<groupId>org.geotools</groupId> | <groupId>org.geotools</groupId> | |||
<artifactId>geotools</artifactId> | <artifactId>geotools</artifactId> | |||
<packaging>pom</packaging> | <packaging>pom</packaging> | |||
<version>24.0</version> | <version>24.1</version> | |||
<name>GeoTools</name> | <name>GeoTools</name> | |||
<scm> | <scm> | |||
<connection>scm:git:git://github.com/geotools/geotools.git</connection> | <connection>scm:git:git://github.com/geotools/geotools.git</connection> | |||
<developerConnection>scm:git:[fetch=]git://github.com/geotools/geotools.git[ push=]git@github.com:geotools/geotools.git</developerConnection> | <developerConnection>scm:git:[fetch=]git://github.com/geotools/geotools.git[ push=]git@github.com:geotools/geotools.git</developerConnection> | |||
<url>https://github.com/geotools/geotools</url> | <url>https://github.com/geotools/geotools</url> | |||
</scm> | </scm> | |||
<description> | <description> | |||
Welcome to the homepage of the GeoTools build process | Welcome to the homepage of the GeoTools build process | |||
skipping to change at line 1235 | skipping to change at line 1238 | |||
<dependency> | <dependency> | |||
<groupId>org.openplans</groupId> | <groupId>org.openplans</groupId> | |||
<artifactId>spatialdb</artifactId> | <artifactId>spatialdb</artifactId> | |||
<version>0.1</version> | <version>0.1</version> | |||
</dependency> | </dependency> | |||
<!-- ORACLE --> | <!-- ORACLE --> | |||
<dependency> | <dependency> | |||
<artifactId>ojdbc8</artifactId> | <artifactId>ojdbc8</artifactId> | |||
<groupId>com.oracle.database.jdbc</groupId> | <groupId>com.oracle.database.jdbc</groupId> | |||
<version>19.7.0.0</version> | <version>${ojdbc8.version}</version> | |||
</dependency> | </dependency> | |||
<!-- Older version required by imagemosaic --> | <!-- Older version required by imagemosaic --> | |||
<dependency> | <dependency> | |||
<artifactId>ojdbc14</artifactId> | <artifactId>ojdbc14</artifactId> | |||
<groupId>com.oracle</groupId> | <groupId>com.oracle</groupId> | |||
<version>10.2.0.3.0</version> | <version>10.2.0.3.0</version> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<artifactId>sdoapi</artifactId> | <artifactId>sdoapi</artifactId> | |||
<groupId>com.oracle</groupId> | <groupId>com.oracle</groupId> | |||
<version>10.2.0</version> | <version>10.2.0</version> | |||
</dependency> | </dependency> | |||
<dependency> | ||||
<groupId>net.sourceforge.jtds</groupId> | ||||
<artifactId>jtds</artifactId> | ||||
<version>${jtds.jdbc.version}</version> | ||||
</dependency> | ||||
<dependency> | ||||
<groupId>com.microsoft.sqlserver</groupId> | ||||
<artifactId>mssql-jdbc</artifactId> | ||||
<version>${mssql-jdbc.version}</version> | ||||
</dependency> | ||||
<!-- H2 --> | <!-- H2 --> | |||
<dependency> | <dependency> | |||
<artifactId>h2</artifactId> | <artifactId>h2</artifactId> | |||
<groupId>com.h2database</groupId> | <groupId>com.h2database</groupId> | |||
<version>1.1.119</version> | <version>1.1.119</version> | |||
</dependency> | </dependency> | |||
<!-- Grid data formats --> | <!-- Grid data formats --> | |||
<dependency> | <dependency> | |||
<groupId>edu.ucar</groupId> | <groupId>edu.ucar</groupId> | |||
End of changes. 4 change blocks. | ||||
3 lines changed or deleted | 17 lines changed or added |