2011-01-04 10:42:02 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-10-21 11:24:47 +02:00
|
|
|
<!--
|
|
|
|
|
/*
|
|
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one
|
2022-12-04 12:49:44 +01:00
|
|
|
* or more contributor license agreements. See the NOTICE file
|
2017-10-21 11:24:47 +02:00
|
|
|
* distributed with this work for additional information
|
2022-12-04 12:49:44 +01:00
|
|
|
* regarding copyright ownership. The ASF licenses this file
|
2017-10-21 11:24:47 +02:00
|
|
|
* to you under the Apache License, Version 2.0 (the
|
|
|
|
|
* "License"); you may not use this file except in compliance
|
2022-12-04 12:49:44 +01:00
|
|
|
* with the License. You may obtain a copy of the License at
|
2017-10-21 11:24:47 +02:00
|
|
|
*
|
|
|
|
|
* 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
|
2022-12-04 12:49:44 +01:00
|
|
|
* KIND, either express or implied. See the License for the
|
2017-10-21 11:24:47 +02:00
|
|
|
* specific language governing permissions and limitations
|
|
|
|
|
* under the License.
|
|
|
|
|
*/
|
|
|
|
|
-->
|
2023-06-28 09:13:07 +02:00
|
|
|
<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 https://maven.apache.org/maven-v4_0_0.xsd">
|
2006-05-15 01:01:55 +00:00
|
|
|
|
2010-11-28 21:07:51 +00:00
|
|
|
<parent>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts-master</artifactId>
|
2024-06-02 19:13:01 +02:00
|
|
|
<version>15</version>
|
2010-11-28 21:07:51 +00:00
|
|
|
</parent>
|
2006-05-15 01:01:55 +00:00
|
|
|
|
2006-03-23 22:10:58 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2006-07-02 00:04:30 +00:00
|
|
|
<artifactId>struts2-parent</artifactId>
|
2025-02-20 13:20:56 +01:00
|
|
|
<version>6.7.5-SNAPSHOT</version>
|
2006-04-09 00:41:12 +00:00
|
|
|
<packaging>pom</packaging>
|
2006-07-02 00:04:30 +00:00
|
|
|
<name>Struts 2</name>
|
2022-12-04 12:49:44 +01:00
|
|
|
<url>https://struts.apache.org/</url>
|
2006-10-23 23:46:32 +00:00
|
|
|
<description>Apache Struts 2</description>
|
2006-05-15 01:01:55 +00:00
|
|
|
|
2006-08-20 15:24:09 +00:00
|
|
|
<inceptionYear>2000</inceptionYear>
|
2007-02-07 13:23:42 +00:00
|
|
|
|
2006-05-15 01:01:55 +00:00
|
|
|
<!--
|
2006-03-23 22:10:58 +00:00
|
|
|
<description>
|
2007-02-07 13:23:42 +00:00
|
|
|
Apache Struts 2 is an elegant, extensible framework,
|
|
|
|
|
well suited for creating moderate to large-scale Java web
|
|
|
|
|
applications. The framework is designed to streamline the
|
|
|
|
|
full development cycle, from building, to deploying,
|
2006-10-23 23:46:32 +00:00
|
|
|
to maintaining applications over time.
|
2006-03-23 22:10:58 +00:00
|
|
|
</description>
|
2006-05-15 01:01:55 +00:00
|
|
|
-->
|
2006-07-28 04:17:21 +00:00
|
|
|
|
2006-05-07 01:15:49 +00:00
|
|
|
<scm>
|
2017-11-08 11:33:56 +01:00
|
|
|
<connection>scm:git:https://gitbox.apache.org/repos/asf/struts.git</connection>
|
|
|
|
|
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/struts.git</developerConnection>
|
|
|
|
|
<url>https://github.com/apache/struts/</url>
|
2025-02-20 13:20:56 +01:00
|
|
|
<tag>STRUTS_6_7_0</tag>
|
2014-11-21 21:55:40 +01:00
|
|
|
</scm>
|
2006-05-15 01:01:55 +00:00
|
|
|
|
2006-03-23 22:10:58 +00:00
|
|
|
<issueManagement>
|
|
|
|
|
<system>JIRA</system>
|
2017-11-08 11:33:56 +01:00
|
|
|
<url>https://issues.apache.org/jira/projects/WW</url>
|
2006-03-23 22:10:58 +00:00
|
|
|
</issueManagement>
|
2006-05-15 01:01:55 +00:00
|
|
|
|
2011-05-16 06:19:33 +00:00
|
|
|
<ciManagement>
|
|
|
|
|
<system>Jenkins</system>
|
2020-12-28 09:13:51 +01:00
|
|
|
<url>https://builds.apache.org/job/Struts/</url>
|
2011-05-16 06:19:33 +00:00
|
|
|
<notifiers>
|
|
|
|
|
<notifier>
|
|
|
|
|
<type>mail</type>
|
|
|
|
|
<configuration>
|
|
|
|
|
<address>dev@struts.apache.org</address>
|
|
|
|
|
</configuration>
|
|
|
|
|
</notifier>
|
|
|
|
|
</notifiers>
|
|
|
|
|
</ciManagement>
|
|
|
|
|
|
2020-04-19 10:53:53 +02:00
|
|
|
<distributionManagement>
|
|
|
|
|
<site>
|
2020-04-20 07:20:22 +02:00
|
|
|
<id>struts-site</id>
|
2020-04-19 10:53:53 +02:00
|
|
|
<name>Apache Struts</name>
|
2020-04-20 07:20:22 +02:00
|
|
|
<url>https://struts.apache.org/maven/</url>
|
2020-04-19 10:53:53 +02:00
|
|
|
</site>
|
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
2006-04-09 00:41:12 +00:00
|
|
|
<modules>
|
2014-07-09 21:06:29 +02:00
|
|
|
<module>bom</module>
|
2006-05-07 02:32:25 +00:00
|
|
|
<module>core</module>
|
2008-12-23 21:52:06 +00:00
|
|
|
<module>plugins</module>
|
2009-04-17 18:05:46 +00:00
|
|
|
<module>bundles</module>
|
2019-11-26 20:26:54 +01:00
|
|
|
<module>apps</module>
|
2006-04-09 00:41:12 +00:00
|
|
|
</modules>
|
2006-07-28 04:17:21 +00:00
|
|
|
|
2006-05-08 00:23:47 +00:00
|
|
|
<licenses>
|
|
|
|
|
<license>
|
|
|
|
|
<name>The Apache Software License, Version 2.0</name>
|
2022-12-04 12:49:44 +01:00
|
|
|
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
2006-05-08 00:23:47 +00:00
|
|
|
<distribution>repo</distribution>
|
2023-06-28 09:13:07 +02:00
|
|
|
<comments />
|
2006-05-08 00:23:47 +00:00
|
|
|
</license>
|
|
|
|
|
</licenses>
|
2006-05-15 01:01:55 +00:00
|
|
|
|
|
|
|
|
<organization>
|
2006-05-08 00:23:47 +00:00
|
|
|
<name>Apache Software Foundation</name>
|
2022-12-04 12:49:44 +01:00
|
|
|
<url>https://www.apache.org</url>
|
2006-05-08 00:23:47 +00:00
|
|
|
</organization>
|
2006-05-15 01:01:55 +00:00
|
|
|
|
2008-12-31 18:33:08 +00:00
|
|
|
<properties>
|
2017-10-20 09:04:40 +02:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2025-02-20 13:20:56 +01:00
|
|
|
<project.build.outputTimestamp>2025-02-20T12:20:55Z</project.build.outputTimestamp>
|
2022-05-04 10:45:02 +02:00
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
|
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
2017-10-20 09:04:40 +02:00
|
|
|
|
2019-10-15 10:39:56 +02:00
|
|
|
<!-- dependency versions in alphanumeric order -->
|
2024-10-28 01:50:03 +00:00
|
|
|
<asm.version>9.7.1</asm.version>
|
2025-09-10 08:22:31 +00:00
|
|
|
<jackson.version>2.20.0</jackson.version>
|
2025-09-10 06:03:16 +00:00
|
|
|
<log4j2.version>2.25.1</log4j2.version>
|
2024-04-19 14:58:25 +10:00
|
|
|
<ognl.version>3.3.5</ognl.version>
|
2025-09-10 06:03:31 +00:00
|
|
|
<slf4j.version>2.0.17</slf4j.version>
|
2024-09-02 06:14:58 +00:00
|
|
|
<spring.platformVersion>5.3.39</spring.platformVersion>
|
2019-10-15 10:39:56 +02:00
|
|
|
<tiles.version>3.0.8</tiles.version>
|
|
|
|
|
<tiles-request.version>1.0.7</tiles-request.version>
|
2024-10-21 01:47:53 +00:00
|
|
|
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
|
2022-08-06 14:33:00 +02:00
|
|
|
<hibernate-validator.version>6.2.4.Final</hibernate-validator.version>
|
2024-06-03 01:37:13 +00:00
|
|
|
<freemarker.version>2.3.33</freemarker.version>
|
2013-02-01 20:12:37 +00:00
|
|
|
|
2017-10-20 09:04:40 +02:00
|
|
|
<!-- Site generation -->
|
2020-04-18 18:40:21 -04:00
|
|
|
<fluido-skin.version>1.9</fluido-skin.version>
|
2017-11-10 10:21:19 +01:00
|
|
|
|
|
|
|
|
<!-- Sonar -->
|
2022-09-30 10:38:15 +02:00
|
|
|
<sonar.organization>apache</sonar.organization>
|
2021-12-20 07:58:35 +01:00
|
|
|
<sonar.projectKey>apache_struts</sonar.projectKey>
|
2021-12-20 08:32:14 +01:00
|
|
|
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
|
2021-12-20 07:58:35 +01:00
|
|
|
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
2022-09-27 19:41:20 +02:00
|
|
|
|
|
|
|
|
<argLine>-Duser.language=en -Duser.country=US -Duser.region=US</argLine>
|
2008-12-31 18:33:08 +00:00
|
|
|
</properties>
|
|
|
|
|
|
2006-04-12 18:28:53 +00:00
|
|
|
<profiles>
|
2009-04-23 18:20:39 +00:00
|
|
|
<profile>
|
|
|
|
|
<id>includeAssembly</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<property>
|
|
|
|
|
<name>!skipAssembly</name>
|
|
|
|
|
</property>
|
|
|
|
|
</activation>
|
|
|
|
|
<modules>
|
|
|
|
|
<module>assembly</module>
|
|
|
|
|
</modules>
|
|
|
|
|
</profile>
|
2017-10-22 11:38:27 +02:00
|
|
|
<profile>
|
|
|
|
|
<id>dependency-check</id>
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.owasp</groupId>
|
|
|
|
|
<artifactId>dependency-check-maven</artifactId>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<phase>verify</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>check</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
</profile>
|
2016-01-14 17:43:20 +01:00
|
|
|
<profile>
|
|
|
|
|
<id>jdk8</id>
|
|
|
|
|
<activation>
|
2018-11-11 09:56:12 +01:00
|
|
|
<jdk>[1.8,)</jdk>
|
2016-01-14 17:43:20 +01:00
|
|
|
</activation>
|
|
|
|
|
<build>
|
|
|
|
|
<pluginManagement>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
|
<configuration>
|
2018-09-27 07:22:46 +02:00
|
|
|
<doclint>none</doclint>
|
2016-01-14 17:43:20 +01:00
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</pluginManagement>
|
|
|
|
|
</build>
|
|
|
|
|
</profile>
|
2025-02-20 16:23:10 +11:00
|
|
|
<profile>
|
|
|
|
|
<id>jdk9plus</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<jdk>[9,)</jdk>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<maven.compiler.release>8</maven.compiler.release>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
2021-10-18 08:53:26 +02:00
|
|
|
<profile>
|
|
|
|
|
<id>jdk17</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<jdk>[17,)</jdk>
|
|
|
|
|
</activation>
|
|
|
|
|
<build>
|
|
|
|
|
<pluginManagement>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<argLine>
|
|
|
|
|
--illegal-access=permit
|
|
|
|
|
--add-opens java.base/java.lang=ALL-UNNAMED
|
|
|
|
|
--add-opens java.base/java.util=ALL-UNNAMED
|
|
|
|
|
-Dillegal-access=permit
|
2022-09-27 19:41:20 +02:00
|
|
|
@{argLine}
|
2021-10-18 08:53:26 +02:00
|
|
|
</argLine>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</pluginManagement>
|
|
|
|
|
</build>
|
|
|
|
|
</profile>
|
2017-11-11 09:42:29 +01:00
|
|
|
<profile>
|
2022-09-20 15:48:21 +02:00
|
|
|
<id>coverage</id>
|
2017-11-11 09:42:29 +01:00
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
2018-12-31 19:21:49 +03:30
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
2024-05-20 01:19:53 +00:00
|
|
|
<version>0.8.12</version>
|
2018-12-31 19:21:49 +03:30
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>prepare-agent</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>prepare-agent</goal>
|
2022-09-28 11:32:01 +02:00
|
|
|
<goal>prepare-agent-integration</goal>
|
2018-12-31 19:21:49 +03:30
|
|
|
</goals>
|
|
|
|
|
</execution>
|
2022-09-30 09:50:51 +02:00
|
|
|
<execution>
|
|
|
|
|
<id>report</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>report</goal>
|
|
|
|
|
<goal>report-integration</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<configuration>
|
|
|
|
|
<formats>
|
|
|
|
|
<format>XML</format>
|
|
|
|
|
</formats>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
2018-12-31 19:21:49 +03:30
|
|
|
</executions>
|
2017-11-11 09:42:29 +01:00
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
</profile>
|
2006-04-12 18:28:53 +00:00
|
|
|
</profiles>
|
2006-07-28 04:17:21 +00:00
|
|
|
|
2006-04-12 18:28:53 +00:00
|
|
|
<build>
|
2006-05-15 01:01:55 +00:00
|
|
|
<pluginManagement>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
2013-02-01 20:12:37 +00:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2013-05-25 16:37:42 +00:00
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
2025-09-15 01:35:59 +00:00
|
|
|
<version>3.9.0</version>
|
2006-05-15 01:01:55 +00:00
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
2007-04-12 07:28:10 +00:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2006-05-15 01:01:55 +00:00
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
2018-11-19 08:05:01 +01:00
|
|
|
<version>${maven-surefire-plugin.version}</version>
|
2018-11-12 19:58:15 -05:00
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.maven.surefire</groupId>
|
|
|
|
|
<artifactId>surefire-junit47</artifactId>
|
2018-11-19 08:05:01 +01:00
|
|
|
<version>${maven-surefire-plugin.version}</version>
|
2018-11-12 19:58:15 -05:00
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
2006-05-15 01:01:55 +00:00
|
|
|
<configuration>
|
2022-09-27 19:41:20 +02:00
|
|
|
<argLine>@{argLine}</argLine>
|
2006-05-15 01:01:55 +00:00
|
|
|
<includes>
|
|
|
|
|
<include>**/*Test.java</include>
|
|
|
|
|
</includes>
|
|
|
|
|
<excludes>
|
|
|
|
|
<exclude>**/TestBean.java</exclude>
|
|
|
|
|
</excludes>
|
2018-11-12 19:58:15 -05:00
|
|
|
<properties>
|
2022-12-04 12:49:44 +01:00
|
|
|
<property>
|
|
|
|
|
<name>junit</name>
|
|
|
|
|
<value>false</value>
|
|
|
|
|
</property>
|
2018-11-12 19:58:15 -05:00
|
|
|
</properties>
|
2006-05-15 01:01:55 +00:00
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
2007-08-31 18:30:51 +00:00
|
|
|
<plugin>
|
2010-12-01 14:39:57 +00:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
2024-01-26 12:44:36 +01:00
|
|
|
<version>3.4.0</version>
|
2007-08-31 18:30:51 +00:00
|
|
|
</plugin>
|
2010-12-01 14:39:57 +00:00
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
2023-07-11 08:49:29 +02:00
|
|
|
<version>5.1.9</version>
|
2010-12-01 14:39:57 +00:00
|
|
|
</plugin>
|
2015-11-12 20:45:21 +01:00
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
2024-09-09 01:41:19 +00:00
|
|
|
<version>3.8.0</version>
|
2015-11-12 20:45:21 +01:00
|
|
|
</plugin>
|
2016-06-21 16:10:29 +02:00
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
2024-05-13 01:15:24 +00:00
|
|
|
<version>3.3.1</version>
|
2016-06-21 16:10:29 +02:00
|
|
|
</plugin>
|
2017-10-21 17:47:32 +02:00
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
2022-09-20 15:33:11 +02:00
|
|
|
<version>0.15</version>
|
2017-10-21 17:47:32 +02:00
|
|
|
<configuration>
|
|
|
|
|
<useMavenDefaultExcludes>true</useMavenDefaultExcludes>
|
|
|
|
|
<useIdeaDefaultExcludes>true</useIdeaDefaultExcludes>
|
|
|
|
|
<useDefaultExcludes>true</useDefaultExcludes>
|
|
|
|
|
<addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
|
2018-09-18 09:49:27 +02:00
|
|
|
<licenses>
|
2023-06-28 09:13:07 +02:00
|
|
|
<licens implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
|
2018-09-18 09:49:27 +02:00
|
|
|
</licenses>
|
|
|
|
|
<licenseFamilies>
|
2023-06-28 09:13:07 +02:00
|
|
|
<licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
|
2018-09-18 09:49:27 +02:00
|
|
|
</licenseFamilies>
|
2017-10-21 17:47:32 +02:00
|
|
|
<includes>
|
|
|
|
|
<include>pom.xml</include>
|
|
|
|
|
<include>src/**</include>
|
|
|
|
|
</includes>
|
|
|
|
|
<excludes>
|
2019-01-30 20:44:22 +01:00
|
|
|
<exclude>Jenkinsfile</exclude>
|
|
|
|
|
<exclude>src/main/groovy/Jenkinsfile.gdsl</exclude>
|
2017-10-21 17:47:32 +02:00
|
|
|
<exclude>src/main/resources/org/apache/struts2/static/domTT.js</exclude>
|
2017-10-21 19:24:45 +02:00
|
|
|
<exclude>src/site/resources/tags/**/*.html</exclude>
|
2017-10-21 17:47:32 +02:00
|
|
|
<exclude>src/main/resources/*LICENSE.txt</exclude>
|
2017-10-21 18:40:42 +02:00
|
|
|
<exclude>src/test/resources/**/*.txt</exclude>
|
|
|
|
|
<exclude>src/main/webapp/**/*.css</exclude>
|
|
|
|
|
<exclude>src/main/webapp/**/*.map</exclude>
|
|
|
|
|
<exclude>src/main/webapp/**/*.js</exclude>
|
|
|
|
|
<exclude>src/main/webapp/**/*.svg</exclude>
|
|
|
|
|
<exclude>src/main/webapp/**/*.txt</exclude>
|
2017-10-22 11:04:21 +02:00
|
|
|
<exclude>src/main/resources/**/docs-urls.txt</exclude>
|
|
|
|
|
<exclude>src/etc/header.txt</exclude>
|
2017-10-21 19:24:45 +02:00
|
|
|
<exclude>src/main/resources/static/css/**/*.css</exclude>
|
|
|
|
|
<exclude>src/main/resources/static/js/**/*.js</exclude>
|
|
|
|
|
<exclude>src/main/resources/docs.cfg</exclude>
|
2017-10-22 09:52:23 +02:00
|
|
|
<exclude>src/main/webapp/fonts/**/*</exclude>
|
2017-10-21 17:47:32 +02:00
|
|
|
</excludes>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
2017-10-22 11:38:27 +02:00
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.owasp</groupId>
|
|
|
|
|
<artifactId>dependency-check-maven</artifactId>
|
2024-09-16 01:55:12 +00:00
|
|
|
<version>10.0.4</version>
|
2017-10-22 11:38:27 +02:00
|
|
|
<configuration>
|
2017-11-27 08:19:15 +01:00
|
|
|
<suppressionFiles>
|
2018-02-26 09:27:26 +01:00
|
|
|
<suppressionFile>src/etc/project-suppression.xml</suppressionFile>
|
2017-11-27 08:19:15 +01:00
|
|
|
</suppressionFiles>
|
2018-02-20 07:07:28 +01:00
|
|
|
<failBuildOnCVSS>7</failBuildOnCVSS>
|
2017-10-22 11:38:27 +02:00
|
|
|
<skipProvidedScope>true</skipProvidedScope>
|
|
|
|
|
<skipRuntimeScope>true</skipRuntimeScope>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
2019-02-09 15:03:46 +01:00
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
2024-06-17 01:28:48 +00:00
|
|
|
<version>3.5.0</version>
|
2019-02-09 15:03:46 +01:00
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>enforce</id>
|
|
|
|
|
<configuration>
|
|
|
|
|
<rules>
|
2023-06-28 09:13:07 +02:00
|
|
|
<dependencyConvergence />
|
2019-02-09 15:03:46 +01:00
|
|
|
</rules>
|
|
|
|
|
</configuration>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>enforce</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
2022-05-05 12:27:38 +02:00
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-wrapper-plugin</artifactId>
|
2025-09-10 06:03:37 +00:00
|
|
|
<version>3.3.3</version>
|
2022-05-05 12:27:38 +02:00
|
|
|
</plugin>
|
2006-05-15 01:01:55 +00:00
|
|
|
</plugins>
|
|
|
|
|
</pluginManagement>
|
2017-10-22 11:38:27 +02:00
|
|
|
|
2008-04-12 12:41:34 +00:00
|
|
|
<plugins>
|
2010-11-28 21:07:51 +00:00
|
|
|
<plugin>
|
2014-04-06 13:39:03 +02:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
2024-08-19 01:25:44 +00:00
|
|
|
<version>3.1.1</version>
|
2014-04-06 13:39:03 +02:00
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
2010-11-28 21:07:51 +00:00
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<archive>
|
|
|
|
|
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
|
|
|
|
|
</archive>
|
|
|
|
|
</configuration>
|
2008-04-12 12:41:34 +00:00
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
2010-11-28 21:07:51 +00:00
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>bundle-manifest</id>
|
|
|
|
|
<phase>process-classes</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>manifest</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
2008-12-15 15:45:13 +00:00
|
|
|
</plugin>
|
2013-02-01 20:12:37 +00:00
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
2024-09-16 01:55:09 +00:00
|
|
|
<version>3.20.0</version>
|
2013-02-01 20:12:37 +00:00
|
|
|
<configuration>
|
2013-02-21 11:06:22 +00:00
|
|
|
<relativizeDecorationLinks>false</relativizeDecorationLinks>
|
2013-02-01 20:12:37 +00:00
|
|
|
</configuration>
|
2013-09-04 11:11:54 +00:00
|
|
|
<dependencies>
|
2017-10-20 09:04:40 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.maven.doxia</groupId>
|
|
|
|
|
<artifactId>doxia-core</artifactId>
|
2024-10-21 01:48:01 +00:00
|
|
|
<version>2.0.0</version>
|
2017-10-20 09:04:40 +02:00
|
|
|
</dependency>
|
2014-11-21 21:55:40 +01:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.maven.doxia</groupId>
|
|
|
|
|
<artifactId>doxia-module-markdown</artifactId>
|
2024-02-19 01:46:51 +00:00
|
|
|
<version>1.12.0</version>
|
2014-11-21 21:55:40 +01:00
|
|
|
</dependency>
|
2013-09-04 11:11:54 +00:00
|
|
|
</dependencies>
|
2013-02-01 20:12:37 +00:00
|
|
|
</plugin>
|
2017-10-21 17:47:32 +02:00
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
2018-01-01 10:15:03 +01:00
|
|
|
<phase>prepare-package</phase>
|
2017-10-21 17:47:32 +02:00
|
|
|
<goals>
|
|
|
|
|
<goal>check</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
2008-04-12 12:41:34 +00:00
|
|
|
</plugins>
|
2013-02-01 20:12:37 +00:00
|
|
|
|
2006-05-08 00:23:47 +00:00
|
|
|
<defaultGoal>install</defaultGoal>
|
2006-05-15 01:01:55 +00:00
|
|
|
|
2006-04-12 18:28:53 +00:00
|
|
|
</build>
|
2006-05-15 01:01:55 +00:00
|
|
|
|
2006-05-08 00:23:47 +00:00
|
|
|
<reporting>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
2017-10-20 09:04:40 +02:00
|
|
|
<configuration>
|
2020-11-05 07:27:10 +01:00
|
|
|
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
|
2017-10-20 09:04:40 +02:00
|
|
|
</configuration>
|
2010-11-28 21:07:51 +00:00
|
|
|
</plugin>
|
2006-05-08 00:23:47 +00:00
|
|
|
<plugin>
|
2014-12-02 12:41:06 +01:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
|
<reportSets>
|
|
|
|
|
<reportSet>
|
|
|
|
|
<reports>
|
|
|
|
|
<report>javadoc</report>
|
|
|
|
|
</reports>
|
|
|
|
|
</reportSet>
|
|
|
|
|
</reportSets>
|
2016-02-01 11:33:20 +01:00
|
|
|
<configuration>
|
|
|
|
|
<failOnError>false</failOnError>
|
|
|
|
|
</configuration>
|
2006-05-08 00:23:47 +00:00
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
2015-10-13 06:53:25 +02:00
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
2017-10-22 11:38:27 +02:00
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.owasp</groupId>
|
|
|
|
|
<artifactId>dependency-check-maven</artifactId>
|
2017-10-22 12:29:13 +02:00
|
|
|
<configuration>
|
|
|
|
|
<name>Dependency Check</name>
|
2019-12-27 10:12:37 +01:00
|
|
|
<failBuildOnCVSS>11</failBuildOnCVSS>
|
2017-10-22 12:29:13 +02:00
|
|
|
</configuration>
|
2017-10-22 11:38:27 +02:00
|
|
|
<reportSets>
|
|
|
|
|
<reportSet>
|
|
|
|
|
<reports>
|
|
|
|
|
<report>aggregate</report>
|
|
|
|
|
</reports>
|
2017-11-27 15:47:35 +01:00
|
|
|
</reportSet>
|
|
|
|
|
</reportSets>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>versions-maven-plugin</artifactId>
|
2024-08-12 01:45:53 +00:00
|
|
|
<version>2.17.1</version>
|
2017-11-27 15:47:35 +01:00
|
|
|
<reportSets>
|
|
|
|
|
<reportSet>
|
|
|
|
|
<reports>
|
|
|
|
|
<report>dependency-updates-report</report>
|
|
|
|
|
<report>plugin-updates-report</report>
|
|
|
|
|
<report>property-updates-report</report>
|
|
|
|
|
</reports>
|
2017-10-22 11:38:27 +02:00
|
|
|
</reportSet>
|
|
|
|
|
</reportSets>
|
2006-05-08 00:23:47 +00:00
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</reporting>
|
|
|
|
|
|
2008-06-13 04:42:46 +00:00
|
|
|
<dependencyManagement>
|
2010-11-28 21:07:51 +00:00
|
|
|
<dependencies>
|
2010-12-30 07:03:51 +00:00
|
|
|
|
2010-11-28 21:07:51 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts-annotations</artifactId>
|
2022-11-05 09:34:29 +01:00
|
|
|
<version>1.0.8</version>
|
2010-11-28 21:07:51 +00:00
|
|
|
</dependency>
|
2010-05-06 08:07:00 +00:00
|
|
|
|
2013-05-20 07:29:24 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-core</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2011-03-26 10:56:56 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-spring-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2015-05-27 20:56:17 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-bean-validation-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2012-03-23 22:25:13 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-cdi-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2011-03-26 10:56:56 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-portlet-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-dwr-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2013-08-01 06:04:23 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-portlet-tiles-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2012-01-01 17:29:25 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
2020-03-28 11:48:06 -04:00
|
|
|
<artifactId>struts2-portlet-mocks-plugin</artifactId>
|
2012-01-01 17:29:25 +00:00
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2020-03-22 13:31:54 -04:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
2020-03-28 11:48:06 -04:00
|
|
|
<artifactId>struts2-junit-plugin</artifactId>
|
2020-03-22 13:31:54 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2013-05-20 07:29:24 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-convention-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-tiles-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-osgi-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-javatemplates-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-config-browser-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-jasperreports-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-jfreechart-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-pell-multipart-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-plexus-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-rest-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-sitemesh-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-testng-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-oval-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-json-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-embeddedjsp-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-gxp-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2017-12-25 10:54:19 +03:30
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-async-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2013-05-20 07:29:24 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-osgi-admin-bundle</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-osgi-demo-bundle</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2019-11-25 09:33:05 +01:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-velocity-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2011-03-26 10:56:56 +00:00
|
|
|
|
2022-12-04 12:49:44 +01:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-xslt-plugin</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2010-12-30 07:03:51 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.freemarker</groupId>
|
|
|
|
|
<artifactId>freemarker</artifactId>
|
2023-01-16 07:47:40 +01:00
|
|
|
<version>${freemarker.version}</version>
|
2010-12-30 07:03:51 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
2023-10-15 14:51:15 +11:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.github.ben-manes.caffeine</groupId>
|
|
|
|
|
<artifactId>caffeine</artifactId>
|
2023-10-15 23:42:43 +11:00
|
|
|
<version>2.9.3</version>
|
2023-10-15 14:51:15 +11:00
|
|
|
</dependency>
|
|
|
|
|
|
2020-08-21 16:04:19 -04:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
|
<artifactId>org.apache.felix.framework</artifactId>
|
|
|
|
|
<version>6.0.3</version>
|
2022-12-04 12:49:44 +01:00
|
|
|
<scope>provided
|
|
|
|
|
</scope> <!-- felix-main provides everything in felix-framework (and more), override here to provent both JARs from being included in the build. -->
|
2020-08-21 16:04:19 -04:00
|
|
|
</dependency>
|
|
|
|
|
|
2011-03-03 07:28:33 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
|
<artifactId>org.apache.felix.main</artifactId>
|
2024-06-10 01:57:32 +00:00
|
|
|
<version>7.0.5</version>
|
2013-05-21 14:14:03 +00:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
|
<artifactId>org.apache.felix.shell</artifactId>
|
|
|
|
|
<version>1.4.3</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
|
<artifactId>org.apache.felix.shell.tui</artifactId>
|
2011-03-03 07:28:33 +00:00
|
|
|
<version>1.4.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2013-05-20 07:29:24 +00:00
|
|
|
<dependency>
|
2018-11-25 22:32:22 -05:00
|
|
|
<groupId>org.directwebremoting</groupId>
|
2013-05-20 07:29:24 +00:00
|
|
|
<artifactId>dwr</artifactId>
|
2018-12-03 16:23:55 +03:30
|
|
|
<version>3.0.2-RELEASE</version>
|
2013-05-20 07:29:24 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>opensymphony</groupId>
|
|
|
|
|
<artifactId>sitemesh</artifactId>
|
2023-10-05 09:42:46 +02:00
|
|
|
<version>2.5.0</version>
|
2013-05-20 07:29:24 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
2010-12-30 07:03:51 +00:00
|
|
|
<!-- Velocity -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.velocity</groupId>
|
2020-02-01 12:47:52 +01:00
|
|
|
<artifactId>velocity-engine-core</artifactId>
|
2021-03-15 08:35:54 +01:00
|
|
|
<version>2.3</version>
|
2010-12-30 07:03:51 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
2020-02-01 12:47:52 +01:00
|
|
|
<groupId>org.apache.velocity.tools</groupId>
|
|
|
|
|
<artifactId>velocity-tools-view</artifactId>
|
2021-03-15 08:35:54 +01:00
|
|
|
<version>3.1</version>
|
2020-02-01 12:47:52 +01:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.velocity.tools</groupId>
|
|
|
|
|
<artifactId>velocity-tools-view-jsp</artifactId>
|
2021-03-15 08:35:54 +01:00
|
|
|
<version>3.1</version>
|
2010-12-30 07:03:51 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
2011-06-22 17:47:46 +00:00
|
|
|
<groupId>ognl</groupId>
|
|
|
|
|
<artifactId>ognl</artifactId>
|
|
|
|
|
<version>${ognl.version}</version>
|
2010-12-30 07:03:51 +00:00
|
|
|
</dependency>
|
2011-01-01 20:43:24 +00:00
|
|
|
<dependency>
|
2014-09-16 09:37:37 +02:00
|
|
|
<groupId>org.ow2.asm</groupId>
|
2011-01-01 20:43:24 +00:00
|
|
|
<artifactId>asm</artifactId>
|
2016-11-23 11:43:05 +01:00
|
|
|
<version>${asm.version}</version>
|
2011-01-01 20:43:24 +00:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2014-09-16 09:37:37 +02:00
|
|
|
<groupId>org.ow2.asm</groupId>
|
2011-01-01 20:43:24 +00:00
|
|
|
<artifactId>asm-commons</artifactId>
|
2016-11-23 11:43:05 +01:00
|
|
|
<version>${asm.version}</version>
|
2014-12-20 21:44:18 +01:00
|
|
|
</dependency>
|
2020-05-03 12:58:37 -04:00
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-digester3</artifactId>
|
2020-11-05 07:27:10 +01:00
|
|
|
<version>3.2</version>
|
2020-05-03 12:58:37 -04:00
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
2023-09-27 08:17:05 +02:00
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
|
<artifactId>commons-logging</artifactId>
|
2020-05-03 12:58:37 -04:00
|
|
|
</exclusion>
|
2023-10-15 23:37:36 +11:00
|
|
|
<exclusion>
|
|
|
|
|
<groupId>asm</groupId>
|
|
|
|
|
<artifactId>asm</artifactId>
|
|
|
|
|
</exclusion>
|
2020-05-03 12:58:37 -04:00
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2010-12-01 14:39:57 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
|
<artifactId>junit</artifactId>
|
2023-10-30 01:36:27 +00:00
|
|
|
<version>4.13.2</version>
|
2011-01-01 20:43:24 +00:00
|
|
|
</dependency>
|
2010-12-01 14:39:57 +00:00
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.easymock</groupId>
|
|
|
|
|
<artifactId>easymock</artifactId>
|
2024-08-12 01:46:09 +00:00
|
|
|
<version>5.4.0</version>
|
2010-12-01 14:39:57 +00:00
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2024-05-11 08:23:56 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.awaitility</groupId>
|
|
|
|
|
<artifactId>awaitility</artifactId>
|
2024-09-09 01:41:29 +00:00
|
|
|
<version>4.2.2</version>
|
2024-05-11 08:23:56 +02:00
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2010-12-01 14:39:57 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
2022-05-14 09:12:42 +02:00
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
|
|
<version>3.1.0</version>
|
2010-12-01 14:39:57 +00:00
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2015-11-25 20:22:31 +01:00
|
|
|
<dependency>
|
2015-11-27 16:09:37 +01:00
|
|
|
<groupId>org.glassfish</groupId>
|
|
|
|
|
<artifactId>javax.el</artifactId>
|
2022-09-14 16:49:50 +02:00
|
|
|
<version>3.0.1-b12</version>
|
2015-11-25 20:22:31 +01:00
|
|
|
</dependency>
|
|
|
|
|
|
2011-03-03 07:28:33 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>taglibs</groupId>
|
|
|
|
|
<artifactId>standard</artifactId>
|
|
|
|
|
<version>1.1.2</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
<artifactId>jstl</artifactId>
|
2020-04-18 18:40:21 -04:00
|
|
|
<version>1.2</version>
|
2011-03-03 07:28:33 +00:00
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tomcat</groupId>
|
2018-12-31 01:16:24 -05:00
|
|
|
<artifactId>tomcat-jasper</artifactId>
|
2020-04-18 18:40:21 -04:00
|
|
|
<version>8.5.53</version>
|
2018-12-31 01:16:24 -05:00
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tomcat</groupId>
|
|
|
|
|
<artifactId>tomcat-api</artifactId>
|
2020-04-18 18:40:21 -04:00
|
|
|
<version>8.5.53</version>
|
2011-03-03 07:28:33 +00:00
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2010-12-01 14:39:57 +00:00
|
|
|
<dependency>
|
2018-03-20 15:41:54 +01:00
|
|
|
<groupId>javax.servlet.jsp</groupId>
|
2010-12-01 14:39:57 +00:00
|
|
|
<artifactId>jsp-api</artifactId>
|
2018-03-20 15:41:54 +01:00
|
|
|
<version>2.1</version>
|
2010-12-01 14:39:57 +00:00
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2011-03-03 07:28:33 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>taglibs</groupId>
|
|
|
|
|
<artifactId>request</artifactId>
|
|
|
|
|
<version>1.0.1</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tomcat</groupId>
|
2018-12-31 01:16:24 -05:00
|
|
|
<artifactId>tomcat-juli</artifactId>
|
2020-04-18 18:40:21 -04:00
|
|
|
<version>8.5.53</version>
|
2011-03-03 07:28:33 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
2010-12-30 07:03:51 +00:00
|
|
|
<!-- Commons -->
|
2011-01-01 20:43:24 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
|
<artifactId>commons-logging</artifactId>
|
2024-09-30 01:11:56 +00:00
|
|
|
<version>1.3.4</version>
|
2011-01-01 20:43:24 +00:00
|
|
|
</dependency>
|
2011-03-26 10:56:56 +00:00
|
|
|
<dependency>
|
2016-10-01 10:06:00 +02:00
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-collections4</artifactId>
|
2025-09-15 01:34:36 +00:00
|
|
|
<version>4.5.0</version>
|
2011-03-26 10:56:56 +00:00
|
|
|
</dependency>
|
2010-12-30 07:03:51 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-fileupload</groupId>
|
|
|
|
|
<artifactId>commons-fileupload</artifactId>
|
2025-09-10 07:35:21 +02:00
|
|
|
<version>1.6.0</version>
|
2010-12-30 07:03:51 +00:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
|
<artifactId>commons-io</artifactId>
|
2024-01-27 11:09:42 +01:00
|
|
|
<version>2.15.1</version>
|
2010-12-30 07:03:51 +00:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2012-02-23 08:40:53 +00:00
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
2024-10-21 01:48:04 +00:00
|
|
|
<version>3.17.0</version>
|
2010-12-30 07:03:51 +00:00
|
|
|
</dependency>
|
2018-02-05 21:15:17 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-text</artifactId>
|
2024-04-25 08:25:09 +02:00
|
|
|
<version>1.12.0</version>
|
2018-02-05 21:15:17 +02:00
|
|
|
</dependency>
|
2010-12-30 07:03:51 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-el</groupId>
|
|
|
|
|
<artifactId>commons-el</artifactId>
|
|
|
|
|
<version>1.0</version>
|
|
|
|
|
</dependency>
|
2011-03-03 07:28:33 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-jci-fam</artifactId>
|
2015-11-12 20:45:21 +01:00
|
|
|
<version>1.1</version>
|
2011-03-03 07:28:33 +00:00
|
|
|
<optional>true</optional>
|
|
|
|
|
</dependency>
|
2015-11-12 20:45:21 +01:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-beanutils</groupId>
|
|
|
|
|
<artifactId>commons-beanutils</artifactId>
|
2019-09-02 12:18:23 +02:00
|
|
|
<version>1.9.4</version>
|
2015-11-12 20:45:21 +01:00
|
|
|
</dependency>
|
2016-11-16 07:31:05 +01:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-validator</groupId>
|
|
|
|
|
<artifactId>commons-validator</artifactId>
|
2024-06-10 01:57:26 +00:00
|
|
|
<version>1.9.0</version>
|
2016-11-16 07:31:05 +01:00
|
|
|
</dependency>
|
2010-12-30 07:03:51 +00:00
|
|
|
|
|
|
|
|
<!-- Mocks for unit testing (by Spring) -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-core</artifactId>
|
2018-01-06 10:13:59 +01:00
|
|
|
<version>${spring.platformVersion}</version>
|
2010-12-30 07:03:51 +00:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-context</artifactId>
|
2018-01-06 10:13:59 +01:00
|
|
|
<version>${spring.platformVersion}</version>
|
2010-12-30 07:03:51 +00:00
|
|
|
</dependency>
|
2011-01-01 20:43:24 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-aop</artifactId>
|
2018-01-06 10:13:59 +01:00
|
|
|
<version>${spring.platformVersion}</version>
|
2011-01-01 20:43:24 +00:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-aspects</artifactId>
|
2018-01-06 10:13:59 +01:00
|
|
|
<version>${spring.platformVersion}</version>
|
2011-01-01 20:43:24 +00:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-beans</artifactId>
|
2018-01-06 10:13:59 +01:00
|
|
|
<version>${spring.platformVersion}</version>
|
2011-01-01 20:43:24 +00:00
|
|
|
</dependency>
|
2010-12-30 07:03:51 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-test</artifactId>
|
2018-01-06 10:13:59 +01:00
|
|
|
<version>${spring.platformVersion}</version>
|
2011-01-01 20:43:24 +00:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-context-support</artifactId>
|
2018-01-06 10:13:59 +01:00
|
|
|
<version>${spring.platformVersion}</version>
|
2011-01-01 20:43:24 +00:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-web</artifactId>
|
2018-01-06 10:13:59 +01:00
|
|
|
<version>${spring.platformVersion}</version>
|
2010-12-30 07:03:51 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>mockobjects</groupId>
|
|
|
|
|
<artifactId>mockobjects-core</artifactId>
|
|
|
|
|
<version>0.09</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>mockobjects</groupId>
|
|
|
|
|
<artifactId>mockobjects-jdk1.3</artifactId>
|
|
|
|
|
<version>0.09</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>mockobjects</groupId>
|
|
|
|
|
<artifactId>mockobjects-alt-jdk1.3</artifactId>
|
|
|
|
|
<version>0.09</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>mockobjects</groupId>
|
|
|
|
|
<artifactId>mockobjects-alt-jdk1.3-j2ee1.3</artifactId>
|
|
|
|
|
<version>0.09</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>mockobjects</groupId>
|
|
|
|
|
<artifactId>mockobjects-jdk1.3-j2ee1.3</artifactId>
|
|
|
|
|
<version>0.09</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-10-15 23:37:13 +11:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.sourceforge.htmlunit</groupId>
|
|
|
|
|
<artifactId>htmlunit</artifactId>
|
|
|
|
|
<version>2.70.0</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2010-12-30 07:03:51 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>jmock</groupId>
|
|
|
|
|
<artifactId>jmock</artifactId>
|
2011-06-26 09:53:13 +00:00
|
|
|
<version>1.2.0</version>
|
2010-12-30 07:03:51 +00:00
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2013-09-04 06:50:12 +00:00
|
|
|
<dependency>
|
2018-11-19 08:05:01 +01:00
|
|
|
<groupId>org.assertj</groupId>
|
|
|
|
|
<artifactId>assertj-core</artifactId>
|
2024-09-09 01:41:13 +00:00
|
|
|
<version>3.26.3</version>
|
2013-09-04 06:50:12 +00:00
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2014-08-05 09:37:44 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mockito</groupId>
|
2018-11-19 08:05:01 +01:00
|
|
|
<artifactId>mockito-core</artifactId>
|
2022-03-04 12:52:33 +01:00
|
|
|
<version>4.3.1</version>
|
2014-08-05 09:37:44 +02:00
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2010-12-30 07:03:51 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>jmock</groupId>
|
|
|
|
|
<artifactId>jmock-cglib</artifactId>
|
2011-06-26 09:53:13 +00:00
|
|
|
<version>1.2.0</version>
|
2010-12-30 07:03:51 +00:00
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2013-01-10 16:26:26 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
2019-10-15 10:38:30 +02:00
|
|
|
<version>${slf4j.version}</version>
|
2013-01-10 16:26:26 +00:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
2019-10-15 10:38:30 +02:00
|
|
|
<version>${slf4j.version}</version>
|
2015-04-18 12:29:13 +02:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
|
<artifactId>log4j-api</artifactId>
|
2015-05-01 11:19:51 +02:00
|
|
|
<version>${log4j2.version}</version>
|
2013-01-10 16:26:26 +00:00
|
|
|
</dependency>
|
2023-08-19 11:51:58 +10:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
|
<artifactId>log4j-core</artifactId>
|
|
|
|
|
<version>${log4j2.version}</version>
|
|
|
|
|
</dependency>
|
2022-10-01 16:48:18 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
|
<artifactId>log4j-jcl</artifactId>
|
|
|
|
|
<version>${log4j2.version}</version>
|
|
|
|
|
</dependency>
|
2023-08-19 11:51:58 +10:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
|
<artifactId>log4j-slf4j-impl</artifactId>
|
|
|
|
|
<version>${log4j2.version}</version>
|
|
|
|
|
</dependency>
|
2023-08-20 22:19:28 +10:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-compress</artifactId>
|
2025-09-15 01:36:18 +00:00
|
|
|
<version>1.28.0</version>
|
2023-08-20 22:19:28 +10:00
|
|
|
</dependency>
|
2013-01-10 16:26:26 +00:00
|
|
|
|
2010-12-30 07:03:51 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.testng</groupId>
|
|
|
|
|
<artifactId>testng</artifactId>
|
2023-05-09 19:01:11 +00:00
|
|
|
<version>7.5.1</version><!-- the latest version supporting Java 1.8 -->
|
2010-12-30 07:03:51 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.sf.oval</groupId>
|
|
|
|
|
<artifactId>oval</artifactId>
|
2021-10-04 10:42:24 +02:00
|
|
|
<version>3.2.1</version>
|
2010-12-30 07:03:51 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
2011-03-26 10:56:56 +00:00
|
|
|
<dependency>
|
2010-12-30 07:03:51 +00:00
|
|
|
<groupId>com.thoughtworks.xstream</groupId>
|
|
|
|
|
<artifactId>xstream</artifactId>
|
2023-08-01 10:11:29 +02:00
|
|
|
<version>1.4.20</version>
|
2021-04-06 08:00:49 +02:00
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>io.github.x-stream</groupId>
|
|
|
|
|
<artifactId>mxparser</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
2010-12-30 07:03:51 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
2021-04-06 08:00:49 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.github.x-stream</groupId>
|
|
|
|
|
<artifactId>mxparser</artifactId>
|
|
|
|
|
<version>1.2.1</version>
|
|
|
|
|
</dependency>
|
2010-12-30 07:03:51 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.persistence</groupId>
|
|
|
|
|
<artifactId>persistence-api</artifactId>
|
2018-11-20 21:55:51 +01:00
|
|
|
<version>1.0.2</version>
|
2011-03-26 10:56:56 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
|
|
|
<artifactId>jetty</artifactId>
|
2018-11-12 19:58:15 -05:00
|
|
|
<version>6.1.26</version>
|
2011-03-26 10:56:56 +00:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
|
|
|
<artifactId>jsp-2.1</artifactId>
|
2018-11-12 19:58:15 -05:00
|
|
|
<version>6.1.26</version>
|
2010-12-30 07:03:51 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- Portlet -->
|
|
|
|
|
<dependency>
|
2011-06-26 09:53:13 +00:00
|
|
|
<groupId>javax.portlet</groupId>
|
2010-12-30 07:03:51 +00:00
|
|
|
<artifactId>portlet-api</artifactId>
|
2011-06-26 09:53:13 +00:00
|
|
|
<version>2.0</version>
|
2010-12-30 07:03:51 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
2017-09-19 09:19:42 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-core</artifactId>
|
2017-11-17 09:32:06 +01:00
|
|
|
<version>${jackson.version}</version>
|
2017-09-19 09:19:42 +02:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
2023-07-24 07:49:46 +02:00
|
|
|
<version>${jackson.version}</version>
|
2010-12-30 07:03:51 +00:00
|
|
|
</dependency>
|
2018-02-20 06:48:48 +01:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
|
|
|
|
<artifactId>jackson-dataformat-xml</artifactId>
|
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
|
</dependency>
|
2010-12-30 07:03:51 +00:00
|
|
|
|
2018-12-06 09:02:38 +01:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.juneau</groupId>
|
|
|
|
|
<artifactId>juneau-marshall</artifactId>
|
2020-04-18 18:40:21 -04:00
|
|
|
<version>8.1.3</version>
|
2018-12-06 09:02:38 +01:00
|
|
|
</dependency>
|
|
|
|
|
|
2011-09-19 07:02:17 +00:00
|
|
|
<!-- CDI & Weld -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.enterprise</groupId>
|
|
|
|
|
<artifactId>cdi-api</artifactId>
|
2020-04-18 18:40:21 -04:00
|
|
|
<version>1.2</version>
|
2011-09-19 07:02:17 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.jboss.weld</groupId>
|
|
|
|
|
<artifactId>weld-core</artifactId>
|
2022-09-17 09:40:38 +02:00
|
|
|
<version>2.4.8.Final</version>
|
2011-09-19 07:02:17 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
2020-04-18 18:40:21 -04:00
|
|
|
<groupId>org.jboss.weld.se</groupId>
|
2011-09-19 07:02:17 +00:00
|
|
|
<artifactId>weld-se</artifactId>
|
2022-09-17 09:40:38 +02:00
|
|
|
<version>2.4.8.Final</version>
|
2011-09-19 07:02:17 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
2013-01-20 19:52:55 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>xerces</groupId>
|
|
|
|
|
<artifactId>xercesImpl</artifactId>
|
2022-05-15 10:02:32 +00:00
|
|
|
<version>2.12.2</version>
|
2013-01-20 19:52:55 +00:00
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2010-11-28 21:07:51 +00:00
|
|
|
</dependencies>
|
2008-06-13 04:42:46 +00:00
|
|
|
</dependencyManagement>
|
2011-06-22 17:23:46 +00:00
|
|
|
|
2008-06-13 04:42:46 +00:00
|
|
|
</project>
|