common-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>fr.ird.observe.toolkit</groupId> <artifactId>common-client</artifactId> <version>2.0-alpha-1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- #%L ObServe Toolkit :: Common Client %% Copyright (C) 2008 - 2017 IRD, Ultreia.io %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/gpl-3.0.html>. #L% --> <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> <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe-toolkit</artifactId> <version>2.0-alpha-1</version> </parent> <groupId>fr.ird.observe.toolkit</groupId> <artifactId>common-client</artifactId> <name>ObServe Toolkit :: Common Client</name> <description>ObServe Toolkit Common Client module</description> <properties> <jaxx.commonCss> ${project.basedir}/src/main/java/fr/ird/observe/client/ObserveCommon.jcss </jaxx.commonCss> </properties> <!--repositories> <repository> <id>central</id> <url>http://repo1.maven.org/maven2/</url> <releases> <enabled>true</enabled> <checksumPolicy>fail</checksumPolicy> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> <repository> <id>geotools-repository</id> <url>http://download.osgeo.org/webdav/geotools</url> <releases> <enabled>true</enabled> <checksumPolicy>fail</checksumPolicy> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> </repositories--> <!--dependencyManagement> <dependencies> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-shapefile</artifactId> <version>${lib.version.geoTools}</version> <exclusions> <exclusion> <groupId>java3d</groupId> <artifactId>vecmath</artifactId> </exclusion> <exclusion> <groupId>jgridshift</groupId> <artifactId>jgridshift</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-swing</artifactId> <version>${lib.version.geoTools}</version> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-api</artifactId> <version>${lib.version.geoTools}</version> <exclusions> <exclusion> <groupId>jgridshift</groupId> <artifactId>jgridshift</artifactId> </exclusion> <exclusion> <groupId>java3d</groupId> <artifactId>vecmath</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-main</artifactId> <version>${lib.version.geoTools}</version> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-render</artifactId> <version>${lib.version.geoTools}</version> <exclusions> <exclusion> <groupId>it.geosolutions.jaiext</groupId> <artifactId>jaiext</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.bandmerge</groupId> <artifactId>jt-bandmerge</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.bandcombine</groupId> <artifactId>jt-bandcombine</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.bandselect</groupId> <artifactId>jt-bandselect</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.imageio-ext</groupId> <artifactId>imageio-ext-tiff</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.affine</groupId> <artifactId>jt-affine</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.crop</groupId> <artifactId>jt-crop</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.colorconvert</groupId> <artifactId>jt-colorconvert</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.mosaic</groupId> <artifactId>jt-mosaic</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.zonal</groupId> <artifactId>jt-zonal</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.binarize</groupId> <artifactId>jt-binarize</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.stats</groupId> <artifactId>jt-stats</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.nullop</groupId> <artifactId>jt-nullop</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.piecewise</groupId> <artifactId>jt-piecewise</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.classifier</groupId> <artifactId>jt-classifier</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.rlookup</groupId> <artifactId>jt-rlookup</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.algebra</groupId> <artifactId>jt-algebra</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.border</groupId> <artifactId>jt-border</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.lookup</groupId> <artifactId>jt-lookup</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.warp</groupId> <artifactId>jt-warp</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.rescale</groupId> <artifactId>jt-rescale</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.format</groupId> <artifactId>jt-format</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.errordiffusion</groupId> <artifactId>jt-errordiffusion</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.orderdither</groupId> <artifactId>jt-orderdither</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.colorindexer</groupId> <artifactId>jt-colorindexer</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.imagefunction</groupId> <artifactId>jt-imagefunction</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.vectorbin</groupId> <artifactId>jt-vectorbin</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.buffer</groupId> <artifactId>jt-buffer</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.translate</groupId> <artifactId>jt-translate</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.scale</groupId> <artifactId>jt-scale</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.iterators</groupId> <artifactId>jt-iterators</artifactId> </exclusion> <exclusion> <groupId>it.geosolutions.jaiext.utilities</groupId> <artifactId>jt-utilities</artifactId> </exclusion> <exclusion> <groupId>org.jaitools</groupId> <artifactId>jt-zonalstats</artifactId> </exclusion> <exclusion> <groupId>org.jaitools</groupId> <artifactId>jt-utils</artifactId> </exclusion> <exclusion> <groupId>javax.media</groupId> <artifactId>jai_imageio</artifactId> </exclusion> <exclusion> <groupId>javax.media</groupId> <artifactId>jai_core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-referencing</artifactId> <version>${lib.version.geoTools}</version> <exclusions> <exclusion> <groupId>jgridshift</groupId> <artifactId>jgridshift</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-opengis</artifactId> <version>${lib.version.geoTools}</version> <exclusions> <exclusion> <groupId>java3d</groupId> <artifactId>vecmath</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-epsg-hsql</artifactId> <version>${lib.version.geoTools}</version> </dependency> </dependencies> </dependencyManagement--> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>common-dto</artifactId> <version>${project.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>common-service</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>jaxx-extension</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>io.ultreia.java4all</groupId> <artifactId>java-lang</artifactId> </dependency> <dependency> <groupId>io.ultreia.java4all</groupId> <artifactId>class-mapping</artifactId> </dependency> <!-- nuiton dependencies --> <dependency> <groupId>io.ultreia.java4all.i18n</groupId> <artifactId>i18n-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>io.ultreia.java4all.i18n</groupId> <artifactId>i18n-editor</artifactId> </dependency> <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-decorator</artifactId> </dependency> <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> </dependency> <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-validator</artifactId> </dependency> <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-converter</artifactId> </dependency> <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-version</artifactId> </dependency> <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-config</artifactId> </dependency> <!-- commons dependencies --> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </dependency> <!-- jaxx --> <dependency> <groupId>io.ultreia.java4all.jaxx</groupId> <artifactId>jaxx-runtime-spi</artifactId> </dependency> <dependency> <groupId>io.ultreia.java4all.jaxx</groupId> <artifactId>jaxx-runtime</artifactId> </dependency> <dependency> <groupId>io.ultreia.java4all.jaxx</groupId> <artifactId>jaxx-runtime-swing-session</artifactId> </dependency> <dependency> <groupId>io.ultreia.java4all.jaxx</groupId> <artifactId>jaxx-runtime-swing-wizard</artifactId> </dependency> <dependency> <groupId>io.ultreia.java4all.jaxx</groupId> <artifactId>jaxx-runtime-swing-application</artifactId> </dependency> <dependency> <groupId>io.ultreia.java4all.jaxx</groupId> <artifactId>jaxx-widgets-status</artifactId> </dependency> <dependency> <groupId>io.ultreia.java4all.jaxx</groupId> <artifactId>jaxx-validator</artifactId> </dependency> <dependency> <groupId>io.ultreia.java4all.jaxx</groupId> <artifactId>jaxx-widgets-common</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>io.ultreia.java4all.jaxx</groupId> <artifactId>jaxx-widgets-error</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>io.ultreia.java4all.jaxx</groupId> <artifactId>jaxx-widgets-hidor</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>io.ultreia.java4all.jaxx</groupId> <artifactId>jaxx-widgets-gis</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>io.ultreia.java4all.jaxx</groupId> <artifactId>jaxx-widgets-datetime</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>io.ultreia.java4all.jaxx</groupId> <artifactId>jaxx-widgets-file</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>io.ultreia.java4all.jaxx</groupId> <artifactId>jaxx-widgets-select</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>io.ultreia.java4all.jaxx</groupId> <artifactId>jaxx-widgets-number</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>io.ultreia.java4all.jaxx</groupId> <artifactId>jaxx-widgets-temperature</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>io.ultreia.java4all.jaxx</groupId> <artifactId>jaxx-widgets-about</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>io.ultreia.java4all.jaxx</groupId> <artifactId>jaxx-widgets-config</artifactId> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark</artifactId> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-util</artifactId> </dependency> <dependency> <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-common</artifactId> </dependency> <dependency> <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-core</artifactId> </dependency> <dependency> <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-painters</artifactId> </dependency> <dependency> <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-autocomplete</artifactId> </dependency> <dependency> <groupId>org.swinglabs</groupId> <artifactId>jxlayer</artifactId> </dependency> <!-- Map --> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-swing</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-main</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-render</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-referencing</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-opengis</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-shapefile</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-epsg-hsql</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.vividsolutions</groupId> <artifactId>jts-core</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> </dependency> <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> </dependency> <!-- test --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jcl</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <pluginManagement> <plugins> <plugin> <groupId>io.ultreia.java4all.i18n</groupId> <artifactId>i18n-maven-plugin</artifactId> <executions> <execution> <id>default-parse-java-enumerations</id> <configuration> <generateHelper>true</generateHelper> <packageName>fr.ird.observe.client</packageName> <enumerationSets> <enumerationSet> <name>label</name> <!--suppress MavenModelInspection --> <pattern>observe.constant.@CLASS_SIMPLE_NAME@.@NAME@</pattern> <enums> <enum>fr.ird.observe.client.ds.editor.form.FormUIMode</enum> <enum>fr.ird.observe.client.ds.manager.ConnexionStatus</enum> <enum>fr.ird.observe.client.ds.manager.CreationMode</enum> <enum>fr.ird.observe.client.ds.manager.DbMode</enum> <enum>fr.ird.observe.client.ds.manager.StorageStep</enum> <enum>fr.ird.observe.client.commands.obstuna.ObstunaCommands</enum> <enum>fr.ird.observe.client.commands.operation.DataSourceOperation</enum> <enum>fr.ird.observe.client.commands.operation.AdminStepWithNoOperation</enum> </enums> </enumerationSet> <enumerationSet> <name>description</name> <!--suppress MavenModelInspection --> <pattern>observe.constant.@CLASS_SIMPLE_NAME@.@NAME@.description</pattern> <enums> <enum>fr.ird.observe.client.ds.manager.ConnexionStatus</enum> <enum>fr.ird.observe.client.ds.manager.CreationMode</enum> <enum>fr.ird.observe.client.ds.manager.DbMode</enum> <enum>fr.ird.observe.client.ds.manager.StorageStep</enum> <enum>fr.ird.observe.client.commands.obstuna.ObstunaCommands</enum> <enum>fr.ird.observe.client.commands.operation.DataSourceOperation</enum> <enum>fr.ird.observe.client.commands.operation.AdminStepWithNoOperation</enum> </enums> </enumerationSet> <enumerationSet> <name>title</name> <!--suppress MavenModelInspection --> <pattern>observe.constant.@CLASS_SIMPLE_NAME@.@NAME@.title</pattern> <enums> <enum>fr.ird.observe.client.commands.operation.DataSourceOperation</enum> </enums> </enumerationSet> <enumerationSet> <name>titleTip</name> <!--suppress MavenModelInspection --> <pattern>observe.constant.@CLASS_SIMPLE_NAME@.@NAME@.title.tip</pattern> <enums> <enum>fr.ird.observe.client.commands.operation.DataSourceOperation</enum> </enums> </enumerationSet> </enumerationSets> </configuration> </execution> </executions> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>common-dto</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>common-service</artifactId> <version>${project.version}</version> </dependency> </dependencies> </plugin> </plugins> </pluginManagement> </build> </project>