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>
|
2023-09-11 13:32:23 +02:00
|
|
|
<version>6.2.0-SNAPSHOT</version>
|
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>
|
|
|
|
|
<module>dwr</module>
|
|
|
|
|
<module>embeddedjsp</module>
|
|
|
|
|
<module>gxp</module>
|
2006-09-27 05:59:22 +00:00
|
|
|
<module>jasperreports</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>osgi</module>
|
|
|
|
|
<module>oval</module>
|
2006-10-09 03:19:57 +00:00
|
|
|
<module>pell-multipart</module>
|
2006-09-29 06:07:49 +00:00
|
|
|
<module>plexus</module>
|
2014-12-02 12:41:06 +01:00
|
|
|
<module>portlet</module>
|
2020-03-28 11:48:06 -04:00
|
|
|
<module>portlet-mocks</module>
|
2014-12-02 12:41:06 +01:00
|
|
|
<module>portlet-tiles</module>
|
|
|
|
|
<module>rest</module>
|
2006-09-29 06:07:49 +00:00
|
|
|
<module>sitemesh</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>
|
|
|
|
|
</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>
|
2006-09-27 05:59:22 +00:00
|
|
|
|
2006-09-24 02:27:41 +00:00
|
|
|
<dependency>
|
2006-09-27 05:59:22 +00:00
|
|
|
<groupId>javax.servlet</groupId>
|
2022-05-14 09:12:42 +02:00
|
|
|
<artifactId>javax.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>
|