jaxx
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.ultreia.java4all</groupId>
<artifactId>jaxx</artifactId>
<version>4.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
#%L
JAXX
%%
Copyright (C) 2008 - 2025 Code Lutin, Ultreia.io
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser 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 Lesser Public License for more details.
You should have received a copy of the GNU General Lesser Public
License along with this program. If not, see
<http://www.gnu.org/licenses/lgpl-3.0.html>.
#L%
-->
<!--suppress MavenModelInspection -->
<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>io.ultreia.maven</groupId>
<artifactId>pom</artifactId>
<version>2026.1</version>
</parent>
<groupId>io.ultreia.java4all</groupId>
<artifactId>jaxx</artifactId>
<version>4.0.0</version>
<packaging>pom</packaging>
<name>JAXX</name>
<description>JAXX Project</description>
<url>https://ultreiaio.gitlab.io/jaxx</url>
<inceptionYear>2008</inceptionYear>
<developers>
<developer>
<id>tchemit</id>
<name>Tony Chemit</name>
<email>dev@tchemit.fr</email>
<organization>Ultreia.io</organization>
<organizationUrl>http://ultreia.io</organizationUrl>
<roles>
<role>Developer</role>
</roles>
<timezone>Europe/Paris</timezone>
</developer>
<developer>
<id>jcouteau</id>
<name>Jean Couteau</name>
<email>couteau@codelutin.com</email>
<organization>CodeLutin</organization>
<organizationUrl>http://www.codelutin.com</organizationUrl>
<roles>
<role>Technical Writer</role>
</roles>
<timezone>Europe/Paris</timezone>
</developer>
<developer>
<id>ymartel</id>
<name>Yannick Martel</name>
<email>martel@codelutin.com</email>
<organization>CodeLutin</organization>
<organizationUrl>http://www.codelutin.com</organizationUrl>
<roles>
<role>Developer</role>
</roles>
<timezone>Europe/Paris</timezone>
</developer>
<developer>
<id>kmorin</id>
<name>Kevin Morin</name>
<email>morin@codelutin.com</email>
<organization>CodeLutin</organization>
<organizationUrl>http://www.codelutin.com</organizationUrl>
<roles>
<role>Developer</role>
</roles>
<timezone>Europe/Paris</timezone>
</developer>
</developers>
<contributors>
<contributor>
<name>Florian Desbois</name>
<roles>
<role>Developer</role>
</roles>
<timezone>Europe/Paris</timezone>
</contributor>
<contributor>
<name>Sylvain Letellier</name>
<roles>
<role>Developer</role>
</roles>
<timezone>Europe/Paris</timezone>
</contributor>
</contributors>
<modules>
<module>jaxx-runtime-spi</module>
<module>jaxx-runtime</module>
<module>jaxx-validator</module>
<module>jaxx-compiler</module>
<module>jaxx-maven-plugin</module>
<module>jaxx-widgets</module>
<module>jaxx-widgets-validation</module>
<module>i18n-editor</module>
<!-- <module>jaxx-demo</module>-->
</modules>
<scm>
<connection>scm:git:git@gitlab.com:${projectPath}.git</connection>
<developerConnection>scm:git:ssh://git@gitlab.com:${projectPath}.git</developerConnection>
<url>https://gitlab.com/${projectPath}</url>
</scm>
<distributionManagement>
<site>
<id>gitlab.com</id>
<url>scm:git:https://git@gitlab.com/${projectPath}.git</url>
</site>
</distributionManagement>
<properties>
<organizationId>ultreiaio</organizationId>
<projectId>jaxx</projectId>
<java.version>25</java.version>
<lib.version.java4all.jaxx>${project.version}</lib.version.java4all.jaxx>
<locales>default</locales>
<!-- i18n configuration -->
<i18n.bundles>fr_FR,en_GB,es_ES</i18n.bundles>
<i18n.failsIfWarning>true</i18n.failsIfWarning>
<i18n.checkBundle>true</i18n.checkBundle>
<i18n.showEmpty>true</i18n.showEmpty>
<license.organizationName>Code Lutin, Ultreia.io</license.organizationName>
<!-- FIXME Can not use last version (4.0.0 since it relies to maven 4.0.0-alpha-5) -->
<lib.version.maven.resolver>1.9.22</lib.version.maven.resolver>
<!-- FIXME Rewrite doc in md, rst does not work any longer and it is a real mess -->
<!-- <siteSourcesType>rst</siteSourcesType>-->
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
<!--Gitlab configuration-->
<gitlab.changesAuthor>Tony Chemit</gitlab.changesAuthor>
<gitlab.changesAuthorEmail>dev@tchemit.fr</gitlab.changesAuthorEmail>
<gitlab.trackers>Evolution,Anomalie,Tâche</gitlab.trackers>
<gitlab.fromMilestone>2.43</gitlab.fromMilestone>
<!--Gitlab configuration-->
<jgitflow.masterBranchName>main</jgitflow.masterBranchName>
<maven.javadoc.skip>false</maven.javadoc.skip>
<maven.source.skip>false</maven.source.skip>
<maven.deploy.skip>false</maven.deploy.skip>
<lib.version.google.auto-service>1.1.1</lib.version.google.auto-service>
<lib.version.com.tunnelvisionlabs.antlr4>4.9.0</lib.version.com.tunnelvisionlabs.antlr4>
<lib.version.java4all.java-bean>1.0.0</lib.version.java4all.java-bean>
<lib.version.java4all.config>2.0.1</lib.version.java4all.config>
<lib.version.java4all.i18n>4.0.0</lib.version.java4all.i18n>
<lib.version.java4all.validation>3.0.0</lib.version.java4all.validation>
<lib.version.log4j2>2.25.3</lib.version.log4j2>
<lib.version.swingx>1.6.5-1</lib.version.swingx>
<plugin.version.plugins>3.15.2</plugin.version.plugins>
<plugin.version.assembly>3.8.0</plugin.version.assembly>
<plugin.version.jar>3.5.0</plugin.version.jar>
<plugin.version.resources>3.4.0</plugin.version.resources>
<plugin.version.source>3.4.0</plugin.version.source>
<plugin.version.versions>2.20.1</plugin.version.versions>
<lib.version.asm>9.9.1</lib.version.asm>
<maven4.version>4.0.0-rc-5</maven4.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.fifesoft</groupId>
<artifactId>rsyntaxtextarea</artifactId>
<version>3.6.2</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.13.2</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.48.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>failureaccess</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.5.0-jre</version>
</dependency>
<dependency>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-annotations</artifactId>
<version>${lib.version.com.tunnelvisionlabs.antlr4}</version>
</dependency>
<!-- see http://stackoverflow.com/a/32918434/2038100 -->
<dependency>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>${lib.version.com.tunnelvisionlabs.antlr4}</version>
<exclusions>
<exclusion>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.11.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.21.0</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.6</version>
</dependency>
<!-- used for CallAnalyse-->
<dependency>
<groupId>commons-primitives</groupId>
<artifactId>commons-primitives</artifactId>
<version>20041207.202534</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.ultreia.java4all</groupId>
<artifactId>java-lang</artifactId>
<version>2.0.7</version>
</dependency>
<dependency>
<groupId>io.ultreia.java4all</groupId>
<artifactId>java-util</artifactId>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>io.ultreia.java4all.config</groupId>
<artifactId>config-api</artifactId>
<version>${lib.version.java4all.config}</version>
</dependency>
<dependency>
<groupId>io.ultreia.java4all.config</groupId>
<artifactId>config-spi</artifactId>
<version>${lib.version.java4all.config}</version>
</dependency>
<dependency>
<groupId>io.ultreia.java4all.decorator</groupId>
<artifactId>decorator-api</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>io.ultreia.java4all.eugene</groupId>
<artifactId>eugene-core</artifactId>
<version>3.0-beta-5</version>
</dependency>
<dependency>
<groupId>io.ultreia.java4all.i18n</groupId>
<artifactId>i18n-runtime</artifactId>
<version>${lib.version.java4all.i18n}</version>
</dependency>
<dependency>
<groupId>io.ultreia.java4all.i18n</groupId>
<artifactId>i18n-spi</artifactId>
<version>${lib.version.java4all.i18n}</version>
</dependency>
<dependency>
<groupId>io.ultreia.java4all.i18n</groupId>
<artifactId>i18n-spi-builder</artifactId>
<version>${lib.version.java4all.i18n}</version>
</dependency>
<dependency>
<groupId>io.ultreia.java4all.java-bean</groupId>
<artifactId>api</artifactId>
<version>${lib.version.java4all.java-bean}</version>
</dependency>
<dependency>
<groupId>io.ultreia.java4all.validation</groupId>
<artifactId>api</artifactId>
<version>${lib.version.java4all.validation}</version>
</dependency>
<dependency>
<groupId>io.ultreia.java4all.validation</groupId>
<artifactId>bean</artifactId>
<version>${lib.version.java4all.validation}</version>
</dependency>
<dependency>
<groupId>io.ultreia.java4all.validation.impl</groupId>
<artifactId>java</artifactId>
<version>${lib.version.java4all.validation}</version>
</dependency>
<dependency>
<groupId>io.ultreia.java4all.validation.impl</groupId>
<artifactId>java-validator</artifactId>
<version>${lib.version.java4all.validation}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.20.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${lib.version.log4j2}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${lib.version.log4j2}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
<version>${lib.version.log4j2}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>${lib.version.log4j2}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>${plugin.version.plugins}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.54.0</version>
</dependency>
<!-- Not used in code, but required for dependencies convergence -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-classworlds</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>4.0.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>org.nuiton</groupId>
<artifactId>helper-maven-plugin-api</artifactId>
<version>${plugin.version.helper}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-tree</artifactId>
</exclusion>
<exclusion>
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.nuiton</groupId>
<artifactId>helper-maven-plugin-test-api</artifactId>
<version>${plugin.version.helper}</version>
<exclusions>
<exclusion>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-tree</artifactId>
</exclusion>
<exclusion>
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Not used in code, but required for dependencies convergence -->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>${lib.version.asm}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.17</version>
</dependency>
<dependency>
<groupId>org.swinglabs</groupId>
<artifactId>jxlayer</artifactId>
<version>3.0.4</version>
</dependency>
<dependency>
<groupId>org.swinglabs.swingx</groupId>
<artifactId>swingx-common</artifactId>
<version>${lib.version.swingx}</version>
</dependency>
<dependency>
<groupId>org.swinglabs.swingx</groupId>
<artifactId>swingx-core</artifactId>
<version>${lib.version.swingx}</version>
</dependency>
<dependency>
<groupId>org.swinglabs.swingx</groupId>
<artifactId>swingx-painters</artifactId>
<version>${lib.version.swingx}</version>
</dependency>
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
<version>${lib.version.google.auto-service}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service-annotations</artifactId>
<version>${lib.version.google.auto-service}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.ultreia.java4all.i18n</groupId>
<artifactId>i18n-spi-annotations</artifactId>
<version>${lib.version.java4all.i18n}</version>
<scope>provided</scope>
</dependency>
<!-- Only used in compiler plugin for annotation processing -->
<dependency>
<groupId>io.ultreia.java4all.i18n</groupId>
<artifactId>i18n-spi-annotations-processors</artifactId>
<version>${lib.version.java4all.i18n}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.ultreia.java4all.java-bean</groupId>
<artifactId>annotations</artifactId>
<version>${lib.version.java4all.java-bean}</version>
<scope>provided</scope>
</dependency>
<!-- Only used in compiler plugin for annotation processing -->
<dependency>
<groupId>io.ultreia.java4all.java-bean</groupId>
<artifactId>annotations-processor</artifactId>
<version>${lib.version.java4all.java-bean}</version>
<scope>provided</scope>
</dependency>
<!-- Not used in code, but required to avoid plugin warnings -->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-annotations</artifactId>
<version>${maven4.version}</version>
<scope>provided</scope>
</dependency>
<!-- Not used in code, but required to avoid plugin warnings -->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-xml</artifactId>
<version>${maven4.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>${maven.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${maven.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>${maven.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</exclusion>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Not used in code, but required to avoid plugin warnings -->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-xml</artifactId>
<version>${maven4.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
<version>3.4.0</version>
<scope>test</scope>
<exclusions>
<!--evil plexus container-->
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-verifier</artifactId>
<version>2.0.0-M1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>
<reporting>
<excludeDefaults>true</excludeDefaults>
</reporting>
<profiles>
<!-- reporting at release time -->
<profile>
<id>reporting</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>io.ultreia.maven</groupId>
<artifactId>gitlab-maven-plugin</artifactId>
<inherited>false</inherited>
<executions>
<execution>
<goals>
<goal>generate-changes</goal>
</goals>
<phase>pre-site</phase>
<inherited>false</inherited>
</execution>
</executions>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-changes-plugin</artifactId>
<inherited>false</inherited>
<configuration>
<issueLinkTemplatePerSystem>
<gitlab>https://gitlab.nuiton.org/nuiton/${projectId}/issues/%ISSUE%</gitlab>
</issueLinkTemplatePerSystem>
<xmlPath>${project.build.directory}/generated-site/changes.xml</xmlPath>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<report>javadoc-no-fork</report>
<report>test-javadoc-no-fork</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<artifactId>maven-changelog-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-jxr-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<report>jxr-no-fork</report>
<report>test-jxr-no-fork</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<report>report-only</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<report>pmd</report>
<report>cpd</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<report>third-party-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<inherited>false</inherited>
<reportSets>
<reportSet>
<reports>
<report>dependency-updates-report</report>
<report>plugin-updates-report</report>
<report>property-updates-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
</profile>
</profiles>
</project>