2006-09-24 02:27:41 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2007-07-29 15:55:59 +00: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.
|
|
|
|
|
*/
|
|
|
|
|
-->
|
2008-04-17 10:01:30 +00: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-09-24 02:27:41 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-parent</artifactId>
|
2026-06-26 07:18:26 +02:00
|
|
|
<version>7.2.2-SNAPSHOT</version>
|
2025-02-25 12:57:47 +11:00
|
|
|
<relativePath>../parent/pom.xml</relativePath>
|
2006-09-24 02:27:41 +00:00
|
|
|
</parent>
|
2013-05-20 07:29:24 +00:00
|
|
|
|
2006-09-27 05:59:22 +00:00
|
|
|
<artifactId>struts2-plugins</artifactId>
|
|
|
|
|
<packaging>pom</packaging>
|
2018-12-14 12:48:54 +01:00
|
|
|
<name>Struts 2 Plugins</name>
|
2006-11-03 10:41:55 +00:00
|
|
|
|
2006-09-27 05:59:22 +00:00
|
|
|
<modules>
|
2019-11-25 09:33:05 +01:00
|
|
|
<module>async</module>
|
2015-05-26 20:39:30 +02:00
|
|
|
<module>bean-validation</module>
|
2014-12-02 12:41:06 +01:00
|
|
|
<module>cdi</module>
|
2006-10-09 03:19:57 +00:00
|
|
|
<module>config-browser</module>
|
2014-12-02 12:41:06 +01:00
|
|
|
<module>convention</module>
|
2006-09-27 05:59:22 +00:00
|
|
|
<module>jasperreports</module>
|
2025-03-06 06:50:38 +01:00
|
|
|
<module>jasperreports7</module>
|
2014-12-02 12:41:06 +01:00
|
|
|
<module>javatemplates</module>
|
2006-09-27 05:59:22 +00:00
|
|
|
<module>jfreechart</module>
|
2014-12-02 12:41:06 +01:00
|
|
|
<module>json</module>
|
|
|
|
|
<module>junit</module>
|
|
|
|
|
<module>rest</module>
|
2006-11-14 12:15:13 +00:00
|
|
|
<module>spring</module>
|
2008-04-11 06:07:13 +00:00
|
|
|
<module>testng</module>
|
2014-12-02 12:41:06 +01:00
|
|
|
<module>tiles</module>
|
2019-11-25 09:33:05 +01:00
|
|
|
<module>velocity</module>
|
2022-12-04 12:49:44 +01:00
|
|
|
<module>xslt</module>
|
2006-09-27 05:59:22 +00:00
|
|
|
</modules>
|
2007-02-07 13:23:42 +00:00
|
|
|
|
2006-09-24 02:27:41 +00:00
|
|
|
<dependencies>
|
2006-09-27 05:59:22 +00:00
|
|
|
|
2006-09-24 02:27:41 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-core</artifactId>
|
2023-08-18 21:45:04 +10:00
|
|
|
<scope>provided</scope>
|
2006-09-24 02:27:41 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
2006-09-27 05:59:22 +00:00
|
|
|
<!-- Test dependencies -->
|
2006-09-24 02:27:41 +00:00
|
|
|
<dependency>
|
2006-09-27 05:59:22 +00:00
|
|
|
<groupId>junit</groupId>
|
|
|
|
|
<artifactId>junit</artifactId>
|
2011-03-13 12:04:54 +00:00
|
|
|
<scope>test</scope>
|
2006-09-24 02:27:41 +00:00
|
|
|
</dependency>
|
2023-08-20 20:38:35 +10:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.assertj</groupId>
|
|
|
|
|
<artifactId>assertj-core</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2023-08-18 21:45:27 +10:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2006-09-27 05:59:22 +00:00
|
|
|
|
2023-08-19 11:51:58 +10:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
|
<artifactId>log4j-core</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-08-18 22:17:11 +10:00
|
|
|
<dependency>
|
2023-10-18 13:06:44 -05:00
|
|
|
<groupId>jakarta.servlet.jsp</groupId>
|
2023-11-27 08:21:57 -06:00
|
|
|
<artifactId>jakarta.servlet.jsp-api</artifactId>
|
2023-08-18 22:17:11 +10:00
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
2006-09-24 02:27:41 +00:00
|
|
|
<dependency>
|
2023-10-18 13:06:44 -05:00
|
|
|
<groupId>jakarta.servlet</groupId>
|
2023-11-27 08:21:57 -06:00
|
|
|
<artifactId>jakarta.servlet-api</artifactId>
|
2006-09-27 05:59:22 +00:00
|
|
|
<scope>provided</scope>
|
2006-09-24 02:27:41 +00:00
|
|
|
</dependency>
|
2006-09-27 05:59:22 +00:00
|
|
|
|
2006-09-24 02:27:41 +00:00
|
|
|
</dependencies>
|
2007-02-07 13:23:42 +00:00
|
|
|
|
2013-10-23 10:56:53 +00:00
|
|
|
<properties>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
</properties>
|
2006-09-24 02:27:41 +00:00
|
|
|
</project>
|