geotools-wrapper
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.datasyslab</groupId> <artifactId>geotools-wrapper</artifactId> <version>1.7.1-28.5</version> </dependency>
<?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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.datasyslab</groupId> <artifactId>geotools-wrapper</artifactId> <name>${project.groupId}:${project.artifactId}</name> <version>1.7.1-28.5</version> <description>GeoTools wrapper for Apache Sedona</description> <url>https://github.com/jiayuasu/geotools-wrapper</url> <developers> <developer> <name>Jia Yu</name> <email>jiayu2@asu.edu</email> <organization>Arizona State University Data Systems Lab</organization> <organizationUrl>http://www.datasyslab.net/</organizationUrl> </developer> </developers> <licenses> <license> <name>GNU Lesser General Public License v2.1</name> <url>https://github.com/jiayuasu/geotools-wrapper/blob/main/LICENSE</url> </license> </licenses> <scm> <connection>scm:git:git@github.com/jiayuasu/geotools-wrapper.git</connection> <developerConnection>scm:git:git@github.com/jiayuasu/geotools-wrapper.git</developerConnection> <url>https://github.com/jiayuasu/geotools-wrapper.git</url> </scm> <build> <sourceDirectory>src/main/java</sourceDirectory> <resources> <resource> <directory>src/test/resources/</directory> </resource> </resources> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> <plugin> <artifactId>maven-shade-plugin</artifactId> <version>2.1</version> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <transformers> <transformer /> <transformer> <resource>META-INF/registryFile.jaiext</resource> </transformer> <transformer> <manifestEntries> <Specification-Title>Java Advanced Imaging Image I/O Tools</Specification-Title> <Specification-Version>1.1</Specification-Version> <Specification-Vendor>Sun Microsystems, Inc.</Specification-Vendor> <Implementation-Title>com.sun.media.imageio</Implementation-Title> <Implementation-Version>1.1</Implementation-Version> <Implementation-Vendor>Sun Microsystems, Inc.</Implementation-Vendor> <Extension-Name>com.sun.media.imageio</Extension-Name> </manifestEntries> </transformer> </transformers> <filters> <filter> <artifact>*:*</artifact> <excludes> <exclude>META-INF/*.SF</exclude> <exclude>META-INF/*.DSA</exclude> <exclude>META-INF/*.RSA</exclude> </excludes> </filter> </filters> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.8.7</version> <executions> <execution> <goals> <goal>prepare-agent</goal> </goals> </execution> <execution> <id>report</id> <phase>test</phase> <goals> <goal>report</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <id>release-sign-artifacts</id> <build> <plugins> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.7</version> <extensions>true</extensions> <executions> <execution> <id>injected-nexus-deploy</id> <phase>deploy</phase> <goals> <goal>deploy</goal> </goals> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <stagingProfileId>21756750b51471</stagingProfileId> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </execution> </executions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <stagingProfileId>21756750b51471</stagingProfileId> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> <plugin> <artifactId>maven-gpg-plugin</artifactId> <version>1.5</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> <version>3.2.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> <goal>jar-no-fork</goal> </goals> </execution> </executions> <inherited>true</inherited> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.4</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> <configuration> <additionalparam>-Xdoclint:none</additionalparam> </configuration> </execution> </executions> <inherited>true</inherited> <configuration> <additionalparam>-Xdoclint:none</additionalparam> </configuration> </plugin> </plugins> </build> </profile> </profiles> <repositories> <repository> <id>maven2-repository.dev.java.net</id> <name>Java.net repository</name> <url>https://download.java.net/maven/2</url> </repository> <repository> <releases /> <snapshots> <enabled>false</enabled> </snapshots> <id>osgeo</id> <name>OSGeo Release Repository</name> <url>https://repo.osgeo.org/repository/release/</url> </repository> </repositories> <dependencies> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-core_2.12</artifactId> <version>3.0.1</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>paranamer</artifactId> <groupId>com.thoughtworks.paranamer</groupId> </exclusion> <exclusion> <artifactId>avro</artifactId> <groupId>org.apache.avro</groupId> </exclusion> <exclusion> <artifactId>avro-mapred</artifactId> <groupId>org.apache.avro</groupId> </exclusion> <exclusion> <artifactId>chill_2.12</artifactId> <groupId>com.twitter</groupId> </exclusion> <exclusion> <artifactId>chill-java</artifactId> <groupId>com.twitter</groupId> </exclusion> <exclusion> <artifactId>xbean-asm7-shaded</artifactId> <groupId>org.apache.xbean</groupId> </exclusion> <exclusion> <artifactId>hadoop-client</artifactId> <groupId>org.apache.hadoop</groupId> </exclusion> <exclusion> <artifactId>spark-launcher_2.12</artifactId> <groupId>org.apache.spark</groupId> </exclusion> <exclusion> <artifactId>spark-kvstore_2.12</artifactId> <groupId>org.apache.spark</groupId> </exclusion> <exclusion> <artifactId>spark-network-common_2.12</artifactId> <groupId>org.apache.spark</groupId> </exclusion> <exclusion> <artifactId>spark-network-shuffle_2.12</artifactId> <groupId>org.apache.spark</groupId> </exclusion> <exclusion> <artifactId>spark-unsafe_2.12</artifactId> <groupId>org.apache.spark</groupId> </exclusion> <exclusion> <artifactId>activation</artifactId> <groupId>javax.activation</groupId> </exclusion> <exclusion> <artifactId>curator-recipes</artifactId> <groupId>org.apache.curator</groupId> </exclusion> <exclusion> <artifactId>zookeeper</artifactId> <groupId>org.apache.zookeeper</groupId> </exclusion> <exclusion> <artifactId>javax.servlet-api</artifactId> <groupId>javax.servlet</groupId> </exclusion> <exclusion> <artifactId>commons-lang3</artifactId> <groupId>org.apache.commons</groupId> </exclusion> <exclusion> <artifactId>commons-math3</artifactId> <groupId>org.apache.commons</groupId> </exclusion> <exclusion> <artifactId>commons-text</artifactId> <groupId>org.apache.commons</groupId> </exclusion> <exclusion> <artifactId>jsr305</artifactId> <groupId>com.google.code.findbugs</groupId> </exclusion> <exclusion> <artifactId>jul-to-slf4j</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>jcl-over-slf4j</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>log4j</artifactId> <groupId>log4j</groupId> </exclusion> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>compress-lzf</artifactId> <groupId>com.ning</groupId> </exclusion> <exclusion> <artifactId>snappy-java</artifactId> <groupId>org.xerial.snappy</groupId> </exclusion> <exclusion> <artifactId>lz4-java</artifactId> <groupId>org.lz4</groupId> </exclusion> <exclusion> <artifactId>zstd-jni</artifactId> <groupId>com.github.luben</groupId> </exclusion> <exclusion> <artifactId>RoaringBitmap</artifactId> <groupId>org.roaringbitmap</groupId> </exclusion> <exclusion> <artifactId>commons-net</artifactId> <groupId>commons-net</groupId> </exclusion> <exclusion> <artifactId>scala-xml_2.12</artifactId> <groupId>org.scala-lang.modules</groupId> </exclusion> <exclusion> <artifactId>scala-library</artifactId> <groupId>org.scala-lang</groupId> </exclusion> <exclusion> <artifactId>scala-reflect</artifactId> <groupId>org.scala-lang</groupId> </exclusion> <exclusion> <artifactId>json4s-jackson_2.12</artifactId> <groupId>org.json4s</groupId> </exclusion> <exclusion> <artifactId>jersey-client</artifactId> <groupId>org.glassfish.jersey.core</groupId> </exclusion> <exclusion> <artifactId>jersey-common</artifactId> <groupId>org.glassfish.jersey.core</groupId> </exclusion> <exclusion> <artifactId>jersey-server</artifactId> <groupId>org.glassfish.jersey.core</groupId> </exclusion> <exclusion> <artifactId>jersey-container-servlet</artifactId> <groupId>org.glassfish.jersey.containers</groupId> </exclusion> <exclusion> <artifactId>jersey-container-servlet-core</artifactId> <groupId>org.glassfish.jersey.containers</groupId> </exclusion> <exclusion> <artifactId>jersey-hk2</artifactId> <groupId>org.glassfish.jersey.inject</groupId> </exclusion> <exclusion> <artifactId>netty-all</artifactId> <groupId>io.netty</groupId> </exclusion> <exclusion> <artifactId>stream</artifactId> <groupId>com.clearspring.analytics</groupId> </exclusion> <exclusion> <artifactId>metrics-core</artifactId> <groupId>io.dropwizard.metrics</groupId> </exclusion> <exclusion> <artifactId>metrics-jvm</artifactId> <groupId>io.dropwizard.metrics</groupId> </exclusion> <exclusion> <artifactId>metrics-json</artifactId> <groupId>io.dropwizard.metrics</groupId> </exclusion> <exclusion> <artifactId>metrics-graphite</artifactId> <groupId>io.dropwizard.metrics</groupId> </exclusion> <exclusion> <artifactId>metrics-jmx</artifactId> <groupId>io.dropwizard.metrics</groupId> </exclusion> <exclusion> <artifactId>jackson-databind</artifactId> <groupId>com.fasterxml.jackson.core</groupId> </exclusion> <exclusion> <artifactId>jackson-module-scala_2.12</artifactId> <groupId>com.fasterxml.jackson.module</groupId> </exclusion> <exclusion> <artifactId>ivy</artifactId> <groupId>org.apache.ivy</groupId> </exclusion> <exclusion> <artifactId>oro</artifactId> <groupId>oro</groupId> </exclusion> <exclusion> <artifactId>pyrolite</artifactId> <groupId>net.razorvine</groupId> </exclusion> <exclusion> <artifactId>py4j</artifactId> <groupId>net.sf.py4j</groupId> </exclusion> <exclusion> <artifactId>spark-tags_2.12</artifactId> <groupId>org.apache.spark</groupId> </exclusion> <exclusion> <artifactId>commons-crypto</artifactId> <groupId>org.apache.commons</groupId> </exclusion> <exclusion> <artifactId>unused</artifactId> <groupId>org.spark-project.spark</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.locationtech.jts</groupId> <artifactId>jts-core</artifactId> <version>1.19.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.wololo</groupId> <artifactId>jts2geojson</artifactId> <version>0.14.3</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>jackson-annotations</artifactId> <groupId>com.fasterxml.jackson.core</groupId> </exclusion> <exclusion> <artifactId>jackson-databind</artifactId> <groupId>com.fasterxml.jackson.core</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.sedona</groupId> <artifactId>sedona-core-3.0_2.12</artifactId> <version>1.3.1-incubating</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>sedona-common</artifactId> <groupId>org.apache.sedona</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>hamcrest-core</artifactId> <groupId>org.hamcrest</groupId> </exclusion> </exclusions> </dependency> </dependencies> <properties> <spark.compat.version>3.0</spark.compat.version> <geotools.version>28.5</geotools.version> <geotools.scope>compile</geotools.scope> <jts2geojson.version>0.14.3</jts2geojson.version> <jt-jiffle.version>1.1.24</jt-jiffle.version> <sedona.version>1.3.1-incubating</sedona.version> <dependency.scope>provided</dependency.scope> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <scala.compat.version>2.12</scala.compat.version> <spark.version>3.0.1</spark.version> <jts.version>1.19.0</jts.version> </properties> </project>