<?xml version="1.0" encoding="UTF-8"?>
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
	license agreements. See the NOTICE file distributed with this work for additional 
	information regarding copyright ownership. The ASF licenses this file to 
	You under the Apache License, Version 2.0 (the "License"); you may not use 
	this file except in compliance with the License. You may obtain a copy of 
	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
	by applicable law or agreed to in writing, software distributed under the 
	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
	OF ANY KIND, either express or implied. See the License for the specific 
	language governing permissions and limitations under the License. -->
<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>org.springframework.boot</groupId>
		<artifactId>spring-boot-dependencies</artifactId>
		<version>3.3.5</version>
	</parent>
	<groupId>de.knightsoft-net</groupId>
	<artifactId>gwt-bean-validators-parent</artifactId>
	<version>2.2.2</version>
	<packaging>pom</packaging>
	<name>GWT Bean Validators Parent project</name>
	<inceptionYear>2015</inceptionYear>
	<description>
		The GWT Bean Validators is a project which includes bean validation support for GWT.
		It's based on hibernate-valdator which implements JSR-303/JSR-349/JSR-380 bean validation.
		There are lot of helpers like editor drivers and decorators which makes it comfortable to
		integrate into GWT.
		Depending sub projects implements widgets spring integration and much more stuff.
	</description>
	<url>https://gitlab.com/ManfredTremmel/gwt-bean-validators</url>

	<licenses>
		<license>
			<name>Apache License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>

	<scm>
		<url>https://gitlab.com/ManfredTremmel/gwt-bean-validators.git</url>
		<connection>scm:git:git@gitlab.com/ManfredTremmel/gwt-bean-validators.git</connection>
		<developerConnection>scm:git:git@gitlab.com/ManfredTremmel/gwt-bean-validators.git</developerConnection>
	</scm>

	<repositories>
		<repository>
			<id>sonatype-nexus-snapshots</id>
			<name>Sonatype Nexus Snapshots</name>
			<url>https://oss.sonatype.org/content/repositories/snapshots</url>
			<releases>
				<enabled>false</enabled>
			</releases>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
		</repository>
	</repositories>

	<pluginRepositories>
		<pluginRepository>
			<id>sonatype-nexus-snapshots</id>
			<name>Sonatype Nexus Snapshots</name>
			<url>https://oss.sonatype.org/content/repositories/snapshots</url>
			<releases>
				<enabled>false</enabled>
			</releases>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
		</pluginRepository>
	</pluginRepositories>

	<distributionManagement>
		<snapshotRepository>
			<id>sonatype-nexus-snapshots</id>
			<name>Sonatype Nexus Snapshots</name>
			<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
		</snapshotRepository>
		<repository>
			<id>sonatype-nexus-staging</id>
			<name>Nexus Release Repository</name>
			<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
		</repository>
	</distributionManagement>

	<developers>
		<developer>
			<name>Manfred Tremmel</name>
			<id>ManfredTremmel</id>
			<email>Manfred.Tremmel@iiv.de</email>
			<roles>
				<role>Java Developer</role>
			</roles>
		</developer>
	</developers>
	<contributors>
		<contributor>
			<name>Arite Lauschke</name>
		</contributor>
	</contributors>

	<properties>
		<!-- keep source on level 11 until gwt supports java 17 -->
		<maven.compiler.source>11</maven.compiler.source>
		<maven.compiler.target>17</maven.compiler.target>
		<gwt-bean-validators.version>2.2.2</gwt-bean-validators.version>
		<spring-boot.version>3.3.5</spring-boot.version>
		<!-- Convenience property to set the GWT version -->
		<gwt.version>2.11.0</gwt.version>
		<gwt-maven-plugin.version>1.1.0</gwt-maven-plugin.version>
		<gwt-maven-plugin-codehaus.version>2.10.0</gwt-maven-plugin-codehaus.version>
		<commons-beanutils.version>1.9.4</commons-beanutils.version>
		<commons-validator.version>1.9.0</commons-validator.version>
		<commons-lang3.version>3.17.0</commons-lang3.version>
		<commons-io.version>2.17.0</commons-io.version>
		<commons-text.version>1.12.0</commons-text.version>
		<commons-net.version>3.11.1</commons-net.version>
		<gwt-commons-lang3.version>3.17.0-0</gwt-commons-lang3.version>
		<gwt-commons-validator.version>1.9.0-0</gwt-commons-validator.version>
		<elemental2.version>1.2.1</elemental2.version>
		<domino-slf4j-logger.version>1.0.3</domino-slf4j-logger.version>
		<gwt-time.version>2.0.11</gwt-time.version>
		<gwt-editor.version>1.0.0-RC1</gwt-editor.version>
		<gwt-core.version>1.0.0-RC2</gwt-core.version>
		<gwt-mt-jre-emulation.version>1.0.5</gwt-mt-jre-emulation.version>
		<guava.version>33.3.1-jre</guava.version>
		<icu4j.version>75.1</icu4j.version>
		<javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version>
		<jakarta.ws.rs-api.version>4.0.0</jakarta.ws.rs-api.version>
		<restygwt.version>2.2.7</restygwt.version>
		<gwt-jackson.version>0.15.4</gwt-jackson.version>
		<jackson-for-gwt.version>2.11.4</jackson-for-gwt.version>
		<gin.version>3.0.0</gin.version>
		<gwtp.version>1.6</gwtp.version>
		<mockito.version>4.11.0</mockito.version>
		<byte-buddy.version>1.15.7</byte-buddy.version>
		<guice.version>4.2.3</guice.version>
		<gwt-pushstate.version>2.0.0.25</gwt-pushstate.version>
		<gwt-seo.version>0.3.5</gwt-seo.version>
		<gsss.version>1.1</gsss.version>
		<urlrewritefilter.version>5.1.3</urlrewritefilter.version>
		<jukito.version>1.5</jukito.version>
		<gwtmockito.version>1.1.9</gwtmockito.version>
		<spring-data-commons.version>3.3.5</spring-data-commons.version>
		<jakarta.el.version>5.0.0-M1</jakarta.el.version>
		<jakarta.inject.version>2.0.1</jakarta.inject.version>
		<jaxb-impl.version>4.0.5</jaxb-impl.version>
		<istack-commons-runtime.version>4.2.0</istack-commons-runtime.version>
		<auto-service.version>1.1.1</auto-service.version>
		<maven-project-info-reports-plugin.version>3.8.0</maven-project-info-reports-plugin.version>
		<maven-checkstyle-plugin.version>3.5.0</maven-checkstyle-plugin.version>
		<checkstyle.version>10.18.2</checkstyle.version>
		<maven-pmd-plugin.version>3.25.0</maven-pmd-plugin.version>
		<pmd.version>7.6.0</pmd.version>
		<findbugs-maven-plugin.version>3.0.5</findbugs-maven-plugin.version>
		<spotbugs-maven-plugin.version>4.8.6.5</spotbugs-maven-plugin.version>
		<findsecbugs-plugin.version>1.13.0</findsecbugs-plugin.version>
		<dependency-check-maven.version>11.0.0</dependency-check-maven.version>
		<cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version>
		<maven-jxr-plugin.version>3.5.0</maven-jxr-plugin.version>
		<apt-maven-plugin.version>1.1.3</apt-maven-plugin.version>
		<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
		<compile-testing.version>0.21.0</compile-testing.version>
		<maven-release-plugin.version>3.1.1</maven-release-plugin.version>
		<maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version>
		<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
		<maven-processor-plugin.version>5.1</maven-processor-plugin.version>
		<maven.version>3.0.0</maven.version>

		<!-- override apache-jsp 8.5.40, because of CVE-2016-5425, CVE-2017-6056, CVE-2019-10072, CVE-2019-12418 and CVE-2019-17563 -->
		<apache-jsp.version>11.0.0</apache-jsp.version>

		<!-- override websocket 9.4.44.v20210927, because of CVE-2022-2047, CVE-2022-2048 -->
		<websocket.version>9.4.56.v20240826</websocket.version>

		<!-- override classgraph 4.8.108, because of CVE-2021-47621 -->
		<classgraph.version>4.8.177</classgraph.version>

		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

		<codequality.basedir>${project.basedir}/codequality/</codequality.basedir>
	</properties>

	<dependencyManagement>
		<dependencies>

			<dependency>
				<groupId>org.eclipse.jetty</groupId>
				<artifactId>jetty-bom</artifactId>
				<version>${jetty.version}</version>
				<type>pom</type>
				<scope>import</scope>
			</dependency>

			<dependency>
				<groupId>org.mortbay.jasper</groupId>
				<artifactId>apache-jsp</artifactId>
				<version>${apache-jsp.version}</version>
			</dependency>

			<dependency>
				<groupId>jakarta.validation</groupId>
				<artifactId>jakarta.validation-api</artifactId>
				<version>${jakarta-validation.version}</version><!--$NO-MVN-MAN-VER$-->
			</dependency>
			<dependency>
				<groupId>jakarta.validation</groupId>
				<artifactId>jakarta.validation-api</artifactId>
				<version>${jakarta-validation.version}</version><!--$NO-MVN-MAN-VER$-->
				<classifier>sources</classifier>
			</dependency>
			<dependency>
				<groupId>org.hibernate.validator</groupId>
				<artifactId>hibernate-validator</artifactId>
				<version>${hibernate-validator.version}</version>
				<exclusions>
					<exclusion>
						<groupId>org.slf4j</groupId>
						<artifactId>slf4j-api</artifactId>
					</exclusion>
				</exclusions>
			</dependency>
			<dependency>
				<groupId>org.hibernate.validator</groupId>
				<artifactId>hibernate-validator</artifactId>
				<version>${hibernate-validator.version}</version>
				<classifier>sources</classifier>
			</dependency>

			<dependency>
				<groupId>org.hibernate</groupId>
				<artifactId>hibernate-envers</artifactId>
				<version>${hibernate.version}</version>
			</dependency>

			<dependency>
				<groupId>org.glassfish</groupId>
				<artifactId>jakarta.el</artifactId>
				<version>${jakarta.el.version}</version>
			</dependency>

			<dependency>
				<groupId>jakarta.inject</groupId>
				<artifactId>jakarta.inject-api</artifactId>
				<version>${jakarta.inject.version}</version>
			</dependency>

			<dependency>
				<groupId>com.google.elemental2</groupId>
				<artifactId>elemental2-core</artifactId>
				<version>${elemental2.version}</version>
			</dependency>

			<dependency>
				<groupId>com.google.elemental2</groupId>
				<artifactId>elemental2-dom</artifactId>
				<version>${elemental2.version}</version>
			</dependency>

			<dependency>
				<groupId>com.google.elemental2</groupId>
				<artifactId>elemental2-indexdb</artifactId>
				<version>${elemental2.version}</version>
			</dependency>

			<dependency>
				<groupId>com.google.elemental2</groupId>
				<artifactId>elemental2-media</artifactId>
				<version>${elemental2.version}</version>
			</dependency>

			<dependency>
				<groupId>com.google.elemental2</groupId>
				<artifactId>elemental2-promise</artifactId>
				<version>${elemental2.version}</version>
			</dependency>

			<dependency>
				<groupId>com.google.elemental2</groupId>
				<artifactId>elemental2-svg</artifactId>
				<version>${elemental2.version}</version>
			</dependency>

			<dependency>
				<groupId>com.google.elemental2</groupId>
				<artifactId>elemental2-webgl</artifactId>
				<version>${elemental2.version}</version>
			</dependency>

			<dependency>
				<groupId>com.google.elemental2</groupId>
				<artifactId>elemental2-webstorage</artifactId>
				<version>${elemental2.version}</version>
			</dependency>

			<dependency>
				<groupId>com.google.elemental2</groupId>
				<artifactId>elemental2-webassembly</artifactId>
				<version>${elemental2.version}</version>
				<exclusions>
					<exclusion>
						<groupId>javax.validation</groupId>
						<artifactId>validation-api</artifactId>
					</exclusion>
				</exclusions>
			</dependency>

			<dependency>
				<groupId>org.gwtproject.editor</groupId>
				<artifactId>gwt-editor</artifactId>
				<version>${gwt-editor.version}</version>
				<exclusions>
					<exclusion>
						<groupId>javax.validation</groupId>
						<artifactId>validation-api</artifactId>
					</exclusion>
				</exclusions>
			</dependency>
			
			<dependency>
				<groupId>org.gwtproject.editor</groupId>
				<artifactId>gwt-editor-processor</artifactId>
				<version>${gwt-editor.version}</version>
				<exclusions>
					<exclusion>
						<groupId>javax.validation</groupId>
						<artifactId>validation-api</artifactId>
					</exclusion>
				</exclusions>
			</dependency>

			<dependency>
				<groupId>org.gwtproject.core</groupId>
				<artifactId>gwt-core</artifactId>
				<version>${gwt-core.version}</version>
			</dependency>

			<dependency>
				<groupId>de.knightsoft-net</groupId>
				<artifactId>gwt-mt-jre-emulation</artifactId>
				<version>${gwt-mt-jre-emulation.version}</version>
				<classifier>sources</classifier>
			</dependency>

			<dependency>
				<groupId>org.gwtproject</groupId>
				<artifactId>gwt</artifactId>
				<version>${gwt.version}</version>
				<type>pom</type>
				<scope>import</scope>
			</dependency>

			<dependency>
				<groupId>org.apache.commons</groupId>
				<artifactId>commons-lang3</artifactId>
				<version>${commons-lang3.version}</version>
			</dependency>
			<dependency>
				<groupId>commons-beanutils</groupId>
				<artifactId>commons-beanutils</artifactId>
				<version>${commons-beanutils.version}</version>
			</dependency>
			<dependency>
				<groupId>commons-validator</groupId>
				<artifactId>commons-validator</artifactId>
				<version>${commons-validator.version}</version>
				<exclusions>
					<exclusion>
						<groupId>commons-beanutils</groupId>
						<artifactId>commons-beanutils</artifactId>
					</exclusion>
				</exclusions>
			</dependency>
			<dependency>
				<groupId>org.gwtproject</groupId>
				<artifactId>gwt-user</artifactId>
				<version>${gwt.version}</version>
				<exclusions>
					<exclusion>
						<groupId>javax.validation</groupId>
						<artifactId>validation-api</artifactId>
					</exclusion>
				</exclusions>
			</dependency>
			<dependency>
				<groupId>commons-io</groupId>
				<artifactId>commons-io</artifactId>
				<version>${commons-io.version}</version>
			</dependency>
			<dependency>
				<groupId>org.gwtproject</groupId>
				<artifactId>gwt-dev</artifactId>
				<version>${gwt.version}</version>
				<exclusions>
					<exclusion>
						<groupId>commons-io</groupId>
						<artifactId>commons-io</artifactId>
					</exclusion>
					<exclusion>
						<groupId>org.apache.commons</groupId>
						<artifactId>commons-text</artifactId>
					</exclusion>
				</exclusions>
			</dependency>
			<dependency>
				<groupId>org.gwtproject</groupId>
				<artifactId>gwt-codeserver</artifactId>
				<version>${gwt.version}</version>
				<exclusions>
					<exclusion>
						<groupId>javax.validation</groupId>
						<artifactId>validation-api</artifactId>
					</exclusion>
				</exclusions>
			</dependency>
			<dependency>
				<groupId>com.gwtplatform</groupId>
				<artifactId>gwtp-mvp-client</artifactId>
				<version>${gwtp.version}</version>
				<exclusions>
					<exclusion>
						<groupId>com.google.gwt</groupId>
						<artifactId>gwt-user</artifactId>
					</exclusion>
					<exclusion>
						<groupId>com.google.gwt</groupId>
						<artifactId>gwt-dev</artifactId>
					</exclusion>
					<exclusion>
						<groupId>com.google.gwt.inject</groupId>
						<artifactId>gin</artifactId>
					</exclusion>
				</exclusions>
			</dependency>
			<dependency>
				<groupId>com.gwtplatform</groupId>
				<artifactId>gwtp-dispatch-rest</artifactId>
				<version>${gwtp.version}</version>
				<exclusions>
					<exclusion>
						<groupId>com.google.gwt</groupId>
						<artifactId>gwt-user</artifactId>
					</exclusion>
					<exclusion>
						<groupId>com.google.gwt</groupId>
						<artifactId>gwt-dev</artifactId>
					</exclusion>
					<exclusion>
						<groupId>com.google.gwt.inject</groupId>
						<artifactId>gin</artifactId>
					</exclusion>
					<exclusion>
						<groupId>com.github.nmorel.gwtjackson</groupId>
						<artifactId>gwt-jackson</artifactId>
					</exclusion>
				</exclusions>
			</dependency>
			<dependency>
				<groupId>com.gwtplatform.extensions</groupId>
				<artifactId>dispatch-rest-delegates</artifactId>
				<version>${gwtp.version}</version>
				<exclusions>
					<exclusion>
						<groupId>com.google.gwt</groupId>
						<artifactId>gwt-user</artifactId>
					</exclusion>
					<exclusion>
						<groupId>com.google.gwt</groupId>
						<artifactId>gwt-dev</artifactId>
					</exclusion>
					<exclusion>
						<groupId>com.google.gwt.inject</groupId>
						<artifactId>gin</artifactId>
					</exclusion>
					<exclusion>
						<groupId>com.github.nmorel.gwtjackson</groupId>
						<artifactId>gwt-jackson</artifactId>
					</exclusion>
				</exclusions>
			</dependency>
			<dependency>
				<groupId>com.github.nmorel.gwtjackson</groupId>
				<artifactId>gwt-jackson</artifactId>
				<version>${gwt-jackson.version}</version>
			</dependency>
			<dependency>
				<groupId>com.fasterxml.jackson.core</groupId>
				<artifactId>jackson-annotations</artifactId>
				<version>${jackson-for-gwt.version}</version>
				<classifier>sources</classifier>
			</dependency>
			<dependency>
				<groupId>io.github.gwtplus.gin</groupId>
				<artifactId>gin</artifactId>
				<version>${gin.version}</version>
			</dependency>
			<dependency>
				<groupId>de.knightsoft-net</groupId>
				<artifactId>gwt-commons-lang3</artifactId>
				<version>${gwt-commons-lang3.version}</version>
			</dependency>
			<dependency>
				<groupId>com.google.guava</groupId>
				<artifactId>guava</artifactId>
				<version>${guava.version}</version>
			</dependency>
			<dependency>
				<groupId>com.google.guava</groupId>
				<artifactId>guava-gwt</artifactId>
				<version>${guava.version}</version>
				<exclusions>
					<exclusion>
						<groupId>com.google.elemental2</groupId>
						<artifactId>elemental2-promise</artifactId>
					</exclusion>
				</exclusions>
			</dependency>
			<dependency>
				<groupId>de.knightsoft-net</groupId>
				<artifactId>gwt-commons-validator</artifactId>
				<version>${gwt-commons-validator.version}</version>
			</dependency>
			<dependency>
				<groupId>com.arcbees.gss</groupId>
				<artifactId>gsss</artifactId>
				<version>${gsss.version}</version>
			</dependency>
			<dependency>
				<groupId>javax.ws.rs</groupId>
				<artifactId>javax.ws.rs-api</artifactId>
				<version>${javax.ws.rs-api.version}</version>
			</dependency>
			<dependency>
				<groupId>jakarta.ws.rs</groupId>
				<artifactId>jakarta.ws.rs-api</artifactId>
				<version>${jakarta.ws.rs-api.version}</version>
			</dependency>
			<dependency>
				<groupId>org.fusesource.restygwt</groupId>
				<artifactId>restygwt</artifactId>
				<version>${restygwt.version}</version>
				<exclusions>
					<exclusion>
						<groupId>com.fasterxml.jackson.core</groupId>
						<artifactId>jackson-databind</artifactId>
					</exclusion>
				</exclusions>
			</dependency>

			<dependency>
				<groupId>com.google.inject</groupId>
				<artifactId>guice</artifactId>
				<version>${guice.version}</version>
			</dependency>
			<dependency>
				<groupId>com.google.inject.extensions</groupId>
				<artifactId>guice-assistedinject</artifactId>
				<version>${guice.version}</version>
			</dependency>
			<dependency>
				<groupId>com.google.inject.extensions</groupId>
				<artifactId>guice-multibindings</artifactId>
				<version>${guice.version}</version>
			</dependency>


			<!-- gwt pushstate support -->
			<dependency>
				<groupId>${project.groupId}</groupId>
				<artifactId>gwt-pushstate</artifactId>
				<version>${gwt-pushstate.version}</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.tuckey</groupId>
				<artifactId>urlrewritefilter</artifactId>
				<version>${urlrewritefilter.version}</version>
			</dependency>

			<!-- gwt seo support -->
			<dependency>
				<groupId>${project.groupId}</groupId>
				<artifactId>gwt-seo</artifactId>
				<version>${gwt-seo.version}</version>
				<scope>provided</scope>
			</dependency>

			<!-- annotation auto-service -->
			<dependency>
				<groupId>com.google.auto.service</groupId>
				<artifactId>auto-service</artifactId>
				<version>${auto-service.version}</version>
			</dependency>

			<!-- gwt-time support -->
			<dependency>
				<groupId>org.dominokit</groupId>
				<artifactId>domino-slf4j-logger</artifactId>
				<version>${domino-slf4j-logger.version}</version>
			</dependency>
			<dependency>
				<groupId>org.jresearch.gwt.time</groupId>
				<artifactId>org.jresearch.gwt.time</artifactId>
				<version>${gwt-time.version}</version>
			</dependency>

			<!-- runtime stuff neede for java >= 9 -->
			<dependency>
				<groupId>com.sun.xml.bind</groupId>
				<artifactId>jaxb-impl</artifactId>
				<version>${jaxb-impl.version}</version>
				<scope>runtime</scope>
			</dependency>
			<dependency>
				<groupId>com.sun.istack</groupId>
				<artifactId>istack-commons-runtime</artifactId>
				<version>${istack-commons-runtime.version}</version>
				<scope>runtime</scope>
			</dependency>

			<dependency>
				<groupId>org.mockito</groupId>
				<artifactId>mockito-core</artifactId>
				<version>${mockito.version}</version>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>org.jukito</groupId>
				<artifactId>jukito</artifactId>
				<version>${jukito.version}</version>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>com.google.gwt.gwtmockito</groupId>
				<artifactId>gwtmockito</artifactId>
				<version>${gwtmockito.version}</version>
				<scope>test</scope>
				<exclusions>
					<exclusion>
						<groupId>com.google.gwt</groupId>
						<artifactId>gwt-dev</artifactId>
					</exclusion>
					<exclusion>
						<groupId>com.google.gwt</groupId>
						<artifactId>gwt-user</artifactId>
					</exclusion>
				</exclusions>
			</dependency>
			<dependency>
				<groupId>junit</groupId>
				<artifactId>junit</artifactId>
				<version>${junit.version}</version>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>com.google.testing.compile</groupId>
				<artifactId>compile-testing</artifactId>
				<version>${compile-testing.version}</version>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-source-plugin</artifactId>
				<version>${maven-source-plugin.version}</version>
			</dependency>
			<dependency>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-javadoc-plugin</artifactId>
				<version>${maven-javadoc-plugin.version}</version>
			</dependency>

			<dependency>
				<groupId>com.ibm.icu</groupId>
				<artifactId>icu4j</artifactId>
				<version>${icu4j.version}</version>
			</dependency>

			<!-- override websocket 9.4.44.v20210927, because of CVE-2022-2047, CVE-2022-2048 -->
			<dependency>
				<groupId>org.eclipse.jetty.websocket</groupId>
				<artifactId>websocket-api</artifactId>
				<version>${websocket.version}</version>
			</dependency>
			<dependency>
				<groupId>org.eclipse.jetty.websocket</groupId>
				<artifactId>websocket-common</artifactId>
				<version>${websocket.version}</version>
			</dependency>
			<dependency>
				<groupId>org.eclipse.jetty.websocket</groupId>
				<artifactId>websocket-client</artifactId>
				<version>${websocket.version}</version>
			</dependency>
			<dependency>
				<groupId>org.eclipse.jetty</groupId>
				<artifactId>jetty-webapp</artifactId>
				<version>${websocket.version}</version>
			</dependency>
			<dependency>
				<groupId>org.eclipse.jetty</groupId>
				<artifactId>jetty-servlet</artifactId>
				<version>${websocket.version}</version>
			</dependency>
			<dependency>
				<groupId>org.eclipse.jetty</groupId>
				<artifactId>jetty-servlets</artifactId>
				<version>${websocket.version}</version>
			</dependency>
			<dependency>
				<groupId>org.eclipse.jetty</groupId>
				<artifactId>jetty-annotations</artifactId>
				<version>${websocket.version}</version>
			</dependency>
			<dependency>
				<groupId>org.eclipse.jetty</groupId>
				<artifactId>apache-jsp</artifactId>
				<version>${websocket.version}</version>
			</dependency>
			<dependency>
				<groupId>org.eclipse.jetty</groupId>
				<artifactId>jetty-continuation</artifactId>
				<version>${websocket.version}</version>
			</dependency>

			<dependency>
				<groupId>org.apache.commons</groupId>
				<artifactId>commons-text</artifactId>
				<version>${commons-text.version}</version>
			</dependency>

			<dependency>
				<groupId>commons-net</groupId>
				<artifactId>commons-net</artifactId>
				<version>${commons-net.version}</version>
			</dependency>

			<!-- Query DSL dependencies -->
			<dependency>
				<groupId>com.querydsl</groupId>
				<artifactId>querydsl-apt</artifactId>
				<version>${querydsl.version}</version>
				<classifier>jakarta</classifier>
			</dependency>
			<dependency>
				<groupId>com.querydsl</groupId>
				<artifactId>querydsl-jpa</artifactId>
				<version>${querydsl.version}</version>
				<classifier>jakarta</classifier>
			</dependency>

			<dependency>
				<groupId>io.github.classgraph</groupId>
				<artifactId>classgraph</artifactId>
				<version>${classgraph.version}</version>
			</dependency>

		</dependencies>
	</dependencyManagement>

	<modules>
		<module>mt-bean-validators-processor</module>
		<module>mt-bean-validators</module>
		<module>gwt-time-dummy</module>
		<module>gwt-bean-validators-engine</module>
		<module>gwt-bean-validators-engine-processor</module>
		<module>gwt-bean-validators-engine-gwt-user</module>
		<module>gwt-bean-validators-engine-gwt2-tests</module>
		<!-- <module>gwt-bean-validators-engine-j2cl-tests</module> -->
		<module>gwt-bean-validators-engine-jsr310</module>
		<module>gwt-bean-validators-engine-mt</module>
		<module>gwt-bean-validators-editor</module>
		<module>gwt-bean-validators-decorators</module>
		<module>gwt-bean-validators</module>
		<module>gwt-bean-validators-rest-constants</module>
		<module>gwt-bean-validators-rest-resolver</module>
		<module>gwt-bean-validators-restservice-jaxrs</module>
		<module>gwt-bean-validators-restservice-spring</module>
		<module>gwt-jackson-datatype-jsr310</module>
		<module>gwtp-spring-integration-shared</module>
		<module>gwtp-spring-integration-server</module>
		<module>gwtp-spring-integration-client</module>
		<module>gwtp-dynamic-navigation</module>
		<module>gwt-bean-validators-restygwt-jaxrs</module>
		<module>gwt-bean-validators-spring-gwtp</module>
		<module>gwt-mt-widgets</module>
		<module>gwt-mt-widgets-restygwt-jaxrs</module>
		<module>gwt-mt-widgets-spring-gwtp</module>
		<module>gwtp-spring-integration-client-gwt2-tests</module>
	</modules>

	<build>
		<pluginManagement>
			<plugins>
				<plugin>
					<groupId>org.codehaus.mojo</groupId>
					<artifactId>gwt-maven-plugin</artifactId>
					<version>${gwt-maven-plugin-codehaus.version}</version>
					<dependencies>
						<dependency>
							<groupId>org.gwtproject</groupId>
							<artifactId>gwt-user</artifactId>
							<version>${gwt.version}</version>
						</dependency>
						<dependency>
							<groupId>org.gwtproject</groupId>
							<artifactId>gwt-dev</artifactId>
							<version>${gwt.version}</version>
						</dependency>
						<dependency>
							<groupId>org.gwtproject</groupId>
							<artifactId>gwt-codeserver</artifactId>
							<version>${gwt.version}</version>
						</dependency>
					</dependencies>
					<executions>
						<execution>
							<goals>
								<goal>compile</goal>
								<goal>test</goal>
								<goal>resources</goal>
							</goals>
						</execution>
					</executions>
					<!-- Plugin configuration. There are many available options, see gwt-maven-plugin 
						documentation at codehaus.org -->
					<configuration>
						<logLevel>INFO</logLevel>
						<inplace>false</inplace>
						<style>OBFUSCATED</style>
						<optimizationLevel>8</optimizationLevel>
						<failOnError>true</failOnError>
						<localWorkers>-1</localWorkers>
						<sourceLevel>${maven.compiler.source}</sourceLevel>
						<testTimeOut>600</testTimeOut>
						<extraJvmArgs>-Xms512m -Xmx1g --add-opens=java.base/java.lang=ALL-UNNAMED</extraJvmArgs>
						<productionMode>true</productionMode>
						<htmlunit>FF</htmlunit>
						<genParam>true</genParam>
						<gen>${project.basedir}/target/tmp/${project.artifactId}_gensource</gen>
						<extraParam>true</extraParam>
						<extra>${project.basedir}/target/tmp</extra>
					</configuration>
				</plugin>
				<plugin>
					<groupId>net.ltgt.gwt.maven</groupId>
					<artifactId>gwt-maven-plugin</artifactId>
					<version>${gwt-maven-plugin.version}</version>
					<extensions>true</extensions>
					<executions>
						<execution>
							<goals>
								<goal>compile</goal>
								<goal>test</goal>
							</goals>
						</execution>
					</executions>
					<configuration>
						<logLevel>INFO</logLevel>
						<style>OBFUSCATED</style>
						<optimize>8</optimize>
						<extraDir>${project.basedir}/target/tmp</extraDir>
						<localWorkers>1C</localWorkers>
						<sourceLevel>${maven.compiler.source}</sourceLevel>
						<failOnError>true</failOnError>
						<useCompilerArgsForTests>true</useCompilerArgsForTests>
						<testTimeOut>500</testTimeOut>
						<jvmArgs>
							<arg>-Xmx1g</arg>
							<arg>--add-opens=java.base/java.lang=ALL-UNNAMED</arg>
						</jvmArgs>
						<compilerArgs>
							<arg>-XcheckCasts</arg>
							<arg>-XclassMetadata</arg>
							<arg>-XinlineLiteralParameters</arg>
							<arg>-XoptimizeDataflow</arg>
							<arg>-XordinalizeEnums</arg>
							<arg>-XremoveDuplicateFunctions</arg>
						</compilerArgs>
						<relocateSuperSource>true</relocateSuperSource>
						<relocateTestSuperSource>true</relocateTestSuperSource>
						<inplace>false</inplace>
					</configuration>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-source-plugin</artifactId>
					<executions>
						<execution>
							<id>attach-sources</id>
							<goals>
								<goal>jar-no-fork</goal>
							</goals>
						</execution>
					</executions>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-javadoc-plugin</artifactId>
					<configuration>
						<source>${maven.compiler.source}</source>
					</configuration>
					<executions>
						<execution>
							<id>attach-javadocs</id>
							<goals>
								<goal>jar</goal>
							</goals>
						</execution>
					</executions>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-release-plugin</artifactId>
					<version>${maven-release-plugin.version}</version>
					<configuration>
						<mavenExecutorId>forked-path</mavenExecutorId>
						<useReleaseProfile>false</useReleaseProfile>
						<arguments>-Psonatype-oss-release</arguments>
					</configuration>
				</plugin>
				<plugin>
					<artifactId>maven-install-plugin</artifactId>
					<version>${maven-install-plugin.version}</version>
				</plugin>
				<plugin>
					<artifactId>maven-deploy-plugin</artifactId>
					<version>${maven-deploy-plugin.version}</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-surefire-plugin</artifactId>
					<version>${maven-surefire-plugin.version}</version>
					<configuration>
						<skip>true</skip>
						<trimStackTrace>false</trimStackTrace>
						<!-- Sets the VM argument line used when unit tests are run. -->
						<argLine>${surefireArgLine}</argLine>
					</configuration>
					<executions>
						<execution>
							<id>unit-tests</id>
							<phase>test</phase>
							<goals>
								<goal>test</goal>
							</goals>
							<configuration>
								<skip>false</skip>
								<includes>
									<include>**/*Test.java</include>
								</includes>
								<excludes>
									<exclude>**/Abstract*Test.java</exclude>
									<exclude>**/*SeleniumTest.java</exclude>
									<exclude>**/*IntegrationTest.java</exclude>
								</excludes>
							</configuration>
						</execution>
					</executions>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-failsafe-plugin</artifactId>
					<configuration>
						<additionalClasspathElements>
							<additionalClasspathElement>${basedir}/target/classes</additionalClasspathElement>
						</additionalClasspathElements>
						<includes>
							<include>**/*SeleniumTest.java</include>
							<include>**/*IntegrationTest.java</include>
						</includes>
					</configuration>
					<executions>
						<execution>
							<id>failsafe-integration-tests</id>
							<phase>integration-test</phase>
							<goals>
								<goal>integration-test</goal>
								<goal>verify</goal>
							</goals>
							<configuration>
								<!-- Sets the VM argument line used when integration tests are run. -->
								<argLine>${failsafeArgLine}</argLine>
							</configuration>
						</execution>
					</executions>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-compiler-plugin</artifactId>
					<version>${maven-compiler-plugin.version}</version>
					<configuration>
						<source>${maven.compiler.source}</source>
						<target>${maven.compiler.target}</target>
						<encoding>${project.build.sourceEncoding}</encoding>
						<excludes>
							<value>**/supersource/**/*.java</value>
						</excludes>
					</configuration>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-checkstyle-plugin</artifactId>
					<version>${maven-checkstyle-plugin.version}</version>
					<dependencies>
						<dependency>
							<groupId>com.puppycrawl.tools</groupId>
							<artifactId>checkstyle</artifactId>
							<version>${checkstyle.version}</version>
						</dependency>
					</dependencies>
					<configuration>
						<configLocation>${codequality.basedir}checkstyle.xml</configLocation>
						<suppressionsLocation>${codequality.basedir}checkstyle-suppressions.xml</suppressionsLocation>
						<sourceDirectories>
							<sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
							<sourceDirectory>${project.build.testSourceDirectory}</sourceDirectory>
						</sourceDirectories>
						<encoding>UTF-8</encoding>
					</configuration>
					<executions>
						<execution>
							<id>validate</id>
							<phase>validate</phase>
							<goals>
								<goal>check</goal>
							</goals>
						</execution>
					</executions>
				</plugin>

				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-pmd-plugin</artifactId>
					<version>${maven-pmd-plugin.version}</version>
					<configuration>
						<excludeRoots>
							<excludeRoot>target/generated-sources/</excludeRoot>
						</excludeRoots>
						<printFailingErrors>true</printFailingErrors>
						<rulesets>
							<ruleset>${codequality.basedir}pmd-ruleset.xml</ruleset>
						</rulesets>
					</configuration>
					<executions>
						<execution>
							<id>analyze-verify</id>
							<phase>verify</phase>
							<goals>
								<goal>cpd-check</goal>
							</goals>
						</execution>
						<execution>
							<id>analyze-compile</id>
							<phase>compile</phase>
							<goals>
								<goal>check</goal>
							</goals>
						</execution>
					</executions>
					<dependencies>
						<dependency>
							<groupId>net.sourceforge.pmd</groupId>
							<artifactId>pmd-core</artifactId>
							<version>${pmd.version}</version>
						</dependency>
						<dependency>
							<groupId>net.sourceforge.pmd</groupId>
							<artifactId>pmd-java</artifactId>
							<version>${pmd.version}</version>
						</dependency>
						<dependency>
							<groupId>net.sourceforge.pmd</groupId>
							<artifactId>pmd-javascript</artifactId>
							<version>${pmd.version}</version>
						</dependency>
						<dependency>
							<groupId>net.sourceforge.pmd</groupId>
							<artifactId>pmd-jsp</artifactId>
							<version>${pmd.version}</version>
						</dependency>
					</dependencies>
				</plugin>

				<plugin>
					<groupId>org.codehaus.mojo</groupId>
					<artifactId>findbugs-maven-plugin</artifactId>
					<version>${findbugs-maven-plugin.version}</version>
					<configuration>
						<excludeFilterFile>${codequality.basedir}spotbugs-security-exclude.xml</excludeFilterFile>
					</configuration>
					<executions>
						<execution>
							<id>findbugs-check</id>
							<phase>compile</phase>
							<goals>
								<goal>check</goal>
							</goals>
						</execution>
					</executions>
				</plugin>

				<plugin>
					<groupId>com.github.spotbugs</groupId>
					<artifactId>spotbugs-maven-plugin</artifactId>
					<version>${spotbugs-maven-plugin.version}</version>
					<executions>
						<execution>
							<id>analyze-findsecbugs</id>
							<phase>compile</phase>
							<goals>
								<goal>check</goal>
							</goals>
						</execution>
					</executions>
					<configuration>
						<excludeFilterFile>${codequality.basedir}spotbugs-security-exclude.xml</excludeFilterFile>
						<includeFilterFile>${codequality.basedir}spotbugs-security-include.xml</includeFilterFile>
						<effort>Max</effort>
						<threshold>Low</threshold>
						<plugins>
							<plugin>
								<groupId>com.h3xstream.findsecbugs</groupId>
								<artifactId>findsecbugs-plugin</artifactId>
								<version>${findsecbugs-plugin.version}</version>
							</plugin>
						</plugins>
					</configuration>
				</plugin>

				<plugin>
					<groupId>org.owasp</groupId>
					<artifactId>dependency-check-maven</artifactId>
					<version>${dependency-check-maven.version}</version>
					<configuration>
						<cveValidForHours>12</cveValidForHours>
						<failBuildOnCVSS>4</failBuildOnCVSS>
						<suppressionFiles>
							<suppressionFile>${codequality.basedir}dependency-check.suppressions.xml</suppressionFile>
						</suppressionFiles>
					</configuration>
					<executions>
						<execution>
							<id>analyze-dependencies</id>
							<phase>validate</phase>
							<goals>
								<goal>check</goal>
							</goals>
						</execution>
					</executions>
				</plugin>

				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-gpg-plugin</artifactId>
					<version>${maven-gpg-plugin.version}</version>
					<executions>
						<execution>
							<id>sign-artifacts</id>
							<phase>verify</phase>
							<goals>
								<goal>sign</goal>
							</goals>
						</execution>
					</executions>
				</plugin>
				<plugin>
					<groupId>org.sonatype.plugins</groupId>
					<artifactId>nexus-staging-maven-plugin</artifactId>
					<version>${nexus-staging-maven-plugin.version}</version>
					<extensions>true</extensions>
					<configuration>
						<!-- The Base URL of Nexus instance where we want to stage -->
						<serverId>sonatype-nexus-staging</serverId>
						<nexusUrl>https://oss.sonatype.org/</nexusUrl>
						<autoReleaseAfterClose>true</autoReleaseAfterClose>
					</configuration>
				</plugin>

				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-enforcer-plugin</artifactId>
					<version>${maven-enforcer-plugin.version}</version>
					<executions>
						<execution>
							<id>enforce-maven</id>
							<goals>
								<goal>enforce</goal>
							</goals>
							<configuration>
								<rules>
									<requireMavenVersion>
										<version>${maven.version}</version>
									</requireMavenVersion>
								</rules>		
							</configuration>
						</execution>
					</executions>
				</plugin>

			</plugins>
		</pluginManagement>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-enforcer-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-source-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-javadoc-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-surefire-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-failsafe-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-checkstyle-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-pmd-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>com.github.spotbugs</groupId>
				<artifactId>spotbugs-maven-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.owasp</groupId>
				<artifactId>dependency-check-maven</artifactId>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-gpg-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.sonatype.plugins</groupId>
				<artifactId>nexus-staging-maven-plugin</artifactId>
			</plugin>
		</plugins>
	</build>
</project>
