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
|
|
|
|
|
* 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.
|
|
|
|
|
*/
|
|
|
|
|
-->
|
2014-12-31 14:53:04 +01: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 http://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>
|
2020-02-07 07:13:24 +01:00
|
|
|
<version>14</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>
|
2018-03-02 13:00:17 +01:00
|
|
|
<version>2.6-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>
|
2014-04-06 13:39:03 +02:00
|
|
|
<url>http://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>
|
2018-03-02 13:00:17 +01:00
|
|
|
<tag>HEAD</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>
|
2017-11-10 10:17:25 +01:00
|
|
|
<url>https://builds.apache.org/view/S-Z/view/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>
|
|
|
|
|
|
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>
|
|
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
|
|
|
<distribution>repo</distribution>
|
2014-12-31 14:53:04 +01: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>
|
|
|
|
|
<url>http://www.apache.org</url>
|
|
|
|
|
</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>
|
2019-01-12 18:28:53 +02:00
|
|
|
<java.version>1.8</java.version>
|
2017-10-20 09:04:40 +02:00
|
|
|
|
2019-10-15 10:39:56 +02:00
|
|
|
<!-- dependency versions in alphanumeric order -->
|
2019-11-18 21:32:44 +01:00
|
|
|
<asm.version>7.2</asm.version>
|
2019-11-18 21:32:28 +01:00
|
|
|
<jackson.version>2.10.1</jackson.version>
|
2019-10-15 10:39:56 +02:00
|
|
|
<log4j2.version>2.12.1</log4j2.version>
|
2019-10-01 14:57:46 +03:30
|
|
|
<ognl.version>3.2.12</ognl.version>
|
2019-11-18 21:31:45 +01:00
|
|
|
<slf4j.version>1.7.29</slf4j.version>
|
2019-10-15 10:39:56 +02:00
|
|
|
<spring.platformVersion>4.3.25.RELEASE</spring.platformVersion>
|
|
|
|
|
<tiles.version>3.0.8</tiles.version>
|
|
|
|
|
<tiles-request.version>1.0.7</tiles-request.version>
|
2013-02-01 20:12:37 +00:00
|
|
|
|
2017-10-20 09:04:40 +02:00
|
|
|
<!-- Site generation -->
|
2019-10-06 18:09:17 -04:00
|
|
|
<fluido-skin.version>1.8</fluido-skin.version>
|
2017-11-10 10:21:19 +01:00
|
|
|
|
|
|
|
|
<!-- Sonar -->
|
|
|
|
|
<sonar.host.url>https://builds.apache.org/analysis/</sonar.host.url>
|
2019-11-18 21:33:07 +01:00
|
|
|
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
|
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>
|
2017-10-21 08:43:58 +02:00
|
|
|
<profile>
|
|
|
|
|
<id>jdk9</id>
|
|
|
|
|
<activation>
|
2018-11-11 13:42:07 +01:00
|
|
|
<jdk>[9,)</jdk>
|
2017-10-21 08:43:58 +02:00
|
|
|
</activation>
|
2017-11-11 09:42:29 +01:00
|
|
|
<properties>
|
|
|
|
|
<!-- coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->
|
2018-11-19 08:05:01 +01:00
|
|
|
<!-- TODO delete coveralls.skip property after fix of https://github.com/cobertura/cobertura/issues/271 -->
|
2017-11-11 09:42:29 +01:00
|
|
|
<coveralls.skip>true</coveralls.skip>
|
|
|
|
|
</properties>
|
2017-10-21 08:43:58 +02:00
|
|
|
<build>
|
|
|
|
|
<pluginManagement>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
<configuration>
|
2018-11-19 08:05:01 +01:00
|
|
|
<!-- TODO delete forkCount=0 after fix of https://issues.apache.org/jira/browse/SUREFIRE-1588 -->
|
|
|
|
|
<forkCount>0</forkCount>
|
2017-10-21 08:43:58 +02:00
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</pluginManagement>
|
|
|
|
|
</build>
|
|
|
|
|
</profile>
|
2017-11-11 09:42:29 +01:00
|
|
|
<profile>
|
|
|
|
|
<id>travis-coveralls</id>
|
|
|
|
|
<build>
|
2018-12-31 19:21:49 +03:30
|
|
|
<pluginManagement>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<argLine>${argLine}</argLine>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-failsafe-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<argLine>${argLine}</argLine>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
|
|
|
<artifactId>jetty-maven-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<jvmArgs>${argLine}</jvmArgs>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</pluginManagement>
|
2017-11-11 09:42:29 +01:00
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
2018-12-31 19:21:49 +03:30
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
2019-10-15 09:45:19 +02:00
|
|
|
<version>0.8.4</version>
|
2018-12-31 19:21:49 +03:30
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>prepare-agent</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>prepare-agent</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>prepare-agent-integration</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>prepare-agent-integration</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
2017-11-11 09:42:29 +01:00
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.eluder.coveralls</groupId>
|
|
|
|
|
<artifactId>coveralls-maven-plugin</artifactId>
|
|
|
|
|
<version>4.3.0</version>
|
|
|
|
|
</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>
|
2018-11-18 13:44:29 +01:00
|
|
|
<version>3.0.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>
|
2015-06-07 11:54:46 +02:00
|
|
|
<argLine>-Duser.language=en -Duser.region=US</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>
|
|
|
|
|
<property>
|
|
|
|
|
<name>junit</name>
|
|
|
|
|
<value>false</value>
|
|
|
|
|
</property>
|
|
|
|
|
</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>
|
2018-11-15 21:51:14 +01:00
|
|
|
<version>3.2.2</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>
|
2018-11-18 20:46:13 +01:00
|
|
|
<version>3.5.0</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>
|
2018-11-15 21:51:39 +01:00
|
|
|
<version>3.1.1</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>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>attach-sources</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>jar</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
2017-10-21 17:47:32 +02:00
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<useMavenDefaultExcludes>true</useMavenDefaultExcludes>
|
|
|
|
|
<useIdeaDefaultExcludes>true</useIdeaDefaultExcludes>
|
|
|
|
|
<useDefaultExcludes>true</useDefaultExcludes>
|
|
|
|
|
<addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
|
2018-09-18 09:49:27 +02:00
|
|
|
<licenses>
|
|
|
|
|
<licens implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20"/>
|
|
|
|
|
</licenses>
|
|
|
|
|
<licenseFamilies>
|
|
|
|
|
<licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily"/>
|
|
|
|
|
</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>
|
2019-12-13 21:54:05 +01:00
|
|
|
<version>5.2.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>
|
|
|
|
|
<version>3.0.0-M2</version>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>enforce</id>
|
|
|
|
|
<configuration>
|
|
|
|
|
<rules>
|
|
|
|
|
<dependencyConvergence />
|
|
|
|
|
</rules>
|
|
|
|
|
</configuration>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>enforce</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</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>
|
2016-08-08 08:51:27 +02:00
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
<configuration>
|
2019-01-12 18:28:53 +02:00
|
|
|
<source>${java.version}</source>
|
|
|
|
|
<target>${java.version}</target>
|
2016-08-08 08:51:27 +02:00
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
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>
|
|
|
|
|
</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>
|
2008-12-23 21:52:06 +00:00
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
|
</plugin>
|
2013-02-01 20:12:37 +00:00
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
2019-12-27 09:59:56 +01:00
|
|
|
<version>3.8.2</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>
|
2019-12-27 09:59:56 +01:00
|
|
|
<version>1.9</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>
|
2019-12-27 09:59:56 +01:00
|
|
|
<version>1.9</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>
|
|
|
|
|
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
|
|
|
|
|
</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>
|
2018-11-12 19:58:15 -05:00
|
|
|
<version>2.7</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>
|
2015-10-06 08:21:23 +02:00
|
|
|
<version>1.0.6</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>
|
|
|
|
|
<artifactId>struts2-junit-plugin</artifactId>
|
|
|
|
|
<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
|
|
|
|
2010-12-30 07:03:51 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.freemarker</groupId>
|
|
|
|
|
<artifactId>freemarker</artifactId>
|
2018-05-28 00:18:36 +02:00
|
|
|
<version>2.3.28</version>
|
2010-12-30 07:03:51 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
2011-03-03 07:28:33 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
|
<artifactId>org.apache.felix.main</artifactId>
|
2018-11-12 19:58:15 -05:00
|
|
|
<version>4.6.1</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>
|
|
|
|
|
<version>2.4.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2010-12-30 07:03:51 +00:00
|
|
|
<!-- Velocity -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.velocity</groupId>
|
|
|
|
|
<artifactId>velocity</artifactId>
|
2016-01-20 17:32:12 -04:00
|
|
|
<version>1.7</version>
|
2010-12-30 07:03:51 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.velocity</groupId>
|
|
|
|
|
<artifactId>velocity-tools</artifactId>
|
2016-01-20 17:32:12 -04:00
|
|
|
<version>2.0</version>
|
2010-12-30 07:03:51 +00:00
|
|
|
<exclusions>
|
2012-12-09 09:45:55 +00:00
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
|
</exclusion>
|
2010-12-30 07:03:51 +00:00
|
|
|
<exclusion>
|
|
|
|
|
<groupId>struts</groupId>
|
|
|
|
|
<artifactId>struts</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>velocity</groupId>
|
|
|
|
|
<artifactId>velocity</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</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>
|
2010-12-01 14:39:57 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
|
<artifactId>junit</artifactId>
|
2015-06-07 20:59:42 +02:00
|
|
|
<version>4.12</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>
|
2018-11-12 19:58:15 -05:00
|
|
|
<version>3.5.1</version>
|
2010-12-01 14:39:57 +00:00
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
<artifactId>servlet-api</artifactId>
|
2018-03-20 15:41:54 +01:00
|
|
|
<version>2.5</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>
|
2018-11-12 19:58:15 -05:00
|
|
|
<version>3.0.1-b10</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>
|
|
|
|
|
<version>1.1.2</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tomcat</groupId>
|
2018-12-31 01:16:24 -05:00
|
|
|
<artifactId>tomcat-jasper</artifactId>
|
|
|
|
|
<version>8.5.37</version>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tomcat</groupId>
|
|
|
|
|
<artifactId>tomcat-api</artifactId>
|
|
|
|
|
<version>8.5.37</version>
|
2011-03-03 07:28:33 +00:00
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2016-01-12 10:13:38 +01:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tiles</groupId>
|
|
|
|
|
<artifactId>tiles-api</artifactId>
|
|
|
|
|
<version>${tiles.version}</version>
|
|
|
|
|
</dependency>
|
2011-03-26 10:56:56 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tiles</groupId>
|
|
|
|
|
<artifactId>tiles-core</artifactId>
|
2011-06-03 00:17:27 +00:00
|
|
|
<version>${tiles.version}</version>
|
2011-03-26 10:56:56 +00:00
|
|
|
</dependency>
|
2015-11-25 20:22:31 +01:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tiles</groupId>
|
|
|
|
|
<artifactId>tiles-servlet</artifactId>
|
|
|
|
|
<version>${tiles.version}</version>
|
|
|
|
|
</dependency>
|
2015-11-25 20:37:42 +01:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tiles</groupId>
|
2016-01-12 10:36:46 +01:00
|
|
|
<artifactId>tiles-request-portlet</artifactId>
|
|
|
|
|
<version>${tiles-request.version}</version>
|
2015-11-25 20:37:42 +01:00
|
|
|
</dependency>
|
2016-01-13 12:04:43 +01:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tiles</groupId>
|
|
|
|
|
<artifactId>tiles-request-api</artifactId>
|
|
|
|
|
<version>${tiles-request.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tiles</groupId>
|
|
|
|
|
<artifactId>tiles-request-jsp</artifactId>
|
|
|
|
|
<version>${tiles-request.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tiles</groupId>
|
|
|
|
|
<artifactId>tiles-request-servlet</artifactId>
|
|
|
|
|
<version>${tiles-request.version}</version>
|
|
|
|
|
</dependency>
|
2011-03-26 10:56:56 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tiles</groupId>
|
|
|
|
|
<artifactId>tiles-jsp</artifactId>
|
2011-06-03 00:17:27 +00:00
|
|
|
<version>${tiles.version}</version>
|
2015-11-25 20:22:31 +01:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tiles</groupId>
|
|
|
|
|
<artifactId>tiles-freemarker</artifactId>
|
|
|
|
|
<version>${tiles.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tiles</groupId>
|
|
|
|
|
<artifactId>tiles-ognl</artifactId>
|
|
|
|
|
<version>${tiles.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tiles</groupId>
|
|
|
|
|
<artifactId>tiles-el</artifactId>
|
|
|
|
|
<version>${tiles.version}</version>
|
2011-03-26 10:56:56 +00:00
|
|
|
</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>
|
|
|
|
|
<version>8.5.37</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>
|
2018-11-12 19:58:15 -05:00
|
|
|
<version>1.2</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>
|
2019-11-18 21:33:37 +01:00
|
|
|
<version>4.4</version>
|
2011-03-26 10:56:56 +00:00
|
|
|
</dependency>
|
2016-12-30 08:06:06 +01:00
|
|
|
<!-- it's a dependency of Velocity defined here to override the transitive one -->
|
|
|
|
|
<dependency>
|
2017-07-24 23:19:58 +02:00
|
|
|
<groupId>commons-collections</groupId>
|
2016-12-30 08:06:06 +01:00
|
|
|
<artifactId>commons-collections</artifactId>
|
|
|
|
|
<version>3.2.2</version>
|
|
|
|
|
</dependency>
|
2010-12-30 07:03:51 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-fileupload</groupId>
|
|
|
|
|
<artifactId>commons-fileupload</artifactId>
|
2018-12-29 17:05:16 +01:00
|
|
|
<version>1.4</version>
|
2010-12-30 07:03:51 +00:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
|
<artifactId>commons-io</artifactId>
|
2018-11-12 19:58:15 -05:00
|
|
|
<version>2.6</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>
|
2019-11-18 21:34:00 +01:00
|
|
|
<version>3.9</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>
|
2019-11-18 21:34:23 +01:00
|
|
|
<version>1.8</version>
|
2018-02-05 21:15:17 +02:00
|
|
|
</dependency>
|
2011-03-03 07:28:33 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-digester</groupId>
|
2015-06-17 08:04:13 +02:00
|
|
|
<artifactId>commons-digester</artifactId>
|
2015-06-16 20:52:26 +02:00
|
|
|
<version>2.1</version>
|
2011-03-03 07:28:33 +00: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>
|
2018-11-12 19:58:15 -05:00
|
|
|
<version>1.6</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-webmvc-portlet</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>
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
<version>2.9.1</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>
|
|
|
|
|
<version>2.23.0</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>
|
|
|
|
|
|
2010-12-30 07:03:51 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.testng</groupId>
|
|
|
|
|
<artifactId>testng</artifactId>
|
2016-11-12 18:09:10 +01:00
|
|
|
<version>5.14.10</version>
|
2010-12-30 07:03:51 +00:00
|
|
|
<scope>compile</scope>
|
|
|
|
|
<optional>true</optional>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.sf.oval</groupId>
|
|
|
|
|
<artifactId>oval</artifactId>
|
2018-11-12 19:58:15 -05:00
|
|
|
<version>1.90</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>
|
2018-11-12 19:58:15 -05:00
|
|
|
<version>1.4.11.1</version>
|
2010-12-30 07:03:51 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<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>
|
2019-10-06 18:09:17 -04: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
|
|
|
|
2019-09-06 10:15:12 +02:00
|
|
|
<!-- FIXME: Workaround for jackson-dataformat-xml issue #340 of forgetting to update stax2-api -->
|
|
|
|
|
<!-- https://github.com/FasterXML/jackson-dataformat-xml/issues/340 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.codehaus.woodstox</groupId>
|
|
|
|
|
<artifactId>stax2-api</artifactId>
|
2019-10-06 18:09:17 -04:00
|
|
|
<version>4.2</version>
|
2019-09-06 10:15:12 +02:00
|
|
|
</dependency>
|
|
|
|
|
|
2018-12-06 09:02:38 +01:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.juneau</groupId>
|
|
|
|
|
<artifactId>juneau-marshall</artifactId>
|
|
|
|
|
<version>7.2.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2011-09-19 07:02:17 +00:00
|
|
|
<!-- CDI & Weld -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.enterprise</groupId>
|
|
|
|
|
<artifactId>cdi-api</artifactId>
|
2018-11-12 19:58:15 -05:00
|
|
|
<version>1.0-SP4</version>
|
2011-09-19 07:02:17 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.jboss.weld</groupId>
|
|
|
|
|
<artifactId>weld-core</artifactId>
|
2018-11-12 19:58:15 -05:00
|
|
|
<version>1.0.1-SP4</version>
|
2011-09-19 07:02:17 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.jboss.weld</groupId>
|
|
|
|
|
<artifactId>weld-se</artifactId>
|
|
|
|
|
<version>1.0.1-Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2013-01-20 19:52:55 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>xerces</groupId>
|
|
|
|
|
<artifactId>xercesImpl</artifactId>
|
2018-11-12 19:58:15 -05:00
|
|
|
<version>2.12.0</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>
|