2014-07-09 21:06:29 +02: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-11-14 08:31:12 +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/xsd/maven-4.0.0.xsd">
|
2014-07-09 21:06:29 +02:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
2014-09-21 12:50:30 +02:00
|
|
|
<parent>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
2022-10-01 16:48:18 +02:00
|
|
|
<artifactId>struts2-parent</artifactId>
|
2026-06-14 09:39:08 +02:00
|
|
|
<version>6.11.0-SNAPSHOT</version>
|
2014-09-21 12:50:30 +02:00
|
|
|
</parent>
|
|
|
|
|
|
2014-07-09 21:06:29 +02:00
|
|
|
<artifactId>struts2-bom</artifactId>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
|
|
<name>Struts 2 Bill of Materials</name>
|
|
|
|
|
<description>Struts 2 Bill of Materials</description>
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
</license>
|
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
|
|
<properties>
|
2026-06-14 09:39:08 +02:00
|
|
|
<struts-version.version>6.11.0-SNAPSHOT</struts-version.version>
|
2017-10-20 09:05:01 +02:00
|
|
|
<maven.site.skip>true</maven.site.skip>
|
|
|
|
|
<maven.site.deploy.skip>true</maven.site.deploy.skip>
|
2014-07-09 21:06:29 +02:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-core</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
2022-06-14 09:53:10 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-async-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
2015-05-27 20:56:17 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-bean-validation-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
2014-07-09 21:06:29 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-cdi-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-convention-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-config-browser-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-dwr-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-embeddedjsp-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-gxp-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-jasperreports-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-javatemplates-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-jfreechart-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-json-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-junit-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-osgi-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-oval-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-pell-multipart-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-plexus-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-portlet-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-portlet-tiles-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-rest-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-sitemesh-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-spring-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-testng-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-tiles-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
2022-06-14 09:53:10 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-velocity-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
2022-12-04 12:49:44 +01:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-xslt-plugin</artifactId>
|
|
|
|
|
<version>${struts-version.version}</version>
|
|
|
|
|
</dependency>
|
2014-07-09 21:06:29 +02:00
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
2021-12-19 12:50:28 +01:00
|
|
|
|
|
|
|
|
<scm>
|
2026-05-01 10:41:26 +02:00
|
|
|
<tag>STRUTS_6_9_0</tag>
|
2021-12-19 12:50:38 +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>
|
2021-12-19 12:50:28 +01:00
|
|
|
</scm>
|
2014-07-09 21:06:29 +02:00
|
|
|
</project>
|