[maven-release-plugin] prepare release STRUTS_2_5_18
diff --git a/apps/pom.xml b/apps/pom.xml
index 3fd4292..dc79a97 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -1,107 +1,107 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-parent</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-    <artifactId>struts2-apps</artifactId>

-    <packaging>pom</packaging>

-    <name>Struts 2 Webapps</name>

-    <modules>

-        <module>showcase</module>

-        <module>rest-showcase</module>

-    </modules>

-

-    <properties>

-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-

-        <maven.site.skip>true</maven.site.skip>

-        <maven.site.deploy.skip>true</maven.site.deploy.skip>

-    </properties>

-

-    <build>

-        <plugins>

-            <!-- Include source code under WEB-INF/src/java -->

-            <plugin>

-                <artifactId>maven-antrun-plugin</artifactId>

-                <executions>

-                    <execution>

-                        <id>copy-sources</id>

-                        <phase>process-sources</phase>

-                        <configuration>

-                            <target>

-                                <copy todir="${project.build.directory}/${project.artifactId}/WEB-INF/src/java" failonerror="false">

-                                    <fileset dir="${basedir}/src/main/java" />

-                                </copy>

-                                <copy todir="${project.build.directory}/${project.artifactId}/WEB-INF/src/java" failonerror="false">

-                                    <fileset dir="${basedir}/src/main/resources" />

-                                </copy>

-                            </target>

-                        </configuration>

-                        <goals>

-                            <goal>run</goal>

-                        </goals>

-                    </execution>

-                </executions>

-            </plugin>

-            <plugin>

-                <groupId>org.apache.maven.plugins</groupId>

-                <artifactId>maven-war-plugin</artifactId>

-                <configuration>

-                    <webResources>

-                        <resource>

-                            <directory>${basedir}/src/main/resources</directory>

-                            <targetPath>META-INF</targetPath>

-                            <includes>

-                                <include>LICENSE.txt</include>

-                                <include>NOTICE.txt</include>

-                            </includes>

-                        </resource>

-                    </webResources>

-                    <warSourceExcludes>WEB-INF/classes/LICENSE.txt,WEB-INF/classes/NOTICE.txt</warSourceExcludes>

-                </configuration>

-            </plugin>

-        </plugins>

-

-        <finalName>${project.artifactId}</finalName>

-

-    </build>

-

-    <dependencies>

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-core</artifactId>

-            <version>${project.version}</version>

-        </dependency>

-

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-test</artifactId>

-            <version>${spring.platformVersion}</version>

-            <scope>test</scope>

-        </dependency>

-    </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-parent</artifactId>
+        <version>2.5.18</version>
+    </parent>
+    <artifactId>struts2-apps</artifactId>
+    <packaging>pom</packaging>
+    <name>Struts 2 Webapps</name>
+    <modules>
+        <module>showcase</module>
+        <module>rest-showcase</module>
+    </modules>
+
+    <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+        <maven.site.skip>true</maven.site.skip>
+        <maven.site.deploy.skip>true</maven.site.deploy.skip>
+    </properties>
+
+    <build>
+        <plugins>
+            <!-- Include source code under WEB-INF/src/java -->
+            <plugin>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>copy-sources</id>
+                        <phase>process-sources</phase>
+                        <configuration>
+                            <target>
+                                <copy todir="${project.build.directory}/${project.artifactId}/WEB-INF/src/java" failonerror="false">
+                                    <fileset dir="${basedir}/src/main/java" />
+                                </copy>
+                                <copy todir="${project.build.directory}/${project.artifactId}/WEB-INF/src/java" failonerror="false">
+                                    <fileset dir="${basedir}/src/main/resources" />
+                                </copy>
+                            </target>
+                        </configuration>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-war-plugin</artifactId>
+                <configuration>
+                    <webResources>
+                        <resource>
+                            <directory>${basedir}/src/main/resources</directory>
+                            <targetPath>META-INF</targetPath>
+                            <includes>
+                                <include>LICENSE.txt</include>
+                                <include>NOTICE.txt</include>
+                            </includes>
+                        </resource>
+                    </webResources>
+                    <warSourceExcludes>WEB-INF/classes/LICENSE.txt,WEB-INF/classes/NOTICE.txt</warSourceExcludes>
+                </configuration>
+            </plugin>
+        </plugins>
+
+        <finalName>${project.artifactId}</finalName>
+
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-core</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-test</artifactId>
+            <version>${spring.platformVersion}</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+</project>
diff --git a/apps/rest-showcase/pom.xml b/apps/rest-showcase/pom.xml
index 56653cb..371a2b1 100644
--- a/apps/rest-showcase/pom.xml
+++ b/apps/rest-showcase/pom.xml
@@ -1,139 +1,139 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-apps</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-rest-showcase</artifactId>

-    <packaging>war</packaging>

-    <version>2.5.18-SNAPSHOT</version>

-    <name>Struts 2 Rest Showcase Webapp</name>

-    <description>Struts 2 Rest Showcase Example</description>

-

-    <dependencies>

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-rest-plugin</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-convention-plugin</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-config-browser-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>com.fasterxml.jackson.dataformat</groupId>

-            <artifactId>jackson-dataformat-xml</artifactId>

-        </dependency>

-

-        <!-- Logging -->

-        <dependency>

-            <groupId>org.apache.logging.log4j</groupId>

-            <artifactId>log4j-api</artifactId>

-            <version>${log4j2.version}</version>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.logging.log4j</groupId>

-            <artifactId>log4j-core</artifactId>

-            <version>${log4j2.version}</version>

-        </dependency>

-

-        <dependency>

-            <groupId>junit</groupId>

-            <artifactId>junit</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>net.sourceforge.jwebunit</groupId>

-            <artifactId>jwebunit-core</artifactId>

-            <version>1.4.1</version>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>commons-httpclient</groupId>

-            <artifactId>commons-httpclient</artifactId>

-            <version>3.1</version>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>net.sourceforge.jwebunit</groupId>

-            <artifactId>jwebunit-htmlunit-plugin</artifactId>

-            <version>1.4.1</version>

-            <scope>test</scope>

-            <exclusions>

-                <exclusion>

-                    <groupId>xom</groupId>

-                    <artifactId>xom</artifactId>

-                </exclusion>

-            </exclusions>

-        </dependency>

-

-    </dependencies>

-

-    <build>

-        <finalName>struts2-rest-showcase</finalName>

-        <plugins>

-            <plugin>

-                <groupId>org.mortbay.jetty</groupId>

-                <artifactId>jetty-maven-plugin</artifactId>

-                <version>8.1.16.v20140903</version>

-                <configuration>

-                    <stopKey>CTRL+C</stopKey>

-                    <stopPort>8999</stopPort>

-                    <systemProperties>

-                        <systemProperty>

-                            <name>xwork.loggerFactory</name>

-                            <value>com.opensymphony.xwork2.util.logging.log4j2.Log4j2LoggerFactory</value>

-                        </systemProperty>

-                    </systemProperties>

-                    <scanIntervalSeconds>10</scanIntervalSeconds>

-                    <webAppSourceDirectory>${basedir}/src/main/webapp/</webAppSourceDirectory>

-                    <webAppConfig>

-                        <contextPath>/struts2-rest-showcase</contextPath>

-                        <descriptor>${basedir}/src/main/webapp/WEB-INF/web.xml</descriptor>

-                    </webAppConfig>

-                </configuration>

-            </plugin>

-            <plugin>

-                <artifactId>maven-surefire-plugin</artifactId>

-                <configuration>

-                    <excludes>

-                        <exclude>it/**</exclude>

-                        <exclude>**/*$*</exclude>

-                    </excludes>

-                </configuration>

-            </plugin>

-        </plugins>

-    </build>

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-apps</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-rest-showcase</artifactId>
+    <packaging>war</packaging>
+    <version>2.5.18</version>
+    <name>Struts 2 Rest Showcase Webapp</name>
+    <description>Struts 2 Rest Showcase Example</description>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-rest-plugin</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-convention-plugin</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-config-browser-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>com.fasterxml.jackson.dataformat</groupId>
+            <artifactId>jackson-dataformat-xml</artifactId>
+        </dependency>
+
+        <!-- Logging -->
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-api</artifactId>
+            <version>${log4j2.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-core</artifactId>
+            <version>${log4j2.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>net.sourceforge.jwebunit</groupId>
+            <artifactId>jwebunit-core</artifactId>
+            <version>1.4.1</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>commons-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+            <version>3.1</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>net.sourceforge.jwebunit</groupId>
+            <artifactId>jwebunit-htmlunit-plugin</artifactId>
+            <version>1.4.1</version>
+            <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>xom</groupId>
+                    <artifactId>xom</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
+    </dependencies>
+
+    <build>
+        <finalName>struts2-rest-showcase</finalName>
+        <plugins>
+            <plugin>
+                <groupId>org.mortbay.jetty</groupId>
+                <artifactId>jetty-maven-plugin</artifactId>
+                <version>8.1.16.v20140903</version>
+                <configuration>
+                    <stopKey>CTRL+C</stopKey>
+                    <stopPort>8999</stopPort>
+                    <systemProperties>
+                        <systemProperty>
+                            <name>xwork.loggerFactory</name>
+                            <value>com.opensymphony.xwork2.util.logging.log4j2.Log4j2LoggerFactory</value>
+                        </systemProperty>
+                    </systemProperties>
+                    <scanIntervalSeconds>10</scanIntervalSeconds>
+                    <webAppSourceDirectory>${basedir}/src/main/webapp/</webAppSourceDirectory>
+                    <webAppConfig>
+                        <contextPath>/struts2-rest-showcase</contextPath>
+                        <descriptor>${basedir}/src/main/webapp/WEB-INF/web.xml</descriptor>
+                    </webAppConfig>
+                </configuration>
+            </plugin>
+            <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>it/**</exclude>
+                        <exclude>**/*$*</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml
index 1a5bc41..53a94cb 100644
--- a/apps/showcase/pom.xml
+++ b/apps/showcase/pom.xml
@@ -1,240 +1,240 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-apps</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-showcase</artifactId>

-    <packaging>war</packaging>

-    <name>Struts 2 Showcase Webapp</name>

-

-    <profiles>

-        <profile>

-            <id>hostedqa</id>

-            <properties>

-                <resourceId>12</resourceId>

-                <suiteId>9</suiteId>

-                <clientConfigs>8</clientConfigs>

-                <appConfigs>7</appConfigs>

-            </properties>

-        </profile>

-    </profiles>

-    <dependencies>

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-config-browser-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-sitemesh-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-tiles-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-dwr-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-json-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.tiles</groupId>

-            <artifactId>tiles-jsp</artifactId>

-            <scope>runtime</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-convention-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-spring-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-bean-validation-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>servlet-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-

-        <!-- Logging -->

-        <dependency>

-            <groupId>org.apache.logging.log4j</groupId>

-            <artifactId>log4j-api</artifactId>

-            <version>${log4j2.version}</version>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.logging.log4j</groupId>

-            <artifactId>log4j-core</artifactId>

-            <version>${log4j2.version}</version>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.logging.log4j</groupId>

-            <artifactId>log4j-jcl</artifactId>

-            <version>${log4j2.version}</version>

-        </dependency>

-

-        <!-- Velocity -->

-        <dependency>

-            <groupId>org.apache.velocity</groupId>

-            <artifactId>velocity</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.velocity</groupId>

-            <artifactId>velocity-tools</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>opensymphony</groupId>

-            <artifactId>sitemesh</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>uk.ltd.getahead</groupId>

-            <artifactId>dwr</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>commons-fileupload</groupId>

-            <artifactId>commons-fileupload</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>net.sourceforge.jwebunit</groupId>

-            <artifactId>jwebunit-core</artifactId>

-            <version>1.4.1</version>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>commons-httpclient</groupId>

-            <artifactId>commons-httpclient</artifactId>

-            <version>3.1</version>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>net.sourceforge.jwebunit</groupId>

-            <artifactId>jwebunit-htmlunit-plugin</artifactId>

-            <version>1.4.1</version>

-            <scope>test</scope>

-            <exclusions>

-                <exclusion>

-                    <groupId>xom</groupId>

-                    <artifactId>xom</artifactId>

-                </exclusion>

-            </exclusions>

-        </dependency>

-

-        <!-- BeanValidation Example -->

-        <dependency>

-            <groupId>org.hibernate</groupId>

-            <artifactId>hibernate-validator</artifactId>

-            <version>5.1.3.Final</version>

-        </dependency>

-

-        <!-- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher.

-           This is only necessary in tests-->

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>javax.servlet-api</artifactId>

-            <version>3.1.0</version>

-            <scope>test</scope>

-        </dependency>

-

-    </dependencies>

-

-    <build>

-        <plugins>

-            <plugin>

-                <groupId>org.mortbay.jetty</groupId>

-                <artifactId>jetty-maven-plugin</artifactId>

-                <version>8.1.16.v20140903</version>

-                <configuration>

-                    <stopKey>CTRL+C</stopKey>

-                    <stopPort>8999</stopPort>

-                    <systemProperties>

-                        <systemProperty>

-                            <name>log4j.configuration</name>

-                            <value>file:${basedir}/src/main/resources/log4j.properties</value>

-                        </systemProperty>

-                        <systemProperty>

-                            <name>slf4j</name>

-                            <value>false</value>

-                        </systemProperty>

-                    </systemProperties>

-                    <scanIntervalSeconds>10</scanIntervalSeconds>

-                    <webAppSourceDirectory>${basedir}/src/main/webapp/</webAppSourceDirectory>

-                    <webAppConfig>

-                        <contextPath>/struts2-showcase</contextPath>

-                        <descriptor>${basedir}/src/main/webapp/WEB-INF/web.xml</descriptor>

-                    </webAppConfig>

-                </configuration>

-             </plugin>

-

-            <plugin>

-                <artifactId>maven-surefire-plugin</artifactId>

-                <configuration>

-                    <excludes>

-                        <exclude>it/**</exclude>

-                        <exclude>**/*$*</exclude>

-                    </excludes>

-                </configuration>

-            </plugin>

-        </plugins>

-

-        <resources>

-            <!-- Include resources under src/main/java in WEB-INF/classes -->

-            <resource>

-                <directory>src/main/resources</directory>

-            </resource>

-            <resource>

-                <directory>src/main/java</directory>

-                <includes>

-                    <include>**/*.java</include>

-                </includes>

-            </resource>

-        </resources>

-

-    </build>

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-apps</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-showcase</artifactId>
+    <packaging>war</packaging>
+    <name>Struts 2 Showcase Webapp</name>
+
+    <profiles>
+        <profile>
+            <id>hostedqa</id>
+            <properties>
+                <resourceId>12</resourceId>
+                <suiteId>9</suiteId>
+                <clientConfigs>8</clientConfigs>
+                <appConfigs>7</appConfigs>
+            </properties>
+        </profile>
+    </profiles>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-config-browser-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-sitemesh-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-tiles-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-dwr-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-json-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tiles</groupId>
+            <artifactId>tiles-jsp</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-convention-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-spring-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-bean-validation-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <!-- Logging -->
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-api</artifactId>
+            <version>${log4j2.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-core</artifactId>
+            <version>${log4j2.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-jcl</artifactId>
+            <version>${log4j2.version}</version>
+        </dependency>
+
+        <!-- Velocity -->
+        <dependency>
+            <groupId>org.apache.velocity</groupId>
+            <artifactId>velocity</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.velocity</groupId>
+            <artifactId>velocity-tools</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>opensymphony</groupId>
+            <artifactId>sitemesh</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>uk.ltd.getahead</groupId>
+            <artifactId>dwr</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-fileupload</groupId>
+            <artifactId>commons-fileupload</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>net.sourceforge.jwebunit</groupId>
+            <artifactId>jwebunit-core</artifactId>
+            <version>1.4.1</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+            <version>3.1</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>net.sourceforge.jwebunit</groupId>
+            <artifactId>jwebunit-htmlunit-plugin</artifactId>
+            <version>1.4.1</version>
+            <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>xom</groupId>
+                    <artifactId>xom</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
+        <!-- BeanValidation Example -->
+        <dependency>
+            <groupId>org.hibernate</groupId>
+            <artifactId>hibernate-validator</artifactId>
+            <version>5.1.3.Final</version>
+        </dependency>
+
+        <!-- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher.
+           This is only necessary in tests-->
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <version>3.1.0</version>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.mortbay.jetty</groupId>
+                <artifactId>jetty-maven-plugin</artifactId>
+                <version>8.1.16.v20140903</version>
+                <configuration>
+                    <stopKey>CTRL+C</stopKey>
+                    <stopPort>8999</stopPort>
+                    <systemProperties>
+                        <systemProperty>
+                            <name>log4j.configuration</name>
+                            <value>file:${basedir}/src/main/resources/log4j.properties</value>
+                        </systemProperty>
+                        <systemProperty>
+                            <name>slf4j</name>
+                            <value>false</value>
+                        </systemProperty>
+                    </systemProperties>
+                    <scanIntervalSeconds>10</scanIntervalSeconds>
+                    <webAppSourceDirectory>${basedir}/src/main/webapp/</webAppSourceDirectory>
+                    <webAppConfig>
+                        <contextPath>/struts2-showcase</contextPath>
+                        <descriptor>${basedir}/src/main/webapp/WEB-INF/web.xml</descriptor>
+                    </webAppConfig>
+                </configuration>
+             </plugin>
+
+            <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>it/**</exclude>
+                        <exclude>**/*$*</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+        </plugins>
+
+        <resources>
+            <!-- Include resources under src/main/java in WEB-INF/classes -->
+            <resource>
+                <directory>src/main/resources</directory>
+            </resource>
+            <resource>
+                <directory>src/main/java</directory>
+                <includes>
+                    <include>**/*.java</include>
+                </includes>
+            </resource>
+        </resources>
+
+    </build>
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 9707867..c1f8ee4 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -1,266 +1,266 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-parent</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-assembly</artifactId>

-    <packaging>pom</packaging>

-    <name>Struts 2 Assembly</name>

-

-    <properties>

-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-

-        <maven.site.skip>true</maven.site.skip>

-        <maven.site.deploy.skip>true</maven.site.deploy.skip>

-    </properties>

-

-    <build>

-        <plugins>

-            <plugin>

-                <groupId>org.codehaus.mojo</groupId>

-                <artifactId>dependency-maven-plugin</artifactId>

-                <version>1.0</version>

-                <executions>

-                    <execution>

-                        <id>copy-war</id>

-                        <phase>package</phase>

-                        <goals>

-                            <goal>copy</goal>

-                        </goals>

-                        <configuration>

-                            <artifactItems>

-                                <artifactItem>

-                                    <groupId>org.apache.struts</groupId>

-                                    <artifactId>struts2-showcase</artifactId>

-                                    <version>${project.version}</version>

-                                    <type>war</type>

-                                </artifactItem>

-                                <artifactItem>

-                                    <groupId>org.apache.struts</groupId>

-                                    <artifactId>struts2-rest-showcase</artifactId>

-                                    <version>${project.version}</version>

-                                    <type>war</type>

-                                </artifactItem>

-                            </artifactItems>

-                            <outputDirectory>${project.build.directory}/apps</outputDirectory>

-                        </configuration>

-                    </execution>

-                </executions>

-            </plugin>

-

-            <plugin>

-                <artifactId>maven-antrun-plugin</artifactId>

-                <executions>

-                    <execution>

-                        <id>docs</id>

-                        <phase>prepare-package</phase>

-                        <goals>

-                            <goal>run</goal>

-                        </goals>

-                        <configuration>

-                            <target>

-                                <mkdir dir="${project.build.directory}/docs/" />

-                                <exec executable="wget">

-                                    <arg value="-erobots=off" />

-                                    <arg value="-nH" />

-                                    <arg value="-x" />

-                                    <arg value="-nv" />

-                                    <arg value="-E" />

-                                    <arg value="-L" />

-                                    <arg value="-np" />

-                                    <arg value="--directory-prefix=${project.build.directory}/docs" />

-                                    <arg value="--no-check-certificate" />

-                                    <arg value="-r" />

-                                    <arg value="-i" />

-                                    <arg value="src/main/resources/docs-urls.txt" />

-                                </exec>

-                            </target>

-                        </configuration>

-                    </execution>

-                </executions>

-            </plugin>

-

-            <plugin>

-                <artifactId>maven-assembly-plugin</artifactId>

-                <executions>

-                    <execution>

-                        <id>make-assembly</id>

-                        <phase>package</phase>

-                        <goals>

-                            <goal>single</goal>

-                        </goals>

-                    </execution>

-                </executions>

-                <configuration>

-                    <descriptors>

-                        <descriptor>src/main/assembly/all.xml</descriptor>

-                        <descriptor>src/main/assembly/lib.xml</descriptor>

-                        <descriptor>src/main/assembly/min-lib.xml</descriptor>

-                        <descriptor>src/main/assembly/apps.xml</descriptor>

-                        <descriptor>src/main/assembly/src.xml</descriptor>

-                        <descriptor>src/main/assembly/docs.xml</descriptor>

-                    </descriptors>

-                    <finalName>struts-${project.version}</finalName>

-                    <outputDirectory>target/assembly/out</outputDirectory>

-                    <workDirectory>target/assembly/work</workDirectory>

-                </configuration>

-            </plugin>

-        </plugins>

-    </build>

-

-    <dependencies>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-core</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-bean-validation-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-cdi-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-convention-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-javatemplates-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-config-browser-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-dwr-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-jasperreports-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-jfreechart-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-junit-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-pell-multipart-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-plexus-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-portlet-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-rest-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-sitegraph-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-sitemesh-plugin</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-spring-plugin</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-testng-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-tiles-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-oval-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-json-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-embeddedjsp-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-gxp-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-osgi-plugin</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-osgi-admin-bundle</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-osgi-demo-bundle</artifactId>

-        </dependency>

-

-    </dependencies>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-parent</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-assembly</artifactId>
+    <packaging>pom</packaging>
+    <name>Struts 2 Assembly</name>
+
+    <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+        <maven.site.skip>true</maven.site.skip>
+        <maven.site.deploy.skip>true</maven.site.deploy.skip>
+    </properties>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>dependency-maven-plugin</artifactId>
+                <version>1.0</version>
+                <executions>
+                    <execution>
+                        <id>copy-war</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>copy</goal>
+                        </goals>
+                        <configuration>
+                            <artifactItems>
+                                <artifactItem>
+                                    <groupId>org.apache.struts</groupId>
+                                    <artifactId>struts2-showcase</artifactId>
+                                    <version>${project.version}</version>
+                                    <type>war</type>
+                                </artifactItem>
+                                <artifactItem>
+                                    <groupId>org.apache.struts</groupId>
+                                    <artifactId>struts2-rest-showcase</artifactId>
+                                    <version>${project.version}</version>
+                                    <type>war</type>
+                                </artifactItem>
+                            </artifactItems>
+                            <outputDirectory>${project.build.directory}/apps</outputDirectory>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>docs</id>
+                        <phase>prepare-package</phase>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                        <configuration>
+                            <target>
+                                <mkdir dir="${project.build.directory}/docs/" />
+                                <exec executable="wget">
+                                    <arg value="-erobots=off" />
+                                    <arg value="-nH" />
+                                    <arg value="-x" />
+                                    <arg value="-nv" />
+                                    <arg value="-E" />
+                                    <arg value="-L" />
+                                    <arg value="-np" />
+                                    <arg value="--directory-prefix=${project.build.directory}/docs" />
+                                    <arg value="--no-check-certificate" />
+                                    <arg value="-r" />
+                                    <arg value="-i" />
+                                    <arg value="src/main/resources/docs-urls.txt" />
+                                </exec>
+                            </target>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>make-assembly</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>single</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <descriptors>
+                        <descriptor>src/main/assembly/all.xml</descriptor>
+                        <descriptor>src/main/assembly/lib.xml</descriptor>
+                        <descriptor>src/main/assembly/min-lib.xml</descriptor>
+                        <descriptor>src/main/assembly/apps.xml</descriptor>
+                        <descriptor>src/main/assembly/src.xml</descriptor>
+                        <descriptor>src/main/assembly/docs.xml</descriptor>
+                    </descriptors>
+                    <finalName>struts-${project.version}</finalName>
+                    <outputDirectory>target/assembly/out</outputDirectory>
+                    <workDirectory>target/assembly/work</workDirectory>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-core</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-bean-validation-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-cdi-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-convention-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-javatemplates-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-config-browser-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-dwr-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-jasperreports-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-jfreechart-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-junit-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-pell-multipart-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-plexus-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-portlet-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-rest-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-sitegraph-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-sitemesh-plugin</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-spring-plugin</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-testng-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-tiles-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-oval-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-json-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-embeddedjsp-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-gxp-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-osgi-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-osgi-admin-bundle</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-osgi-demo-bundle</artifactId>
+        </dependency>
+
+    </dependencies>
+</project>
diff --git a/bom/pom.xml b/bom/pom.xml
index a2dcd72..8f695a5 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -1,186 +1,186 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts-master</artifactId>

-        <version>9</version>

-        <relativePath>../struts-master</relativePath>

-    </parent>

-

-    <artifactId>struts2-bom</artifactId>

-    <version>2.5.18-SNAPSHOT</version>

-    <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>

-        <struts-version.version>2.5.18-SNAPSHOT</struts-version.version>

-        <maven.site.skip>true</maven.site.skip>

-        <maven.site.deploy.skip>true</maven.site.deploy.skip>

-    </properties>

-

-    <dependencyManagement>

-        <dependencies>

-            <dependency>

-                <groupId>org.apache.struts</groupId>

-                <artifactId>struts2-core</artifactId>

-                <version>${struts-version.version}</version>

-            </dependency>

-            <dependency>

-                <groupId>org.apache.struts</groupId>

-                <artifactId>struts2-bean-validation-plugin</artifactId>

-                <version>${struts-version.version}</version>

-            </dependency>

-            <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-sitegraph-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>

-        </dependencies>

-    </dependencyManagement>

-

-  <scm>

-    <tag>STRUTS_2_5_16</tag>

-  </scm>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts-master</artifactId>
+        <version>9</version>
+        <relativePath>../struts-master</relativePath>
+    </parent>
+
+    <artifactId>struts2-bom</artifactId>
+    <version>2.5.18</version>
+    <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>
+        <struts-version.version>2.5.18</struts-version.version>
+        <maven.site.skip>true</maven.site.skip>
+        <maven.site.deploy.skip>true</maven.site.deploy.skip>
+    </properties>
+
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.apache.struts</groupId>
+                <artifactId>struts2-core</artifactId>
+                <version>${struts-version.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.struts</groupId>
+                <artifactId>struts2-bean-validation-plugin</artifactId>
+                <version>${struts-version.version}</version>
+            </dependency>
+            <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-sitegraph-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>
+        </dependencies>
+    </dependencyManagement>
+
+  <scm>
+    <tag>STRUTS_2_5_18</tag>
+  </scm>
+</project>
diff --git a/bundles/admin/pom.xml b/bundles/admin/pom.xml
index 1c94fdd..25a6baf 100644
--- a/bundles/admin/pom.xml
+++ b/bundles/admin/pom.xml
@@ -1,62 +1,62 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-osgi-bundles</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-osgi-admin-bundle</artifactId>

-    <packaging>bundle</packaging>

-    <name>Struts 2 OSGi Admin Bundle</name>

-

-    <dependencies>

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-osgi-plugin</artifactId>

-        </dependency>

-    </dependencies>

-   

-    <build>

-        <plugins>

-            <plugin>

-                <groupId>org.apache.felix</groupId>

-                <artifactId>maven-bundle-plugin</artifactId>

-                <extensions>true</extensions>

-                <configuration>

-                    <instructions>

-                        <manifestLocation>META-INF</manifestLocation>

-                        <Struts2-Enabled>true</Struts2-Enabled>

-                        <Import-Package>*,com.opensymphony.xwork2</Import-Package>

-                        <Export-Package>org.apache.struts2.osgi.admin*</Export-Package>

-                        <Spring-Context>*;create-asynchronously:=false</Spring-Context>

-                    </instructions>

-                </configuration>

-            </plugin>

-        </plugins>

-    </build>

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-osgi-bundles</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-osgi-admin-bundle</artifactId>
+    <packaging>bundle</packaging>
+    <name>Struts 2 OSGi Admin Bundle</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-osgi-plugin</artifactId>
+        </dependency>
+    </dependencies>
+   
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <manifestLocation>META-INF</manifestLocation>
+                        <Struts2-Enabled>true</Struts2-Enabled>
+                        <Import-Package>*,com.opensymphony.xwork2</Import-Package>
+                        <Export-Package>org.apache.struts2.osgi.admin*</Export-Package>
+                        <Spring-Context>*;create-asynchronously:=false</Spring-Context>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/bundles/demo/pom.xml b/bundles/demo/pom.xml
index 58c156f..e75ffdc 100644
--- a/bundles/demo/pom.xml
+++ b/bundles/demo/pom.xml
@@ -1,85 +1,85 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-osgi-bundles</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-osgi-demo-bundle</artifactId>

-    <packaging>bundle</packaging>

-    <name>Struts 2 OSGi Demo Bundle</name>

-

-    <dependencies>

-       

-        <dependency>

-            <groupId>org.apache.velocity</groupId>

-            <artifactId>velocity</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.velocity</groupId>

-            <artifactId>velocity-tools</artifactId>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>commons-digester</groupId>

-            <artifactId>commons-digester</artifactId>

-        </dependency>

-        

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-convention-plugin</artifactId>

-        </dependency>

-

-         <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-osgi-plugin</artifactId>

-        </dependency>

-        

-    </dependencies>

-

-    <build>

-        <plugins>

-            <plugin>

-                <groupId>org.apache.felix</groupId>

-                <artifactId>maven-bundle-plugin</artifactId>

-                <extensions>true</extensions>

-                <version>2.1.0</version>

-                <configuration>

-                    <instructions>

-                        <manifestLocation>META-INF</manifestLocation>

-                        <Import-Package>*,com.opensymphony.xwork2</Import-Package>

-                        <Spring-Context>*;create-asynchronously:=false</Spring-Context>

-                        <Struts2-Enabled>true</Struts2-Enabled>

-                    </instructions>

-                </configuration>

-            </plugin>

-        </plugins>

-    </build>

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-osgi-bundles</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-osgi-demo-bundle</artifactId>
+    <packaging>bundle</packaging>
+    <name>Struts 2 OSGi Demo Bundle</name>
+
+    <dependencies>
+       
+        <dependency>
+            <groupId>org.apache.velocity</groupId>
+            <artifactId>velocity</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.velocity</groupId>
+            <artifactId>velocity-tools</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-digester</groupId>
+            <artifactId>commons-digester</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-convention-plugin</artifactId>
+        </dependency>
+
+         <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-osgi-plugin</artifactId>
+        </dependency>
+        
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <version>2.1.0</version>
+                <configuration>
+                    <instructions>
+                        <manifestLocation>META-INF</manifestLocation>
+                        <Import-Package>*,com.opensymphony.xwork2</Import-Package>
+                        <Spring-Context>*;create-asynchronously:=false</Spring-Context>
+                        <Struts2-Enabled>true</Struts2-Enabled>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/bundles/pom.xml b/bundles/pom.xml
index 33fe3dc..23d12fe 100755
--- a/bundles/pom.xml
+++ b/bundles/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-parent</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-osgi-bundles</artifactId>

-    <packaging>pom</packaging>

-    <name>Struts OSGi Bundles</name>

-

-    <modules>

-        <module>admin</module>

-        <module>demo</module>

-    </modules>

-

-    <dependencies>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-core</artifactId>

-        </dependency>

-

-        <!-- Test dependencies -->

-        <dependency>

-            <groupId>junit</groupId>

-            <artifactId>junit</artifactId>

-            <scope>compile</scope>

-        </dependency>

-

-

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>servlet-api</artifactId>

-            <version>2.4</version>

-            <scope>provided</scope>

-        </dependency>

-

-

-    </dependencies>

-

-    <reporting>

-        <plugins>

-            <plugin>

-                <groupId>org.codehaus.mojo</groupId>

-                <artifactId>rat-maven-plugin</artifactId>

-                <version>1.0-alpha-2</version>

-                <configuration>

-                    <includes>

-                        <include>pom.xml</include>

-                        <include>src/**</include>

-                    </includes>

-                    <excludes>

-                        <exclude>src/main/resources/*LICENSE.txt</exclude>

-                    </excludes>

-                </configuration>

-            </plugin>

-        </plugins>

-    </reporting>

-

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-parent</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-osgi-bundles</artifactId>
+    <packaging>pom</packaging>
+    <name>Struts OSGi Bundles</name>
+
+    <modules>
+        <module>admin</module>
+        <module>demo</module>
+    </modules>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-core</artifactId>
+        </dependency>
+
+        <!-- Test dependencies -->
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>compile</scope>
+        </dependency>
+
+
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.4</version>
+            <scope>provided</scope>
+        </dependency>
+
+
+    </dependencies>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>rat-maven-plugin</artifactId>
+                <version>1.0-alpha-2</version>
+                <configuration>
+                    <includes>
+                        <include>pom.xml</include>
+                        <include>src/**</include>
+                    </includes>
+                    <excludes>
+                        <exclude>src/main/resources/*LICENSE.txt</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+        </plugins>
+    </reporting>
+
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/core/pom.xml b/core/pom.xml
index d448079..9dd7399 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -1,430 +1,430 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-parent</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-    <artifactId>struts2-core</artifactId>

-    <packaging>jar</packaging>

-    <name>Struts 2 Core</name>

-

-    <properties>

-        <tlib.version>2.3</tlib.version>

-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-

-    <build>

-        <plugins>

-            <plugin>

-                <groupId>org.apache.maven.plugins</groupId>

-                <artifactId>maven-surefire-plugin</artifactId>

-                <configuration>

-                    <argLine>-Duser.language=en -Duser.region=US</argLine>

-                    <properties>

-                        <property>

-                            <name>maven.testng.output.dir</name>

-                            <value>${project.basedir}/target/surefire-reports</value>

-                        </property>

-                    </properties>

-                    <useSystemClassLoader>false</useSystemClassLoader>

-                    <additionalClasspathElements>

-                        <element>${project.build.testOutputDirectory}/xwork-jar.jar</element>

-                        <element>${project.build.testOutputDirectory}/xwork-zip.zip</element>

-                        <element>${project.build.testOutputDirectory}/xwork - jar.jar</element>

-                        <element>${project.build.testOutputDirectory}/xwork - zip.zip</element>

-                    </additionalClasspathElements>

-                    <includes>

-                        <include>**/*Test.java</include>

-                    </includes>

-                    <excludes>

-                        <exclude>**/XWorkTestCase.java</exclude>

-                        <exclude>**/TestBean.java</exclude>

-                        <exclude>**/TestBean2.java</exclude>

-                        <exclude>**/TestInterceptor.java</exclude>

-                        <exclude>**/AnnotatedTestBean.java</exclude>

-                        <exclude>**/DefaultFileManagerTest.java</exclude>

-                    </excludes>

-                </configuration>

-            </plugin>

-            <plugin>

-                <groupId>com.cj.jshintmojo</groupId>

-                <artifactId>jshint-maven-plugin</artifactId>

-                <version>1.6.0</version>

-                <executions>

-                    <execution>

-                        <goals>

-                            <goal>lint</goal>

-                        </goals>

-                    </execution>

-                </executions>

-                <configuration>

-                    <configFile>src/main/resources/jshint.conf.js</configFile>

-                    <directories>

-                        <directory>src/main/resources/</directory>

-                    </directories>

-                    <excludes>

-                        <exclude>src/main/resources/org/apache/struts2/static/domTT.js</exclude>

-                    </excludes>

-                    <reporter>jslint</reporter>

-                    <reportFile>target/jshint.xml</reportFile>

-                    <failOnError>true</failOnError>

-                </configuration>

-            </plugin>

-        </plugins>

-    </build>

-

-    <profiles>

-        <profile>

-            <id>build-maven</id>

-            <activation>

-                <activeByDefault>true</activeByDefault>

-            </activation>

-            <build>

-                <plugins>

-                    <plugin>

-                        <groupId>org.apache.maven.plugins</groupId>

-                        <artifactId>maven-compiler-plugin</artifactId>

-                        <configuration>

-                            <compilerArgs>

-                                <arg>-Auri=/struts-tags</arg>

-                                <arg>-AtlibVersion=${tlib.version}</arg>

-                                <arg>-AjspVersion=2.0</arg>

-                                <arg>-AshortName=s</arg>

-                                <arg>-AdisplayName=Struts Tags</arg>

-                                <arg>-AoutFile=${basedir}/target/classes/META-INF/struts-tags.tld</arg>

-                                <arg>-Adescription="To make it easier to access dynamic data;

-                                    the Apache Struts framework includes a library of custom tags.

-                                    The tags interact with the framework's validation and

-                                    internationalization features;

-                                    to ensure that input is correct and output is localized.

-                                    The Struts Tags can be used with JSP FreeMarker or Velocity."</arg>

-                                <arg>-AoutTemplatesDir=${basedir}/src/site/resources/tags</arg>

-                            </compilerArgs>

-                        </configuration>

-                        <executions>

-                            <execution>

-                                <phase>compile</phase>

-                                <goals>

-                                    <goal>compile</goal>

-                                </goals>

-                            </execution>

-                        </executions>

-                    </plugin>

-                </plugins>

-            </build>

-        </profile>

-        <profile>

-            <id>alljars</id>

-            <build>

-                <plugins>

-                    <plugin>

-                        <artifactId>maven-javadoc-plugin</artifactId>

-                        <executions>

-                            <execution>

-                                <id>attach-source</id>

-                                <goals>

-                                    <goal>jar</goal>

-                                </goals>

-                            </execution>

-                        </executions>

-                        <configuration>

-                            <sourcepath>${basedir}/src/main/java;${basedir}/../xwork-core/src/main/java</sourcepath>

-                            <encoding>UTF-8</encoding>

-                            <groups>

-                                <group>

-                                    <title>Struts Packages</title>

-                                    <packages>org.apache.struts2*</packages>

-                                </group>

-                                <group>

-                                    <title>XWork Packages</title>

-                                    <packages>com.opensymphony.xwork2*</packages>

-                                </group>

-                            </groups>

-                            <show>private</show>

-                            <links>

-                                <link>http://java.sun.com/j2se/1.5.0/docs/api</link>

-                                <link>http://java.sun.com/javaee/5/docs/api/</link>

-                                <link>http://jakarta.apache.org/commons/logging/apidocs/</link>

-                                <link>http://logging.apache.org/log4j/docs/api/</link>

-                            </links>

-                        </configuration>

-                    </plugin>

-                    <plugin>

-                        <groupId>org.apache.maven.plugins</groupId>

-                        <artifactId>maven-source-plugin</artifactId>

-                    </plugin>

-                </plugins>

-            </build>

-        </profile>

-        <profile>

-            <id>default-tools.jar</id>

-            <activation>

-                <property>

-                    <name>java.vendor</name>

-                    <value>Sun Microsystems Inc.</value>

-                </property>

-            </activation>

-            <dependencies>

-                <dependency>

-                    <groupId>com.sun</groupId>

-                    <artifactId>tools</artifactId>

-                    <version>1.5.0</version>

-                    <scope>system</scope>

-                    <systemPath>${java.home}/../lib/tools.jar</systemPath>

-                </dependency>

-            </dependencies>

-        </profile>

-

-    </profiles>

-

-

-    <dependencies>

-        <dependency>

-            <groupId>org.freemarker</groupId>

-            <artifactId>freemarker</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>servlet-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>jsp-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>ognl</groupId>

-            <artifactId>ognl</artifactId>

-        </dependency>

-

-        <!-- Velocity -->

-        <dependency>

-            <groupId>org.apache.velocity</groupId>

-            <artifactId>velocity</artifactId>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.velocity</groupId>

-            <artifactId>velocity-tools</artifactId>

-            <optional>true</optional>

-        </dependency>

-

-        <!-- Logging -->

-        <dependency>

-            <groupId>org.apache.logging.log4j</groupId>

-            <artifactId>log4j-api</artifactId>

-            <version>${log4j2.version}</version>

-        </dependency>

-

-        <!-- File upload -->

-        <dependency>

-            <groupId>commons-fileupload</groupId>

-            <artifactId>commons-fileupload</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>commons-io</groupId>

-            <artifactId>commons-io</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>commons-logging</groupId>

-            <artifactId>commons-logging</artifactId>

-            <optional>true</optional>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.commons</groupId>

-            <artifactId>commons-lang3</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-core</artifactId>

-            <optional>true</optional>

-        </dependency>

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-aop</artifactId>

-            <optional>true</optional>

-        </dependency>

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-aspects</artifactId>

-            <optional>true</optional>

-        </dependency>

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-beans</artifactId>

-            <optional>true</optional>

-        </dependency>

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-context</artifactId>

-            <optional>true</optional>

-        </dependency>

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-context-support</artifactId>

-            <optional>true</optional>

-        </dependency>

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-web</artifactId>

-            <optional>true</optional>

-        </dependency>

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-test</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>cglib</groupId>

-            <artifactId>cglib-nodep</artifactId>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>junit</groupId>

-            <artifactId>junit</artifactId>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.logging.log4j</groupId>

-            <artifactId>log4j-core</artifactId>

-            <version>${log4j2.version}</version>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.commons</groupId>

-            <artifactId>commons-collections4</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>mockobjects</groupId>

-            <artifactId>mockobjects-jdk1.3</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>mockobjects</groupId>

-            <artifactId>mockobjects-alt-jdk1.3</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>mockobjects</groupId>

-            <artifactId>mockobjects-alt-jdk1.3-j2ee1.3</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>mockobjects</groupId>

-            <artifactId>mockobjects-jdk1.3-j2ee1.3</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>jmock</groupId>

-            <artifactId>jmock</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.mockito</groupId>

-            <artifactId>mockito-all</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.easytesting</groupId>

-            <artifactId>fest-assert</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>mockobjects</groupId>

-            <artifactId>mockobjects-core</artifactId>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.easymock</groupId>

-            <artifactId>easymock</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <!-- These jars have to be in the compile scope in order to work with apt plugin

-             (struts-annotations) and javadoc (the rest to process xwork sources). Marking

-             them optional to exclude them from transitive dependency resolution -->

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts-annotations</artifactId>

-            <scope>compile</scope>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>org.testng</groupId>

-            <artifactId>testng</artifactId>

-            <scope>compile</scope>

-            <optional>true</optional>

-        </dependency>

-

-        <!-- SLF4J support -->

-        <dependency>

-            <groupId>org.slf4j</groupId>

-            <artifactId>slf4j-api</artifactId>

-            <optional>true</optional>

-        </dependency>

-        <dependency>

-            <groupId>org.slf4j</groupId>

-            <artifactId>slf4j-simple</artifactId>

-            <optional>true</optional>

-        </dependency>

-

-        <!-- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher.

-           This is only necessary in tests-->

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>javax.servlet-api</artifactId>

-            <version>3.1.0</version>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>commons-validator</groupId>

-            <artifactId>commons-validator</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-    </dependencies>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-parent</artifactId>
+        <version>2.5.18</version>
+    </parent>
+    <artifactId>struts2-core</artifactId>
+    <packaging>jar</packaging>
+    <name>Struts 2 Core</name>
+
+    <properties>
+        <tlib.version>2.3</tlib.version>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <argLine>-Duser.language=en -Duser.region=US</argLine>
+                    <properties>
+                        <property>
+                            <name>maven.testng.output.dir</name>
+                            <value>${project.basedir}/target/surefire-reports</value>
+                        </property>
+                    </properties>
+                    <useSystemClassLoader>false</useSystemClassLoader>
+                    <additionalClasspathElements>
+                        <element>${project.build.testOutputDirectory}/xwork-jar.jar</element>
+                        <element>${project.build.testOutputDirectory}/xwork-zip.zip</element>
+                        <element>${project.build.testOutputDirectory}/xwork - jar.jar</element>
+                        <element>${project.build.testOutputDirectory}/xwork - zip.zip</element>
+                    </additionalClasspathElements>
+                    <includes>
+                        <include>**/*Test.java</include>
+                    </includes>
+                    <excludes>
+                        <exclude>**/XWorkTestCase.java</exclude>
+                        <exclude>**/TestBean.java</exclude>
+                        <exclude>**/TestBean2.java</exclude>
+                        <exclude>**/TestInterceptor.java</exclude>
+                        <exclude>**/AnnotatedTestBean.java</exclude>
+                        <exclude>**/DefaultFileManagerTest.java</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>com.cj.jshintmojo</groupId>
+                <artifactId>jshint-maven-plugin</artifactId>
+                <version>1.6.0</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>lint</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <configFile>src/main/resources/jshint.conf.js</configFile>
+                    <directories>
+                        <directory>src/main/resources/</directory>
+                    </directories>
+                    <excludes>
+                        <exclude>src/main/resources/org/apache/struts2/static/domTT.js</exclude>
+                    </excludes>
+                    <reporter>jslint</reporter>
+                    <reportFile>target/jshint.xml</reportFile>
+                    <failOnError>true</failOnError>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <profiles>
+        <profile>
+            <id>build-maven</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-compiler-plugin</artifactId>
+                        <configuration>
+                            <compilerArgs>
+                                <arg>-Auri=/struts-tags</arg>
+                                <arg>-AtlibVersion=${tlib.version}</arg>
+                                <arg>-AjspVersion=2.0</arg>
+                                <arg>-AshortName=s</arg>
+                                <arg>-AdisplayName=Struts Tags</arg>
+                                <arg>-AoutFile=${basedir}/target/classes/META-INF/struts-tags.tld</arg>
+                                <arg>-Adescription="To make it easier to access dynamic data;
+                                    the Apache Struts framework includes a library of custom tags.
+                                    The tags interact with the framework's validation and
+                                    internationalization features;
+                                    to ensure that input is correct and output is localized.
+                                    The Struts Tags can be used with JSP FreeMarker or Velocity."</arg>
+                                <arg>-AoutTemplatesDir=${basedir}/src/site/resources/tags</arg>
+                            </compilerArgs>
+                        </configuration>
+                        <executions>
+                            <execution>
+                                <phase>compile</phase>
+                                <goals>
+                                    <goal>compile</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+        <profile>
+            <id>alljars</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-javadoc-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>attach-source</id>
+                                <goals>
+                                    <goal>jar</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                        <configuration>
+                            <sourcepath>${basedir}/src/main/java;${basedir}/../xwork-core/src/main/java</sourcepath>
+                            <encoding>UTF-8</encoding>
+                            <groups>
+                                <group>
+                                    <title>Struts Packages</title>
+                                    <packages>org.apache.struts2*</packages>
+                                </group>
+                                <group>
+                                    <title>XWork Packages</title>
+                                    <packages>com.opensymphony.xwork2*</packages>
+                                </group>
+                            </groups>
+                            <show>private</show>
+                            <links>
+                                <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
+                                <link>http://java.sun.com/javaee/5/docs/api/</link>
+                                <link>http://jakarta.apache.org/commons/logging/apidocs/</link>
+                                <link>http://logging.apache.org/log4j/docs/api/</link>
+                            </links>
+                        </configuration>
+                    </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-source-plugin</artifactId>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+        <profile>
+            <id>default-tools.jar</id>
+            <activation>
+                <property>
+                    <name>java.vendor</name>
+                    <value>Sun Microsystems Inc.</value>
+                </property>
+            </activation>
+            <dependencies>
+                <dependency>
+                    <groupId>com.sun</groupId>
+                    <artifactId>tools</artifactId>
+                    <version>1.5.0</version>
+                    <scope>system</scope>
+                    <systemPath>${java.home}/../lib/tools.jar</systemPath>
+                </dependency>
+            </dependencies>
+        </profile>
+
+    </profiles>
+
+
+    <dependencies>
+        <dependency>
+            <groupId>org.freemarker</groupId>
+            <artifactId>freemarker</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>jsp-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>ognl</groupId>
+            <artifactId>ognl</artifactId>
+        </dependency>
+
+        <!-- Velocity -->
+        <dependency>
+            <groupId>org.apache.velocity</groupId>
+            <artifactId>velocity</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.velocity</groupId>
+            <artifactId>velocity-tools</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <!-- Logging -->
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-api</artifactId>
+            <version>${log4j2.version}</version>
+        </dependency>
+
+        <!-- File upload -->
+        <dependency>
+            <groupId>commons-fileupload</groupId>
+            <artifactId>commons-fileupload</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-core</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-aop</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-aspects</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-beans</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context-support</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-web</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-test</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>cglib</groupId>
+            <artifactId>cglib-nodep</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-core</artifactId>
+            <version>${log4j2.version}</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-collections4</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>mockobjects</groupId>
+            <artifactId>mockobjects-jdk1.3</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>mockobjects</groupId>
+            <artifactId>mockobjects-alt-jdk1.3</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>mockobjects</groupId>
+            <artifactId>mockobjects-alt-jdk1.3-j2ee1.3</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>mockobjects</groupId>
+            <artifactId>mockobjects-jdk1.3-j2ee1.3</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>jmock</groupId>
+            <artifactId>jmock</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-all</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.easytesting</groupId>
+            <artifactId>fest-assert</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>mockobjects</groupId>
+            <artifactId>mockobjects-core</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymock</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <!-- These jars have to be in the compile scope in order to work with apt plugin
+             (struts-annotations) and javadoc (the rest to process xwork sources). Marking
+             them optional to exclude them from transitive dependency resolution -->
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts-annotations</artifactId>
+            <scope>compile</scope>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>org.testng</groupId>
+            <artifactId>testng</artifactId>
+            <scope>compile</scope>
+            <optional>true</optional>
+        </dependency>
+
+        <!-- SLF4J support -->
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <!-- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher.
+           This is only necessary in tests-->
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <version>3.1.0</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-validator</groupId>
+            <artifactId>commons-validator</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+</project>
diff --git a/plugins/bean-validation/pom.xml b/plugins/bean-validation/pom.xml
index d58e363..2ae7366 100644
--- a/plugins/bean-validation/pom.xml
+++ b/plugins/bean-validation/pom.xml
@@ -1,66 +1,66 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-    <modelVersion>4.0.0</modelVersion>

-

-    <artifactId>struts2-bean-validation-plugin</artifactId>

-    <name>Struts 2 Bean Validation Plugin</name>

-    <packaging>jar</packaging>

-

-    <properties>

-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-

-    <dependencies>

-

-        <dependency>

-            <groupId>javax.validation</groupId>

-            <artifactId>validation-api</artifactId>

-            <version>1.1.0.Final</version>

-        </dependency>

-

-        <dependency>

-            <groupId>commons-beanutils</groupId>

-            <artifactId>commons-beanutils</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.hibernate</groupId>

-            <artifactId>hibernate-validator</artifactId>

-            <version>5.1.3.Final</version>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.glassfish</groupId>

-            <artifactId>javax.el</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-    </dependencies>

-

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+
+    <artifactId>struts2-bean-validation-plugin</artifactId>
+    <name>Struts 2 Bean Validation Plugin</name>
+    <packaging>jar</packaging>
+
+    <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>javax.validation</groupId>
+            <artifactId>validation-api</artifactId>
+            <version>1.1.0.Final</version>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-beanutils</groupId>
+            <artifactId>commons-beanutils</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.hibernate</groupId>
+            <artifactId>hibernate-validator</artifactId>
+            <version>5.1.3.Final</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.glassfish</groupId>
+            <artifactId>javax.el</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+
 </project>
\ No newline at end of file
diff --git a/plugins/cdi/pom.xml b/plugins/cdi/pom.xml
index 2873a0e..c8977a7 100644
--- a/plugins/cdi/pom.xml
+++ b/plugins/cdi/pom.xml
@@ -1,79 +1,79 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-cdi-plugin</artifactId>

-    <name>Struts 2 CDI Plugin</name>

-    <packaging>jar</packaging>

-

-    <dependencies>

-

-        <dependency>

-            <groupId>javax.enterprise</groupId>

-            <artifactId>cdi-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.jboss.weld</groupId>

-            <artifactId>weld-core</artifactId>

-            <scope>provided</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.jboss.weld</groupId>

-            <artifactId>weld-se</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-test</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.logging.log4j</groupId>

-            <artifactId>log4j-core</artifactId>

-            <version>${log4j2.version}</version>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>commons-logging</groupId>

-            <artifactId>commons-logging</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-    </dependencies>

-

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-cdi-plugin</artifactId>
+    <name>Struts 2 CDI Plugin</name>
+    <packaging>jar</packaging>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>javax.enterprise</groupId>
+            <artifactId>cdi-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.jboss.weld</groupId>
+            <artifactId>weld-core</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.jboss.weld</groupId>
+            <artifactId>weld-se</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-test</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-core</artifactId>
+            <version>${log4j2.version}</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/plugins/config-browser/pom.xml b/plugins/config-browser/pom.xml
index 17ae9aa..c3a75bc 100644
--- a/plugins/config-browser/pom.xml
+++ b/plugins/config-browser/pom.xml
@@ -1,37 +1,37 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-config-browser-plugin</artifactId>

-    <packaging>jar</packaging>

-    <name>Struts 2 Configuration Browser Plugin</name>

-

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-config-browser-plugin</artifactId>
+    <packaging>jar</packaging>
+    <name>Struts 2 Configuration Browser Plugin</name>
+
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/plugins/convention/pom.xml b/plugins/convention/pom.xml
index b76706f..80c8bba 100644
--- a/plugins/convention/pom.xml
+++ b/plugins/convention/pom.xml
@@ -1,81 +1,81 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-convention-plugin</artifactId>

-    <packaging>jar</packaging>

-    <name>Struts 2 Convention Plugin</name>

-

-    <build>

-        <plugins>

-            <plugin>

-                <groupId>org.apache.felix</groupId>

-                <artifactId>maven-bundle-plugin</artifactId>

-                <extensions>true</extensions>

-                <configuration>

-                    <instructions>

-                        <Bundle-Activator>org.apache.struts2.osgi.StrutsActivator</Bundle-Activator>

-                        <manifestLocation>META-INF</manifestLocation>

-                    </instructions>

-                </configuration>

-            </plugin>

-        </plugins>

-

-    </build>

-

-    <dependencies>

-        <dependency>

-            <groupId>org.apache.commons</groupId>

-            <artifactId>commons-lang3</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.ow2.asm</groupId>

-            <artifactId>asm</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.ow2.asm</groupId>

-            <artifactId>asm-commons</artifactId>

-        </dependency>

-

-        <!-- testing -->

-        <dependency>

-            <groupId>org.easymock</groupId>

-            <artifactId>easymock</artifactId>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>jsp-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-    </dependencies>

-

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-convention-plugin</artifactId>
+    <packaging>jar</packaging>
+    <name>Struts 2 Convention Plugin</name>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Bundle-Activator>org.apache.struts2.osgi.StrutsActivator</Bundle-Activator>
+                        <manifestLocation>META-INF</manifestLocation>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.ow2.asm</groupId>
+            <artifactId>asm</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.ow2.asm</groupId>
+            <artifactId>asm-commons</artifactId>
+        </dependency>
+
+        <!-- testing -->
+        <dependency>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymock</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>jsp-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/plugins/dwr/pom.xml b/plugins/dwr/pom.xml
index 8e4b471..0056dd6 100644
--- a/plugins/dwr/pom.xml
+++ b/plugins/dwr/pom.xml
@@ -1,44 +1,44 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-dwr-plugin</artifactId>

-    <packaging>jar</packaging>

-    <name>Struts 2 DWR Plugin</name>

-

-    <dependencies>

-        <dependency>

-            <groupId>uk.ltd.getahead</groupId>

-            <artifactId>dwr</artifactId>

-        </dependency>

-    </dependencies>

-

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-dwr-plugin</artifactId>
+    <packaging>jar</packaging>
+    <name>Struts 2 DWR Plugin</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>uk.ltd.getahead</groupId>
+            <artifactId>dwr</artifactId>
+        </dependency>
+    </dependencies>
+
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/plugins/embeddedjsp/pom.xml b/plugins/embeddedjsp/pom.xml
index 52d8a8c..9702846 100644
--- a/plugins/embeddedjsp/pom.xml
+++ b/plugins/embeddedjsp/pom.xml
@@ -1,116 +1,116 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-embeddedjsp-plugin</artifactId>

-    <packaging>jar</packaging>

-    <name>Struts 2 Embedded JSP Plugin</name>

-

-    <dependencies>

-        <dependency>

-            <groupId>org.apache.commons</groupId>

-            <artifactId>commons-lang3</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-test</artifactId>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-core</artifactId>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-web</artifactId>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.easymock</groupId>

-            <artifactId>easymock</artifactId>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>taglibs</groupId>

-            <artifactId>request</artifactId>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>javax.servlet.jsp</groupId>

-            <artifactId>jsp-api</artifactId>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.tomcat</groupId>

-            <artifactId>juli</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>taglibs</groupId>

-            <artifactId>standard</artifactId>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>jstl</artifactId>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.tomcat</groupId>

-            <artifactId>jasper</artifactId>

-            <scope>provided</scope>

-        </dependency>

-

-        <!-- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher.

-           This is only necessary in tests-->

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>javax.servlet-api</artifactId>

-            <version>3.1.0</version>

-            <scope>test</scope>

-        </dependency>

-    </dependencies>

-

-    <build>

-        <plugins>

-            <plugin>

-                <groupId>org.apache.maven.plugins</groupId>

-                <artifactId>maven-surefire-plugin</artifactId>

-                <version>2.19.1</version>

-                <configuration>

-                    <additionalClasspathElements>

-                        <element>${project.build.testOutputDirectory}/jsps.jar</element>

-                    </additionalClasspathElements>

-                </configuration>

-            </plugin>

-        </plugins>

-    </build>

-    <properties>

-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-embeddedjsp-plugin</artifactId>
+    <packaging>jar</packaging>
+    <name>Struts 2 Embedded JSP Plugin</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-test</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-core</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-web</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymock</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>taglibs</groupId>
+            <artifactId>request</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet.jsp</groupId>
+            <artifactId>jsp-api</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>juli</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>taglibs</groupId>
+            <artifactId>standard</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>jstl</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>jasper</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <!-- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher.
+           This is only necessary in tests-->
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <version>3.1.0</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>2.19.1</version>
+                <configuration>
+                    <additionalClasspathElements>
+                        <element>${project.build.testOutputDirectory}/jsps.jar</element>
+                    </additionalClasspathElements>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/plugins/gxp/pom.xml b/plugins/gxp/pom.xml
index da45e6f..a4152f1 100644
--- a/plugins/gxp/pom.xml
+++ b/plugins/gxp/pom.xml
@@ -1,50 +1,50 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-gxp-plugin</artifactId>

-    <packaging>jar</packaging>

-    <name>Struts 2 GXP Plugin</name>

-

-    <dependencies>

-        <dependency>

-            <groupId>com.google.gxp</groupId>

-            <artifactId>google-gxp</artifactId>

-            <version>0.2.4-beta</version>

-        </dependency>

-        <dependency>

-            <groupId>com.google.collections</groupId>

-            <artifactId>google-collections</artifactId>

-            <version>1.0</version>

-        </dependency>

-    </dependencies>

-

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-gxp-plugin</artifactId>
+    <packaging>jar</packaging>
+    <name>Struts 2 GXP Plugin</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>com.google.gxp</groupId>
+            <artifactId>google-gxp</artifactId>
+            <version>0.2.4-beta</version>
+        </dependency>
+        <dependency>
+            <groupId>com.google.collections</groupId>
+            <artifactId>google-collections</artifactId>
+            <version>1.0</version>
+        </dependency>
+    </dependencies>
+
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/plugins/jasperreports/pom.xml b/plugins/jasperreports/pom.xml
index 5c76271..d141cdf 100644
--- a/plugins/jasperreports/pom.xml
+++ b/plugins/jasperreports/pom.xml
@@ -1,82 +1,82 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-jasperreports-plugin</artifactId>

-    <packaging>jar</packaging>

-    <name>Struts 2 Jasper Reports Plugin</name>

-

-    <dependencies>

-        <dependency>

-            <groupId>org.apache.commons</groupId>

-            <artifactId>commons-lang3</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>net.sf.jasperreports</groupId>

-            <artifactId>jasperreports</artifactId>

-            <version>6.0.3</version>

-            <scope>provided</scope>

-            <exclusions>

-                <!-- This is currently not found in Maven central, yet not needed at compile time -->

-                <exclusion>

-                    <groupId>org.olap4j</groupId>

-                    <artifactId>olap4j</artifactId>

-                </exclusion>

-            </exclusions>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-junit-plugin</artifactId>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>jsp-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>javax.servlet-api</artifactId>

-            <version>3.1.0</version>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-web</artifactId>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.easymock</groupId>

-            <artifactId>easymock</artifactId>

-            <scope>test</scope>

-        </dependency>

-    </dependencies>

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-jasperreports-plugin</artifactId>
+    <packaging>jar</packaging>
+    <name>Struts 2 Jasper Reports Plugin</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>net.sf.jasperreports</groupId>
+            <artifactId>jasperreports</artifactId>
+            <version>6.0.3</version>
+            <scope>provided</scope>
+            <exclusions>
+                <!-- This is currently not found in Maven central, yet not needed at compile time -->
+                <exclusion>
+                    <groupId>org.olap4j</groupId>
+                    <artifactId>olap4j</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-junit-plugin</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>jsp-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <version>3.1.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-web</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymock</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/plugins/javatemplates/pom.xml b/plugins/javatemplates/pom.xml
index f1b31da..ba3186e 100644
--- a/plugins/javatemplates/pom.xml
+++ b/plugins/javatemplates/pom.xml
@@ -1,51 +1,51 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-javatemplates-plugin</artifactId>

-    <packaging>jar</packaging>

-    <name>Struts 2 Java Templates Plugin</name>

-

-    <dependencies>

-        <dependency>

-            <groupId>org.apache.commons</groupId>

-            <artifactId>commons-lang3</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.easymock</groupId>

-            <artifactId>easymock</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-    </dependencies>

-

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-javatemplates-plugin</artifactId>
+    <packaging>jar</packaging>
+    <name>Struts 2 Java Templates Plugin</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymock</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/plugins/jfreechart/pom.xml b/plugins/jfreechart/pom.xml
index dc86907..47a3547 100644
--- a/plugins/jfreechart/pom.xml
+++ b/plugins/jfreechart/pom.xml
@@ -1,88 +1,88 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-   </parent>

-

-    <artifactId>struts2-jfreechart-plugin</artifactId>

-    <packaging>jar</packaging>

-    <name>Struts 2 JFreeChart Plugin</name>

-

-    <dependencies>

-        <dependency>

-            <groupId>org.jfree</groupId>

-            <artifactId>jcommon</artifactId>

-            <version>1.0.23</version>

-            <scope>provided</scope>

-            <exclusions>

-                <exclusion>

-                    <groupId>gnujaxp</groupId>

-                    <artifactId>gnujaxp</artifactId>

-                </exclusion>

-            </exclusions>

-        </dependency>

-        <dependency>

-            <groupId>org.jfree</groupId>

-            <artifactId>jfreechart</artifactId>

-            <version>1.0.19</version>

-            <scope>provided</scope>

-            <exclusions>

-                <exclusion>

-                    <groupId>gnujaxp</groupId>

-                    <artifactId>gnujaxp</artifactId>

-                </exclusion>

-            </exclusions>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-junit-plugin</artifactId>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>jsp-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.easymock</groupId>

-            <artifactId>easymock</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <!-- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher.

-           This is only necessary in tests-->

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>javax.servlet-api</artifactId>

-            <version>3.1.0</version>

-            <scope>test</scope>

-        </dependency>

-

-    </dependencies>

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+   </parent>
+
+    <artifactId>struts2-jfreechart-plugin</artifactId>
+    <packaging>jar</packaging>
+    <name>Struts 2 JFreeChart Plugin</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.jfree</groupId>
+            <artifactId>jcommon</artifactId>
+            <version>1.0.23</version>
+            <scope>provided</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>gnujaxp</groupId>
+                    <artifactId>gnujaxp</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.jfree</groupId>
+            <artifactId>jfreechart</artifactId>
+            <version>1.0.19</version>
+            <scope>provided</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>gnujaxp</groupId>
+                    <artifactId>gnujaxp</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-junit-plugin</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>jsp-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymock</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <!-- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher.
+           This is only necessary in tests-->
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <version>3.1.0</version>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/plugins/json/pom.xml b/plugins/json/pom.xml
index 7a94f3a..94ba50c 100644
--- a/plugins/json/pom.xml
+++ b/plugins/json/pom.xml
@@ -1,117 +1,117 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-json-plugin</artifactId>

-    <packaging>jar</packaging>

-    <name>Struts 2 JSON Plugin</name>

-

-    <build>

-        <plugins>

-            <plugin>

-                <groupId>org.apache.felix</groupId>

-                <artifactId>maven-bundle-plugin</artifactId>

-                <extensions>true</extensions>

-                <configuration>

-                    <instructions>

-                        <Bundle-Activator>org.apache.struts2.osgi.StrutsActivator</Bundle-Activator>

-                        <manifestLocation>META-INF</manifestLocation>

-                    </instructions>

-                </configuration>

-            </plugin>

-        </plugins>

-    </build>

-

-    <dependencies>

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-junit-plugin</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.commons</groupId>

-            <artifactId>commons-lang3</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>jsp-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.easymock</groupId>

-            <artifactId>easymock</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>mockobjects</groupId>

-            <artifactId>mockobjects-core</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>mockobjects</groupId>

-            <artifactId>mockobjects-jdk1.3-j2ee1.3</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-test</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-web</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.easytesting</groupId>

-            <artifactId>fest-assert</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <!-- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher.

-           This is only necessary in tests-->

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>javax.servlet-api</artifactId>

-            <version>3.1.0</version>

-            <scope>test</scope>

-        </dependency>

-

-    </dependencies>

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-json-plugin</artifactId>
+    <packaging>jar</packaging>
+    <name>Struts 2 JSON Plugin</name>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Bundle-Activator>org.apache.struts2.osgi.StrutsActivator</Bundle-Activator>
+                        <manifestLocation>META-INF</manifestLocation>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-junit-plugin</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>jsp-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymock</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>mockobjects</groupId>
+            <artifactId>mockobjects-core</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>mockobjects</groupId>
+            <artifactId>mockobjects-jdk1.3-j2ee1.3</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-test</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-web</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.easytesting</groupId>
+            <artifactId>fest-assert</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <!-- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher.
+           This is only necessary in tests-->
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <version>3.1.0</version>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/plugins/junit/pom.xml b/plugins/junit/pom.xml
index 514cec0..457d899 100644
--- a/plugins/junit/pom.xml
+++ b/plugins/junit/pom.xml
@@ -1,88 +1,88 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-junit-plugin</artifactId>

-    <packaging>jar</packaging>

-    <name>Struts 2 JUnit Plugin</name>

-

-    <dependencies>

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-test</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-core</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-context</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-spring-plugin</artifactId>

-            <optional>true</optional>

-        </dependency>

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>jsp-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-        <dependency>

-            <groupId>junit</groupId>

-            <artifactId>junit</artifactId>

-        </dependency>

-

-        <!-- Convention Plugin tests -->

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-convention-plugin</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <!-- Portlet -->

-        <dependency>

-            <groupId>javax.portlet</groupId>

-            <artifactId>portlet-api</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <!-- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher.

-           This is only necessary in tests-->

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>javax.servlet-api</artifactId>

-            <version>3.1.0</version>

-            <scope>test</scope>

-        </dependency>

-    </dependencies>

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-junit-plugin</artifactId>
+    <packaging>jar</packaging>
+    <name>Struts 2 JUnit Plugin</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-test</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-spring-plugin</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>jsp-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+
+        <!-- Convention Plugin tests -->
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-convention-plugin</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <!-- Portlet -->
+        <dependency>
+            <groupId>javax.portlet</groupId>
+            <artifactId>portlet-api</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <!-- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher.
+           This is only necessary in tests-->
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <version>3.1.0</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/plugins/osgi/pom.xml b/plugins/osgi/pom.xml
index bd497d9..ce9959e 100644
--- a/plugins/osgi/pom.xml
+++ b/plugins/osgi/pom.xml
@@ -1,78 +1,78 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-osgi-plugin</artifactId>

-    <packaging>jar</packaging>

-    <name>Struts 2 OSGi Plugin</name>

-

-    <dependencies>

-        <dependency>

-            <groupId>org.apache.felix</groupId>

-            <artifactId>org.apache.felix.main</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.felix</groupId>

-            <artifactId>org.apache.felix.shell</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.felix</groupId>

-            <artifactId>org.apache.felix.shell.tui</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.velocity</groupId>

-            <artifactId>velocity</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.velocity</groupId>

-            <artifactId>velocity-tools</artifactId>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.commons</groupId>

-            <artifactId>commons-lang3</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>commons-digester</groupId>

-            <artifactId>commons-digester</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.easymock</groupId>

-            <artifactId>easymock</artifactId>

-            <scope>test</scope>

-        </dependency>

-    </dependencies>

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-osgi-plugin</artifactId>
+    <packaging>jar</packaging>
+    <name>Struts 2 OSGi Plugin</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.main</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.shell</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.shell.tui</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.velocity</groupId>
+            <artifactId>velocity</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.velocity</groupId>
+            <artifactId>velocity-tools</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-digester</groupId>
+            <artifactId>commons-digester</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymock</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/plugins/oval/pom.xml b/plugins/oval/pom.xml
index 6c40354..d97765c 100644
--- a/plugins/oval/pom.xml
+++ b/plugins/oval/pom.xml
@@ -1,74 +1,74 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-oval-plugin</artifactId>

-    <packaging>jar</packaging>

-    <name>Struts 2 OVal Plugin</name>

-    

-    <dependencies>

-        <!-- OVal -->

-        <dependency>

-            <groupId>net.sf.oval</groupId>

-            <artifactId>oval</artifactId>

-        </dependency>

-

-         <dependency>

-            <groupId>com.thoughtworks.xstream</groupId>

-            <artifactId>xstream</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.commons</groupId>

-            <artifactId>commons-lang3</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>javax.persistence</groupId>

-            <artifactId>persistence-api</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <!-- Testing -->

-        <dependency>

-            <groupId>org.easymock</groupId>

-            <artifactId>easymock</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-context</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-    </dependencies>

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-oval-plugin</artifactId>
+    <packaging>jar</packaging>
+    <name>Struts 2 OVal Plugin</name>
+    
+    <dependencies>
+        <!-- OVal -->
+        <dependency>
+            <groupId>net.sf.oval</groupId>
+            <artifactId>oval</artifactId>
+        </dependency>
+
+         <dependency>
+            <groupId>com.thoughtworks.xstream</groupId>
+            <artifactId>xstream</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>javax.persistence</groupId>
+            <artifactId>persistence-api</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <!-- Testing -->
+        <dependency>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymock</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/plugins/pell-multipart/pom.xml b/plugins/pell-multipart/pom.xml
index 8f308a3..c18bc0b 100644
--- a/plugins/pell-multipart/pom.xml
+++ b/plugins/pell-multipart/pom.xml
@@ -1,45 +1,45 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-pell-multipart-plugin</artifactId>

-    <packaging>jar</packaging>

-    <name>Struts 2 Pell Multipart Plugin</name>

-

-    <dependencies>

-        <dependency>

-            <groupId>opensymphony</groupId>

-            <artifactId>pell-multipart</artifactId>

-            <version>2.1.5</version>

-            <scope>provided</scope>

-        </dependency>

-    </dependencies>

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-pell-multipart-plugin</artifactId>
+    <packaging>jar</packaging>
+    <name>Struts 2 Pell Multipart Plugin</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>opensymphony</groupId>
+            <artifactId>pell-multipart</artifactId>
+            <version>2.1.5</version>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/plugins/plexus/pom.xml b/plugins/plexus/pom.xml
index d0aadae..f1fb259 100644
--- a/plugins/plexus/pom.xml
+++ b/plugins/plexus/pom.xml
@@ -1,44 +1,44 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-plexus-plugin</artifactId>

-    <packaging>jar</packaging>

-    <name>Struts 2 Plexus Plugin</name>

-

-    <dependencies>

-        <dependency>

-            <groupId>org.codehaus.plexus</groupId>

-            <artifactId>plexus-container-default</artifactId>

-            <version>1.0-alpha-10</version>

-        </dependency>

-   </dependencies>

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-plexus-plugin</artifactId>
+    <packaging>jar</packaging>
+    <name>Struts 2 Plexus Plugin</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-container-default</artifactId>
+            <version>1.0-alpha-10</version>
+        </dependency>
+   </dependencies>
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/plugins/pom.xml b/plugins/pom.xml
index bbd6801..0062d32 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -1,86 +1,86 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-parent</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-plugins</artifactId>

-    <packaging>pom</packaging>

-    <name>Struts Plugins</name>

-

-    <modules>

-        <module>bean-validation</module>

-        <module>cdi</module>

-        <module>config-browser</module>

-        <module>convention</module>

-        <module>dwr</module>

-        <module>embeddedjsp</module>

-        <module>gxp</module>

-        <module>jasperreports</module>

-        <module>javatemplates</module>

-        <module>jfreechart</module>

-        <module>json</module>

-        <module>junit</module>

-        <module>osgi</module>

-        <module>oval</module>

-        <module>pell-multipart</module>

-        <module>plexus</module>

-        <module>portlet</module>

-        <module>portlet-tiles</module>

-        <module>rest</module>

-        <module>sitegraph</module>

-        <module>sitemesh</module>

-        <module>spring</module>

-        <module>testng</module>

-        <module>tiles</module>

-    </modules>

-

-    <dependencies>

-

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-core</artifactId>

-        </dependency>

-

-        <!-- Test dependencies -->

-        <dependency>

-            <groupId>junit</groupId>

-            <artifactId>junit</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>servlet-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-

-    </dependencies>

-

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-parent</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-plugins</artifactId>
+    <packaging>pom</packaging>
+    <name>Struts Plugins</name>
+
+    <modules>
+        <module>bean-validation</module>
+        <module>cdi</module>
+        <module>config-browser</module>
+        <module>convention</module>
+        <module>dwr</module>
+        <module>embeddedjsp</module>
+        <module>gxp</module>
+        <module>jasperreports</module>
+        <module>javatemplates</module>
+        <module>jfreechart</module>
+        <module>json</module>
+        <module>junit</module>
+        <module>osgi</module>
+        <module>oval</module>
+        <module>pell-multipart</module>
+        <module>plexus</module>
+        <module>portlet</module>
+        <module>portlet-tiles</module>
+        <module>rest</module>
+        <module>sitegraph</module>
+        <module>sitemesh</module>
+        <module>spring</module>
+        <module>testng</module>
+        <module>tiles</module>
+    </modules>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-core</artifactId>
+        </dependency>
+
+        <!-- Test dependencies -->
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+    </dependencies>
+
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/plugins/portlet-tiles/pom.xml b/plugins/portlet-tiles/pom.xml
index 3b71a73..cc25739 100644
--- a/plugins/portlet-tiles/pom.xml
+++ b/plugins/portlet-tiles/pom.xml
@@ -1,66 +1,66 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-portlet-tiles-plugin</artifactId>

-    <packaging>jar</packaging>

-    <name>Struts 2 Portlet Tiles Plugin</name>

-

-    <dependencies>

-        <dependency>

-             <groupId>org.apache.struts</groupId>

-             <artifactId>struts2-tiles-plugin</artifactId>

-        </dependency>

-        <dependency>

-             <groupId>org.apache.struts</groupId>

-             <artifactId>struts2-portlet-plugin</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.tiles</groupId>

-            <artifactId>tiles-request-portlet</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>jsp-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-        <dependency>

-            <groupId>javax.portlet</groupId>

-            <artifactId>portlet-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.tiles</groupId>

-            <artifactId>tiles-jsp</artifactId>

-            <scope>runtime</scope>

-        </dependency>

-    </dependencies>

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-portlet-tiles-plugin</artifactId>
+    <packaging>jar</packaging>
+    <name>Struts 2 Portlet Tiles Plugin</name>
+
+    <dependencies>
+        <dependency>
+             <groupId>org.apache.struts</groupId>
+             <artifactId>struts2-tiles-plugin</artifactId>
+        </dependency>
+        <dependency>
+             <groupId>org.apache.struts</groupId>
+             <artifactId>struts2-portlet-plugin</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tiles</groupId>
+            <artifactId>tiles-request-portlet</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>jsp-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>javax.portlet</groupId>
+            <artifactId>portlet-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tiles</groupId>
+            <artifactId>tiles-jsp</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+    </dependencies>
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/plugins/portlet/pom.xml b/plugins/portlet/pom.xml
index 56efe2e..20c0910 100644
--- a/plugins/portlet/pom.xml
+++ b/plugins/portlet/pom.xml
@@ -1,158 +1,158 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-portlet-plugin</artifactId>

-    <packaging>jar</packaging>

-    <name>Struts 2 Portlet Plugin</name>

-

-    <dependencies>

-        <!-- junit and related JARs are needed for 'compile'! -->

-        <!-- Due to StrutsPortletTestCase shall be distributed to applications. -->

-        <dependency>

-            <groupId>org.apache.struts</groupId>

-            <artifactId>struts2-junit-plugin</artifactId>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>junit</groupId>

-            <artifactId>junit</artifactId>

-            <optional>true</optional>

-        </dependency>

-

-        <!-- spring-core is required for javadoc of jdk8 -->

-        <!-- It is indirectly referenced by struts2-junit-plugin. -->

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-core</artifactId>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>jsp-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.commons</groupId>

-            <artifactId>commons-lang3</artifactId>

-        </dependency>

-

-        <!-- Velocity -->

-        <dependency>

-            <groupId>org.apache.velocity</groupId>

-            <artifactId>velocity</artifactId>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.velocity</groupId>

-            <artifactId>velocity-tools</artifactId>

-            <optional>true</optional>

-        </dependency>

-

-        <!-- Portlet -->

-        <dependency>

-            <groupId>javax.portlet</groupId>

-            <artifactId>portlet-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>mockobjects</groupId>

-            <artifactId>mockobjects-jdk1.3-j2ee1.3</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.easymock</groupId>

-            <artifactId>easymock</artifactId>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>jmock</groupId>

-            <artifactId>jmock</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>jmock</groupId>

-            <artifactId>jmock-cglib</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>mockobjects</groupId>

-            <artifactId>mockobjects-core</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.logging.log4j</groupId>

-            <artifactId>log4j-core</artifactId>

-            <version>${log4j2.version}</version>

-            <scope>test</scope>

-        </dependency>

-

-        <!-- Mocks for unit testing (by Spring) -->

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-test</artifactId>

-            <optional>true</optional>

-        </dependency>

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-webmvc-portlet</artifactId>

-            <optional>true</optional>

-        </dependency>

-        <dependency>

-            <groupId>commons-fileupload</groupId>

-            <artifactId>commons-fileupload</artifactId>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>cglib</groupId>

-            <artifactId>cglib</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <!-- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher.

-           This is only necessary in tests-->

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>javax.servlet-api</artifactId>

-            <version>3.1.0</version>

-            <scope>test</scope>

-        </dependency>

-    </dependencies>

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-portlet-plugin</artifactId>
+    <packaging>jar</packaging>
+    <name>Struts 2 Portlet Plugin</name>
+
+    <dependencies>
+        <!-- junit and related JARs are needed for 'compile'! -->
+        <!-- Due to StrutsPortletTestCase shall be distributed to applications. -->
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-junit-plugin</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <!-- spring-core is required for javadoc of jdk8 -->
+        <!-- It is indirectly referenced by struts2-junit-plugin. -->
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-core</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>jsp-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+        </dependency>
+
+        <!-- Velocity -->
+        <dependency>
+            <groupId>org.apache.velocity</groupId>
+            <artifactId>velocity</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.velocity</groupId>
+            <artifactId>velocity-tools</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <!-- Portlet -->
+        <dependency>
+            <groupId>javax.portlet</groupId>
+            <artifactId>portlet-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>mockobjects</groupId>
+            <artifactId>mockobjects-jdk1.3-j2ee1.3</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymock</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>jmock</groupId>
+            <artifactId>jmock</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>jmock</groupId>
+            <artifactId>jmock-cglib</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>mockobjects</groupId>
+            <artifactId>mockobjects-core</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-core</artifactId>
+            <version>${log4j2.version}</version>
+            <scope>test</scope>
+        </dependency>
+
+        <!-- Mocks for unit testing (by Spring) -->
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-test</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-webmvc-portlet</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>commons-fileupload</groupId>
+            <artifactId>commons-fileupload</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>cglib</groupId>
+            <artifactId>cglib</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <!-- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher.
+           This is only necessary in tests-->
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <version>3.1.0</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/plugins/rest/pom.xml b/plugins/rest/pom.xml
index 172fdff..710fbaa 100644
--- a/plugins/rest/pom.xml
+++ b/plugins/rest/pom.xml
@@ -1,105 +1,105 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-rest-plugin</artifactId>

-    <name>Struts 2 REST Plugin</name>

-    <packaging>jar</packaging>

-

-    <properties>

-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-

-    <dependencies>

-        <dependency>

-            <groupId>com.thoughtworks.xstream</groupId>

-            <artifactId>xstream</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>net.sf.json-lib</groupId>

-            <artifactId>json-lib</artifactId>

-            <classifier>jdk15</classifier>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>com.fasterxml.jackson.core</groupId>

-            <artifactId>jackson-core</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>com.fasterxml.jackson.core</groupId>

-            <artifactId>jackson-databind</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>com.fasterxml.jackson.dataformat</groupId>

-            <artifactId>jackson-dataformat-xml</artifactId>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>mockobjects</groupId>

-            <artifactId>mockobjects-core</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-test</artifactId>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-web</artifactId>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-core</artifactId>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>org.easytesting</groupId>

-            <artifactId>fest-assert</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <!-- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher.

-           This is only necessary in tests-->

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>javax.servlet-api</artifactId>

-            <version>3.1.0</version>

-            <scope>test</scope>

-        </dependency>

-

-    </dependencies>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-rest-plugin</artifactId>
+    <name>Struts 2 REST Plugin</name>
+    <packaging>jar</packaging>
+
+    <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>com.thoughtworks.xstream</groupId>
+            <artifactId>xstream</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>net.sf.json-lib</groupId>
+            <artifactId>json-lib</artifactId>
+            <classifier>jdk15</classifier>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-databind</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.fasterxml.jackson.dataformat</groupId>
+            <artifactId>jackson-dataformat-xml</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>mockobjects</groupId>
+            <artifactId>mockobjects-core</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-test</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-web</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-core</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>org.easytesting</groupId>
+            <artifactId>fest-assert</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <!-- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher.
+           This is only necessary in tests-->
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <version>3.1.0</version>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+
+</project>
diff --git a/plugins/sitegraph/pom.xml b/plugins/sitegraph/pom.xml
index 5c96583..c92b5f9 100644
--- a/plugins/sitegraph/pom.xml
+++ b/plugins/sitegraph/pom.xml
@@ -1,171 +1,171 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-sitegraph-plugin</artifactId>

-    <packaging>jar</packaging>

-    <name>DEPRECATED: Struts 2 Sitegraph Plugin</name>

-

-    <build>

-        <plugins>

-          <plugin>

-            <groupId>org.apache.maven.plugins</groupId>

-            <artifactId>maven-jar-plugin</artifactId>

-            <configuration>

-              <archive>

-                <manifest>

-                  <mainClass>org.apache.struts2.sitegraph.SiteGraph</mainClass>

-                  <addClasspath>true</addClasspath>

-                </manifest>

-              </archive>

-            </configuration>

-          </plugin>

-        </plugins>

-    </build>

-

-    <dependencies>

-        <dependency>

-            <groupId>${project.groupId}</groupId>

-            <artifactId>struts2-junit-plugin</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>jsp-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-

-        <!-- Quickstart -->

-        <dependency>

-            <groupId>jetty</groupId>

-            <artifactId>org.mortbay.jetty</artifactId>

-            <version>5.1.4</version>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>eclipse</groupId>

-            <artifactId>jdtcore</artifactId>

-            <version>3.1.0</version>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>ant</groupId>

-            <artifactId>ant</artifactId>

-            <version>1.6.5</version>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>tomcat</groupId>

-            <artifactId>jasper-compiler</artifactId>

-            <version>5.5.12</version>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>tomcat</groupId>

-            <artifactId>jasper-runtime</artifactId>

-            <version>5.5.12</version>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>tomcat</groupId>

-            <artifactId>jasper-compiler-jdt</artifactId>

-            <version>5.5.12</version>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>commons-el</groupId>

-            <artifactId>commons-el</artifactId>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>commons-io</groupId>

-            <artifactId>commons-io</artifactId>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.commons</groupId>

-            <artifactId>commons-lang3</artifactId>

-            <optional>true</optional>

-        </dependency>

-

-        <!-- Test dependencies -->

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-core</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-test</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <!-- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher.

-           This is only necessary in tests-->

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>javax.servlet-api</artifactId>

-            <version>3.1.0</version>

-            <scope>test</scope>

-        </dependency>

-

-    </dependencies>

-

-    <reporting>

-        <plugins>

-            <plugin>

-                <groupId>org.codehaus.mojo</groupId>

-                <artifactId>rat-maven-plugin</artifactId>

-                <version>1.0-alpha-2</version>

-                <configuration>

-                    <includes>

-                        <include>pom.xml</include>

-                        <include>src/**</include>

-                    </includes>

-                    <excludes>

-                        <exclude>src/main/resources/org/apache/struts2/sitegraph/sitegraph-usage.txt</exclude>

-                        <exclude>src/test/resources/org/apache/struts2/sitegraph/out.txt</exclude>

-                    </excludes>

-                </configuration>

-            </plugin>

-        </plugins>

-    </reporting>

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-sitegraph-plugin</artifactId>
+    <packaging>jar</packaging>
+    <name>DEPRECATED: Struts 2 Sitegraph Plugin</name>
+
+    <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-jar-plugin</artifactId>
+            <configuration>
+              <archive>
+                <manifest>
+                  <mainClass>org.apache.struts2.sitegraph.SiteGraph</mainClass>
+                  <addClasspath>true</addClasspath>
+                </manifest>
+              </archive>
+            </configuration>
+          </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>struts2-junit-plugin</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>jsp-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <!-- Quickstart -->
+        <dependency>
+            <groupId>jetty</groupId>
+            <artifactId>org.mortbay.jetty</artifactId>
+            <version>5.1.4</version>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>eclipse</groupId>
+            <artifactId>jdtcore</artifactId>
+            <version>3.1.0</version>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>ant</groupId>
+            <artifactId>ant</artifactId>
+            <version>1.6.5</version>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>tomcat</groupId>
+            <artifactId>jasper-compiler</artifactId>
+            <version>5.5.12</version>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>tomcat</groupId>
+            <artifactId>jasper-runtime</artifactId>
+            <version>5.5.12</version>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>tomcat</groupId>
+            <artifactId>jasper-compiler-jdt</artifactId>
+            <version>5.5.12</version>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-el</groupId>
+            <artifactId>commons-el</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <!-- Test dependencies -->
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-core</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-test</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <!-- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher.
+           This is only necessary in tests-->
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <version>3.1.0</version>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>rat-maven-plugin</artifactId>
+                <version>1.0-alpha-2</version>
+                <configuration>
+                    <includes>
+                        <include>pom.xml</include>
+                        <include>src/**</include>
+                    </includes>
+                    <excludes>
+                        <exclude>src/main/resources/org/apache/struts2/sitegraph/sitegraph-usage.txt</exclude>
+                        <exclude>src/test/resources/org/apache/struts2/sitegraph/out.txt</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+        </plugins>
+    </reporting>
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/plugins/sitemesh/pom.xml b/plugins/sitemesh/pom.xml
index d4e16fc..249d4e4 100644
--- a/plugins/sitemesh/pom.xml
+++ b/plugins/sitemesh/pom.xml
@@ -1,56 +1,56 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-sitemesh-plugin</artifactId>

-    <packaging>jar</packaging>

-    <name>Struts 2 Sitemesh Plugin</name>

-

-    <dependencies>

-        <dependency>

-            <groupId>opensymphony</groupId>

-            <artifactId>sitemesh</artifactId>

-        </dependency>

-        <!-- Velocity -->

-        <dependency>

-            <groupId>org.apache.velocity</groupId>

-            <artifactId>velocity</artifactId>

-            <optional>true</optional>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.velocity</groupId>

-            <artifactId>velocity-tools</artifactId>

-            <optional>true</optional>

-        </dependency>

-

-   </dependencies>

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-sitemesh-plugin</artifactId>
+    <packaging>jar</packaging>
+    <name>Struts 2 Sitemesh Plugin</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>opensymphony</groupId>
+            <artifactId>sitemesh</artifactId>
+        </dependency>
+        <!-- Velocity -->
+        <dependency>
+            <groupId>org.apache.velocity</groupId>
+            <artifactId>velocity</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.velocity</groupId>
+            <artifactId>velocity-tools</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+   </dependencies>
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/plugins/spring/pom.xml b/plugins/spring/pom.xml
index 0e553f9..3485a58 100644
--- a/plugins/spring/pom.xml
+++ b/plugins/spring/pom.xml
@@ -1,91 +1,91 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-spring-plugin</artifactId>

-    <packaging>jar</packaging>

-    <name>Struts 2 Spring Plugin</name>

-

-    <dependencies>

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-beans</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-core</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-context</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-web</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-test</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.commons</groupId>

-            <artifactId>commons-lang3</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.commons</groupId>

-            <artifactId>commons-jci-fam</artifactId>

-            <optional>true</optional>

-        </dependency>

-

-		 <dependency>

-            <groupId>org.easymock</groupId>

-            <artifactId>easymock</artifactId>

-            <scope>test</scope>

-        </dependency>

-

-        <!-- The Servlet API mocks in Spring Framework 4.0 support Servlet 3.0 and higher

-           So this is only necessary in tests-->

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>javax.servlet-api</artifactId>

-            <version>3.1.0</version>

-            <scope>test</scope>

-        </dependency>

-   </dependencies>

-

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-spring-plugin</artifactId>
+    <packaging>jar</packaging>
+    <name>Struts 2 Spring Plugin</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-beans</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-core</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-web</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-test</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-jci-fam</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+		 <dependency>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymock</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <!-- The Servlet API mocks in Spring Framework 4.0 support Servlet 3.0 and higher
+           So this is only necessary in tests-->
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <version>3.1.0</version>
+            <scope>test</scope>
+        </dependency>
+   </dependencies>
+
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/plugins/testng/pom.xml b/plugins/testng/pom.xml
index 01e20e7..06b39f2 100644
--- a/plugins/testng/pom.xml
+++ b/plugins/testng/pom.xml
@@ -1,68 +1,68 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-testng-plugin</artifactId>

-    <packaging>jar</packaging>

-    <name>Struts 2 TestNG Plugin</name>

-

-    <dependencies>

-        <dependency>

-            <groupId>org.testng</groupId>

-            <artifactId>testng</artifactId>

-            <version>6.9.10</version>

-        </dependency>

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-test</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-core</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>jsp-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-

-        <!-- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher.

-           This is only necessary in tests-->

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>javax.servlet-api</artifactId>

-            <version>3.1.0</version>

-            <scope>test</scope>

-        </dependency>

-

-    </dependencies>

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-testng-plugin</artifactId>
+    <packaging>jar</packaging>
+    <name>Struts 2 TestNG Plugin</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.testng</groupId>
+            <artifactId>testng</artifactId>
+            <version>6.9.10</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-test</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-core</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>jsp-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <!-- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher.
+           This is only necessary in tests-->
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <version>3.1.0</version>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/plugins/tiles/pom.xml b/plugins/tiles/pom.xml
index 2f3717a..7d44b35 100644
--- a/plugins/tiles/pom.xml
+++ b/plugins/tiles/pom.xml
@@ -1,89 +1,89 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts2-plugins</artifactId>

-        <version>2.5.18-SNAPSHOT</version>

-    </parent>

-

-    <artifactId>struts2-tiles-plugin</artifactId>

-    <packaging>jar</packaging>

-    <name>Struts 2 Tiles Plugin</name>

-

-    <dependencies>

-        <dependency>

-            <groupId>org.apache.tiles</groupId>

-            <artifactId>tiles-api</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.tiles</groupId>

-            <artifactId>tiles-core</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.tiles</groupId>

-            <artifactId>tiles-servlet</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.tiles</groupId>

-            <artifactId>tiles-request-api</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.tiles</groupId>

-            <artifactId>tiles-request-jsp</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.tiles</groupId>

-            <artifactId>tiles-request-servlet</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.tiles</groupId>

-            <artifactId>tiles-jsp</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.tiles</groupId>

-            <artifactId>tiles-freemarker</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.tiles</groupId>

-            <artifactId>tiles-ognl</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.tiles</groupId>

-            <artifactId>tiles-el</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.glassfish</groupId>

-            <artifactId>javax.el</artifactId>

-            <optional>true</optional>

-        </dependency>

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>jsp-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-    </dependencies>

-    <properties>

-    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-    </properties>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts2-plugins</artifactId>
+        <version>2.5.18</version>
+    </parent>
+
+    <artifactId>struts2-tiles-plugin</artifactId>
+    <packaging>jar</packaging>
+    <name>Struts 2 Tiles Plugin</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tiles</groupId>
+            <artifactId>tiles-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tiles</groupId>
+            <artifactId>tiles-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tiles</groupId>
+            <artifactId>tiles-servlet</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tiles</groupId>
+            <artifactId>tiles-request-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tiles</groupId>
+            <artifactId>tiles-request-jsp</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tiles</groupId>
+            <artifactId>tiles-request-servlet</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tiles</groupId>
+            <artifactId>tiles-jsp</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tiles</groupId>
+            <artifactId>tiles-freemarker</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tiles</groupId>
+            <artifactId>tiles-ognl</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tiles</groupId>
+            <artifactId>tiles-el</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.glassfish</groupId>
+            <artifactId>javax.el</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>jsp-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+    <properties>
+    	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+</project>
diff --git a/pom.xml b/pom.xml
index 17c5ce8..78efaf4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,1103 +1,1103 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-/*

- * 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.

- */

--->

-<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">

-

-    <parent>

-        <groupId>org.apache.struts</groupId>

-        <artifactId>struts-master</artifactId>

-        <version>12</version>

-    </parent>

-

-    <modelVersion>4.0.0</modelVersion>

-    <artifactId>struts2-parent</artifactId>

-    <version>2.5.18-SNAPSHOT</version>

-    <packaging>pom</packaging>

-    <name>Struts 2</name>

-    <url>http://struts.apache.org/</url>

-    <description>Apache Struts 2</description>

-

-    <inceptionYear>2000</inceptionYear>

-

-    <!--

-    <description>

-        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,

-        to maintaining applications over time.

-    </description>

-    -->

-

-    <scm>

-        <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>

-        <tag>STRUTS_2_5_16</tag>

-    </scm>

-

-    <issueManagement>

-        <system>JIRA</system>

-        <url>https://issues.apache.org/jira/projects/WW</url>

-    </issueManagement>

-

-    <ciManagement>

-        <system>Jenkins</system>

-        <url>https://builds.apache.org/view/S-Z/view/Struts/</url>

-        <notifiers>

-            <notifier>

-                <type>mail</type>

-                <configuration>

-                    <address>dev@struts.apache.org</address>

-                </configuration>

-            </notifier>

-        </notifiers>

-    </ciManagement>

-

-    <modules>

-        <module>bom</module>

-        <module>core</module>

-        <module>apps</module>

-        <module>plugins</module>

-        <module>bundles</module>

-    </modules>

-

-    <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>

-            <comments />

-        </license>

-    </licenses>

-

-    <organization>

-        <name>Apache Software Foundation</name>

-        <url>http://www.apache.org</url>

-    </organization>

-

-    <properties>

-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-

-        <spring.platformVersion>4.3.13.RELEASE</spring.platformVersion>

-        <ognl.version>3.1.15</ognl.version>

-        <asm.version>5.2</asm.version>

-        <tiles.version>3.0.7</tiles.version>

-        <tiles-request.version>1.0.6</tiles-request.version>

-        <log4j2.version>2.10.0</log4j2.version>

-        <jackson.version>2.9.5</jackson.version>

-

-        <!-- Site generation -->

-        <fluido-skin.version>1.6</fluido-skin.version>

-

-        <!-- Sonar -->

-        <sonar.host.url>https://builds.apache.org/analysis/</sonar.host.url>

-    </properties>

-

-    <profiles>

-        <profile>

-            <id>includeAssembly</id>

-            <activation>

-                <property>

-                    <name>!skipAssembly</name>

-                </property>

-            </activation>

-            <modules>

-                <module>assembly</module>

-            </modules>

-        </profile>

-        <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>

-        <profile>

-            <id>jdk8</id>

-            <activation>

-                <jdk>1.8</jdk>

-            </activation>

-            <build>

-                <pluginManagement>

-                    <plugins>

-                        <plugin>

-                            <groupId>org.apache.maven.plugins</groupId>

-                            <artifactId>maven-javadoc-plugin</artifactId>

-                            <configuration>

-                                <additionalparam>-Xdoclint:none</additionalparam>

-                            </configuration>

-                        </plugin>

-                    </plugins>

-                </pluginManagement>

-            </build>

-        </profile>

-        <profile>

-            <id>jdk9</id>

-            <activation>

-                <jdk>9</jdk>

-            </activation>

-            <properties>

-                <!-- coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->

-                <coveralls.skip>true</coveralls.skip>

-            </properties>

-            <build>

-                <pluginManagement>

-                    <plugins>

-                        <plugin>

-                            <groupId>org.apache.maven.plugins</groupId>

-                            <artifactId>maven-surefire-plugin</artifactId>

-                            <configuration>

-                                <argLine>--add-modules java.activation --add-modules java.xml.bind</argLine>

-                            </configuration>

-                        </plugin>

-                    </plugins>

-                </pluginManagement>

-            </build>

-        </profile>

-        <profile>

-            <id>travis-coveralls</id>

-            <build>

-                <plugins>

-                    <plugin>

-                        <groupId>org.codehaus.mojo</groupId>

-                        <artifactId>cobertura-maven-plugin</artifactId>

-                        <version>2.7</version>

-                        <configuration>

-                            <format>xml</format>

-                            <maxmem>256m</maxmem>

-                            <!-- aggregated reports for multi-module projects -->

-                            <aggregate>true</aggregate>

-                        </configuration>

-                    </plugin>

-                    <plugin>

-                        <groupId>org.eluder.coveralls</groupId>

-                        <artifactId>coveralls-maven-plugin</artifactId>

-                        <version>4.3.0</version>

-                    </plugin>

-                </plugins>

-            </build>

-        </profile>

-        <profile>

-            <id>update-impact</id>

-            <build>

-                <plugins>

-                    <plugin>

-                        <groupId>com.updateimpact</groupId>

-                        <artifactId>updateimpact-maven-plugin</artifactId>

-                        <version>1.0.10</version>

-                    </plugin>

-                </plugins>

-            </build>

-        </profile>

-    </profiles>

-

-    <build>

-        <pluginManagement>

-            <plugins>

-                <plugin>

-                    <groupId>org.apache.maven.plugins</groupId>

-                    <artifactId>maven-project-info-reports-plugin</artifactId>

-                    <version>2.7</version>

-                </plugin>

-                <plugin>

-                    <groupId>org.apache.maven.plugins</groupId>

-                    <artifactId>maven-surefire-plugin</artifactId>

-                    <version>2.20.1</version>

-                    <configuration>

-                        <argLine>-Duser.language=en -Duser.region=US</argLine>

-                        <includes>

-                            <include>**/*Test.java</include>

-                        </includes>

-                        <excludes>

-                            <exclude>**/TestBean.java</exclude>

-                        </excludes>

-                    </configuration>

-                </plugin>

-                <plugin>

-                    <groupId>org.apache.maven.plugins</groupId>

-                    <artifactId>maven-war-plugin</artifactId>

-                    <version>2.1</version>

-                </plugin>

-                <plugin>

-                    <groupId>org.apache.felix</groupId>

-                    <artifactId>maven-bundle-plugin</artifactId>

-                    <version>2.1.0</version>

-                </plugin>

-                <plugin>

-                    <groupId>org.apache.maven.plugins</groupId>

-                    <artifactId>maven-dependency-plugin</artifactId>

-                    <version>2.10</version>

-                </plugin>

-                <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>

-                <plugin>

-                    <groupId>org.apache.rat</groupId>

-                    <artifactId>apache-rat-plugin</artifactId>

-                    <configuration>

-                        <useMavenDefaultExcludes>true</useMavenDefaultExcludes>

-                        <useIdeaDefaultExcludes>true</useIdeaDefaultExcludes>

-                        <useDefaultExcludes>true</useDefaultExcludes>

-                        <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>

-                        <licenses>

-                            <licens implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20"/>

-                        </licenses>

-                        <licenseFamilies>

-                            <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily"/>

-                        </licenseFamilies>

-                        <includes>

-                            <include>pom.xml</include>

-                            <include>src/**</include>

-                        </includes>

-                        <excludes>

-                            <exclude>src/main/resources/org/apache/struts2/static/domTT.js</exclude>

-                            <exclude>src/site/resources/tags/**/*.html</exclude>

-                            <exclude>src/main/resources/*LICENSE.txt</exclude>

-                            <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>

-                            <exclude>src/main/resources/**/sitegraph-usage.txt</exclude>

-                            <exclude>src/main/resources/**/docs-urls.txt</exclude>

-                            <exclude>src/etc/header.txt</exclude>

-                            <exclude>src/main/resources/static/css/**/*.css</exclude>

-                            <exclude>src/main/resources/static/js/**/*.js</exclude>

-                            <exclude>src/main/resources/docs.cfg</exclude>

-                            <exclude>src/main/webapp/fonts/**/*</exclude>

-                        </excludes>

-                    </configuration>

-                </plugin>

-                <plugin>

-                    <groupId>org.owasp</groupId>

-                    <artifactId>dependency-check-maven</artifactId>

-                    <version>3.1.1</version>

-                    <configuration>

-                        <suppressionFiles>

-                            <suppressionFile>src/etc/project-suppression.xml</suppressionFile>

-                        </suppressionFiles>

-                        <failBuildOnCVSS>7</failBuildOnCVSS>

-                        <skipProvidedScope>true</skipProvidedScope>

-                        <skipRuntimeScope>true</skipRuntimeScope>

-                    </configuration>

-                </plugin>

-            </plugins>

-        </pluginManagement>

-

-        <plugins>

-            <plugin>

-                <groupId>org.apache.maven.plugins</groupId>

-                <artifactId>maven-compiler-plugin</artifactId>

-                <configuration>

-                    <source>1.7</source>

-                    <target>1.7</target>

-                </configuration>

-            </plugin>

-            <plugin>

-                <groupId>org.apache.maven.plugins</groupId>

-                <artifactId>maven-release-plugin</artifactId>

-            </plugin>

-            <plugin>

-                <artifactId>maven-jar-plugin</artifactId>

-                <configuration>

-                    <archive>

-                        <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>

-                    </archive>

-                </configuration>

-            </plugin>

-            <plugin>

-                <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>

-            </plugin>

-            <plugin>

-                <groupId>org.apache.maven.plugins</groupId>

-                <artifactId>maven-source-plugin</artifactId>

-            </plugin>

-            <plugin>

-                <groupId>org.apache.maven.plugins</groupId>

-                <artifactId>maven-site-plugin</artifactId>

-                <configuration>

-                    <relativizeDecorationLinks>false</relativizeDecorationLinks>

-                </configuration>

-                <dependencies>

-                    <dependency>

-                        <groupId>org.apache.maven.doxia</groupId>

-                        <artifactId>doxia-core</artifactId>

-                        <version>1.7</version>

-                    </dependency>

-                    <dependency>

-                        <groupId>org.apache.maven.doxia</groupId>

-                        <artifactId>doxia-module-markdown</artifactId>

-                        <version>1.3</version>

-                    </dependency>

-                </dependencies>

-            </plugin>

-            <plugin>

-                <groupId>org.apache.rat</groupId>

-                <artifactId>apache-rat-plugin</artifactId>

-                <executions>

-                    <execution>

-                        <phase>prepare-package</phase>

-                        <goals>

-                            <goal>check</goal>

-                        </goals>

-                    </execution>

-                </executions>

-            </plugin>

-

-        </plugins>

-

-        <defaultGoal>install</defaultGoal>

-

-    </build>

-

-    <reporting>

-        <plugins>

-            <plugin>

-                <groupId>org.apache.maven.plugins</groupId>

-                <artifactId>maven-project-info-reports-plugin</artifactId>

-                <configuration>

-                    <dependencyLocationsEnabled>false</dependencyLocationsEnabled>

-                </configuration>

-            </plugin>

-            <plugin>

-                <groupId>org.apache.maven.plugins</groupId>

-                <artifactId>maven-javadoc-plugin</artifactId>

-                <reportSets>

-                    <reportSet>

-                        <reports>

-                            <report>javadoc</report>

-                        </reports>

-                    </reportSet>

-                </reportSets>

-                <configuration>

-                    <failOnError>false</failOnError>

-                </configuration>

-            </plugin>

-            <plugin>

-                <groupId>org.apache.rat</groupId>

-                <artifactId>apache-rat-plugin</artifactId>

-            </plugin>

-            <plugin>

-                <groupId>org.owasp</groupId>

-                <artifactId>dependency-check-maven</artifactId>

-                <configuration>

-                    <name>Dependency Check</name>

-                </configuration>

-                <reportSets>

-                    <reportSet>

-                        <reports>

-                            <report>aggregate</report>

-                        </reports>

-                    </reportSet>

-                </reportSets>

-            </plugin>

-            <plugin>

-                <groupId>org.codehaus.mojo</groupId>

-                <artifactId>versions-maven-plugin</artifactId>

-                <version>2.5</version>

-                <reportSets>

-                    <reportSet>

-                        <reports>

-                            <report>dependency-updates-report</report>

-                            <report>plugin-updates-report</report>

-                            <report>property-updates-report</report>

-                        </reports>

-                    </reportSet>

-                </reportSets>

-            </plugin>

-        </plugins>

-    </reporting>

-

-    <dependencyManagement>

-        <dependencies>

-

-            <dependency>

-                <groupId>org.apache.struts</groupId>

-                <artifactId>struts-annotations</artifactId>

-                <version>1.0.6</version>

-            </dependency>

-

-            <dependency>

-                <groupId>org.apache.struts</groupId>

-                <artifactId>struts2-core</artifactId>

-                <version>${project.version}</version>

-            </dependency>

-            <dependency>

-                <groupId>org.apache.struts</groupId>

-                <artifactId>struts2-spring-plugin</artifactId>

-                <version>${project.version}</version>

-            </dependency>

-            <dependency>

-                <groupId>org.apache.struts</groupId>

-                <artifactId>struts2-bean-validation-plugin</artifactId>

-                <version>${project.version}</version>

-            </dependency>

-            <dependency>

-                <groupId>org.apache.struts</groupId>

-                <artifactId>struts2-cdi-plugin</artifactId>

-                <version>${project.version}</version>

-            </dependency>

-            <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>

-            <dependency>

-                <groupId>org.apache.struts</groupId>

-                <artifactId>struts2-portlet-tiles-plugin</artifactId>

-                <version>${project.version}</version>

-            </dependency>

-            <dependency>

-                <groupId>org.apache.struts</groupId>

-                <artifactId>struts2-junit-plugin</artifactId>

-                <version>${project.version}</version>

-            </dependency>

-            <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-sitegraph-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>

-            <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>

-

-            <dependency>

-                <groupId>org.freemarker</groupId>

-                <artifactId>freemarker</artifactId>

-                <version>2.3.26-incubating</version>

-            </dependency>

-

-            <dependency>

-                <groupId>org.apache.felix</groupId>

-                <artifactId>org.apache.felix.main</artifactId>

-                <version>4.0.3</version>

-            </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>

-                <version>1.4.1</version>

-            </dependency>

-

-            <dependency>

-                <groupId>uk.ltd.getahead</groupId>

-                <artifactId>dwr</artifactId>

-                <version>1.1.1</version>

-            </dependency>

-

-            <dependency>

-                <groupId>opensymphony</groupId>

-                <artifactId>sitemesh</artifactId>

-                <version>2.4.2</version>

-            </dependency>

-

-            <!-- Velocity -->

-            <dependency>

-                <groupId>org.apache.velocity</groupId>

-                <artifactId>velocity</artifactId>

-                <version>1.7</version>

-                <optional>true</optional>

-            </dependency>

-

-            <dependency>

-                <groupId>org.apache.velocity</groupId>

-                <artifactId>velocity-tools</artifactId>

-                <version>2.0</version>

-                <exclusions>

-                    <exclusion>

-                        <groupId>javax.servlet</groupId>

-                        <artifactId>servlet-api</artifactId>

-                    </exclusion>

-                    <exclusion>

-                        <groupId>struts</groupId>

-                        <artifactId>struts</artifactId>

-                    </exclusion>

-                    <exclusion>

-                        <groupId>velocity</groupId>

-                        <artifactId>velocity</artifactId>

-                    </exclusion>

-                </exclusions>

-            </dependency>

-

-            <dependency>

-                <groupId>ognl</groupId>

-                <artifactId>ognl</artifactId>

-                <version>${ognl.version}</version>

-            </dependency>

-            <dependency>

-                <groupId>org.ow2.asm</groupId>

-                <artifactId>asm</artifactId>

-                <version>${asm.version}</version>

-            </dependency>

-            <dependency>

-                <groupId>org.ow2.asm</groupId>

-                <artifactId>asm-commons</artifactId>

-                <version>${asm.version}</version>

-            </dependency>

-            <dependency>

-                <groupId>junit</groupId>

-                <artifactId>junit</artifactId>

-                <version>4.12</version>

-            </dependency>

-            <dependency>

-                <groupId>cglib</groupId>

-                <artifactId>cglib-nodep</artifactId>

-                <version>2.1_3</version>

-            </dependency>

-

-            <dependency>

-                <groupId>org.easymock</groupId>

-                <artifactId>easymock</artifactId>

-                <version>3.4</version>

-                <scope>test</scope>

-            </dependency>

-

-            <dependency>

-                <groupId>javax.servlet</groupId>

-                <artifactId>servlet-api</artifactId>

-                <version>2.4</version>

-                <scope>provided</scope>

-            </dependency>

-

-            <dependency>

-                <groupId>org.glassfish</groupId>

-                <artifactId>javax.el</artifactId>

-                <version>3.0.0</version>

-            </dependency>

-

-            <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>

-                <artifactId>jasper</artifactId>

-                <version>6.0.18</version>

-                <scope>provided</scope>

-            </dependency>

-

-            <dependency>

-                <groupId>org.apache.tiles</groupId>

-                <artifactId>tiles-api</artifactId>

-                <version>${tiles.version}</version>

-            </dependency>

-            <dependency>

-                <groupId>org.apache.tiles</groupId>

-                <artifactId>tiles-core</artifactId>

-                <version>${tiles.version}</version>

-            </dependency>

-            <dependency>

-                <groupId>org.apache.tiles</groupId>

-                <artifactId>tiles-servlet</artifactId>

-                <version>${tiles.version}</version>

-            </dependency>

-            <dependency>

-                <groupId>org.apache.tiles</groupId>

-                <artifactId>tiles-request-portlet</artifactId>

-                <version>${tiles-request.version}</version>

-            </dependency>

-            <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>

-            <dependency>

-                <groupId>org.apache.tiles</groupId>

-                <artifactId>tiles-jsp</artifactId>

-                <version>${tiles.version}</version>

-            </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>

-            </dependency>

-

-            <dependency>

-                <groupId>javax.servlet</groupId>

-                <artifactId>jsp-api</artifactId>

-                <version>2.0</version>

-                <scope>provided</scope>

-            </dependency>

-

-            <dependency>

-                <groupId>taglibs</groupId>

-                <artifactId>request</artifactId>

-                <version>1.0.1</version>

-                <scope>test</scope>

-            </dependency>

-

-            <dependency>

-                <groupId>javax.servlet.jsp</groupId>

-                <artifactId>jsp-api</artifactId>

-                <version>2.1</version>

-                <scope>test</scope>

-            </dependency>

-

-            <dependency>

-                <groupId>org.apache.tomcat</groupId>

-                <artifactId>juli</artifactId>

-                <version>6.0.18</version>

-            </dependency>

-

-            <!-- Commons -->

-            <dependency>

-                <groupId>commons-logging</groupId>

-                <artifactId>commons-logging</artifactId>

-                <version>1.1.3</version>

-            </dependency>

-            <dependency>

-                <groupId>org.apache.commons</groupId>

-                <artifactId>commons-collections4</artifactId>

-                <version>4.1</version>

-            </dependency>

-            <!-- it's a dependency of Velocity defined here to override the transitive one -->

-            <dependency>

-                <groupId>commons-collections</groupId>

-                <artifactId>commons-collections</artifactId>

-                <version>3.2.2</version>

-            </dependency>

-            <dependency>

-                <groupId>commons-fileupload</groupId>

-                <artifactId>commons-fileupload</artifactId>

-                <version>1.3.3</version>

-            </dependency>

-            <dependency>

-                <groupId>commons-io</groupId>

-                <artifactId>commons-io</artifactId>

-                <version>2.5</version>

-            </dependency>

-            <dependency>

-                <groupId>org.apache.commons</groupId>

-                <artifactId>commons-lang3</artifactId>

-                <version>3.6</version>

-            </dependency>

-            <dependency>

-                <groupId>commons-digester</groupId>

-                <artifactId>commons-digester</artifactId>

-                <version>2.1</version>

-            </dependency>

-            <dependency>

-                <groupId>commons-el</groupId>

-                <artifactId>commons-el</artifactId>

-                <version>1.0</version>

-            </dependency>

-            <dependency>

-                <groupId>org.apache.commons</groupId>

-                <artifactId>commons-jci-fam</artifactId>

-                <version>1.1</version>

-                <optional>true</optional>

-            </dependency>

-            <dependency>

-                <groupId>commons-beanutils</groupId>

-                <artifactId>commons-beanutils</artifactId>

-                <version>1.9.2</version>

-            </dependency>

-            <dependency>

-                <groupId>commons-validator</groupId>

-                <artifactId>commons-validator</artifactId>

-                <version>1.5.1</version>

-            </dependency>

-

-            <!-- Mocks for unit testing (by Spring) -->

-            <dependency>

-                <groupId>org.springframework</groupId>

-                <artifactId>spring-core</artifactId>

-                <version>${spring.platformVersion}</version>

-            </dependency>

-            <dependency>

-                <groupId>org.springframework</groupId>

-                <artifactId>spring-webmvc-portlet</artifactId>

-                <version>${spring.platformVersion}</version>

-            </dependency>

-            <dependency>

-                <groupId>org.springframework</groupId>

-                <artifactId>spring-context</artifactId>

-                <version>${spring.platformVersion}</version>

-            </dependency>

-            <dependency>

-                <groupId>org.springframework</groupId>

-                <artifactId>spring-aop</artifactId>

-                <version>${spring.platformVersion}</version>

-            </dependency>

-            <dependency>

-                <groupId>org.springframework</groupId>

-                <artifactId>spring-aspects</artifactId>

-                <version>${spring.platformVersion}</version>

-            </dependency>

-            <dependency>

-                <groupId>org.springframework</groupId>

-                <artifactId>spring-beans</artifactId>

-                <version>${spring.platformVersion}</version>

-            </dependency>

-            <dependency>

-                <groupId>org.springframework</groupId>

-                <artifactId>spring-test</artifactId>

-                <version>${spring.platformVersion}</version>

-            </dependency>

-            <dependency>

-                <groupId>org.springframework</groupId>

-                <artifactId>spring-context-support</artifactId>

-                <version>${spring.platformVersion}</version>

-            </dependency>

-            <dependency>

-                <groupId>org.springframework</groupId>

-                <artifactId>spring-web</artifactId>

-                <version>${spring.platformVersion}</version>

-            </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>

-                <version>1.2.0</version>

-                <scope>test</scope>

-            </dependency>

-

-            <dependency>

-                <groupId>org.easytesting</groupId>

-                <artifactId>fest-assert</artifactId>

-                <version>1.4</version>

-                <scope>test</scope>

-            </dependency>

-

-            <dependency>

-                <groupId>org.mockito</groupId>

-                <artifactId>mockito-all</artifactId>

-                <version>1.9.5</version>

-                <scope>test</scope>

-            </dependency>

-

-            <dependency>

-                <groupId>jmock</groupId>

-                <artifactId>jmock-cglib</artifactId>

-                <version>1.2.0</version>

-                <scope>test</scope>

-            </dependency>

-

-            <dependency>

-                <groupId>org.slf4j</groupId>

-                <artifactId>slf4j-api</artifactId>

-                <version>1.7.12</version>

-            </dependency>

-            <dependency>

-                <groupId>org.slf4j</groupId>

-                <artifactId>slf4j-simple</artifactId>

-                <version>1.7.12</version>

-            </dependency>

-

-            <dependency>

-                <groupId>org.apache.logging.log4j</groupId>

-                <artifactId>log4j-api</artifactId>

-                <version>${log4j2.version}</version>

-            </dependency>

-

-            <dependency>

-                <groupId>org.testng</groupId>

-                <artifactId>testng</artifactId>

-                <version>5.14.10</version>

-                <scope>compile</scope>

-                <optional>true</optional>

-            </dependency>

-

-            <dependency>

-                <groupId>net.sf.oval</groupId>

-                <artifactId>oval</artifactId>

-                <version>1.31</version>

-            </dependency>

-

-            <dependency>

-                <groupId>com.thoughtworks.xstream</groupId>

-                <artifactId>xstream</artifactId>

-                <version>1.4.10</version>

-            </dependency>

-

-            <dependency>

-                <groupId>javax.persistence</groupId>

-                <artifactId>persistence-api</artifactId>

-                <version>1.0</version>

-            </dependency>

-

-            <dependency>

-                <groupId>org.mortbay.jetty</groupId>

-                <artifactId>jetty</artifactId>

-                <version>6.1.9</version>

-            </dependency>

-            <dependency>

-                <groupId>org.mortbay.jetty</groupId>

-                <artifactId>jsp-2.1</artifactId>

-                <version>6.1.9</version>

-            </dependency>

-

-            <!-- Portlet -->

-            <dependency>

-                <groupId>javax.portlet</groupId>

-                <artifactId>portlet-api</artifactId>

-                <version>2.0</version>

-            </dependency>

-

-            <dependency>

-                <groupId>cglib</groupId>

-                <artifactId>cglib</artifactId>

-                <version>2.2</version>

-            </dependency>

-

-            <dependency>

-                <groupId>net.sf.json-lib</groupId>

-                <artifactId>json-lib</artifactId>

-                <classifier>jdk15</classifier>

-                <version>2.4</version>

-            </dependency>

-

-            <dependency>

-                <groupId>com.fasterxml.jackson.core</groupId>

-                <artifactId>jackson-core</artifactId>

-                <version>${jackson.version}</version>

-            </dependency>

-            <dependency>

-                <groupId>com.fasterxml.jackson.core</groupId>

-                <artifactId>jackson-databind</artifactId>

-                <version>${jackson.version}</version>

-            </dependency>

-            <dependency>

-                <groupId>com.fasterxml.jackson.dataformat</groupId>

-                <artifactId>jackson-dataformat-xml</artifactId>

-                <version>${jackson.version}</version>

-            </dependency>

-            

-            <!-- CDI & Weld -->

-            <dependency>

-                <groupId>javax.enterprise</groupId>

-                <artifactId>cdi-api</artifactId>

-                <version>1.0-SP1</version>

-            </dependency>

-

-            <dependency>

-                <groupId>org.jboss.weld</groupId>

-                <artifactId>weld-core</artifactId>

-                <version>1.0.1-Final</version>

-            </dependency>

-

-            <dependency>

-                <groupId>org.jboss.weld</groupId>

-                <artifactId>weld-se</artifactId>

-                <version>1.0.1-Final</version>

-            </dependency>

-

-            <dependency>

-                <groupId>xerces</groupId>

-                <artifactId>xercesImpl</artifactId>

-                <version>2.10.0</version>

-                <scope>test</scope>

-            </dependency>

-

-        </dependencies>

-    </dependencyManagement>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+<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">
+
+    <parent>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts-master</artifactId>
+        <version>12</version>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>struts2-parent</artifactId>
+    <version>2.5.18</version>
+    <packaging>pom</packaging>
+    <name>Struts 2</name>
+    <url>http://struts.apache.org/</url>
+    <description>Apache Struts 2</description>
+
+    <inceptionYear>2000</inceptionYear>
+
+    <!--
+    <description>
+        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,
+        to maintaining applications over time.
+    </description>
+    -->
+
+    <scm>
+        <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>
+        <tag>STRUTS_2_5_18</tag>
+    </scm>
+
+    <issueManagement>
+        <system>JIRA</system>
+        <url>https://issues.apache.org/jira/projects/WW</url>
+    </issueManagement>
+
+    <ciManagement>
+        <system>Jenkins</system>
+        <url>https://builds.apache.org/view/S-Z/view/Struts/</url>
+        <notifiers>
+            <notifier>
+                <type>mail</type>
+                <configuration>
+                    <address>dev@struts.apache.org</address>
+                </configuration>
+            </notifier>
+        </notifiers>
+    </ciManagement>
+
+    <modules>
+        <module>bom</module>
+        <module>core</module>
+        <module>apps</module>
+        <module>plugins</module>
+        <module>bundles</module>
+    </modules>
+
+    <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>
+            <comments />
+        </license>
+    </licenses>
+
+    <organization>
+        <name>Apache Software Foundation</name>
+        <url>http://www.apache.org</url>
+    </organization>
+
+    <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+        <spring.platformVersion>4.3.13.RELEASE</spring.platformVersion>
+        <ognl.version>3.1.15</ognl.version>
+        <asm.version>5.2</asm.version>
+        <tiles.version>3.0.7</tiles.version>
+        <tiles-request.version>1.0.6</tiles-request.version>
+        <log4j2.version>2.10.0</log4j2.version>
+        <jackson.version>2.9.5</jackson.version>
+
+        <!-- Site generation -->
+        <fluido-skin.version>1.6</fluido-skin.version>
+
+        <!-- Sonar -->
+        <sonar.host.url>https://builds.apache.org/analysis/</sonar.host.url>
+    </properties>
+
+    <profiles>
+        <profile>
+            <id>includeAssembly</id>
+            <activation>
+                <property>
+                    <name>!skipAssembly</name>
+                </property>
+            </activation>
+            <modules>
+                <module>assembly</module>
+            </modules>
+        </profile>
+        <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>
+        <profile>
+            <id>jdk8</id>
+            <activation>
+                <jdk>1.8</jdk>
+            </activation>
+            <build>
+                <pluginManagement>
+                    <plugins>
+                        <plugin>
+                            <groupId>org.apache.maven.plugins</groupId>
+                            <artifactId>maven-javadoc-plugin</artifactId>
+                            <configuration>
+                                <additionalparam>-Xdoclint:none</additionalparam>
+                            </configuration>
+                        </plugin>
+                    </plugins>
+                </pluginManagement>
+            </build>
+        </profile>
+        <profile>
+            <id>jdk9</id>
+            <activation>
+                <jdk>9</jdk>
+            </activation>
+            <properties>
+                <!-- coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->
+                <coveralls.skip>true</coveralls.skip>
+            </properties>
+            <build>
+                <pluginManagement>
+                    <plugins>
+                        <plugin>
+                            <groupId>org.apache.maven.plugins</groupId>
+                            <artifactId>maven-surefire-plugin</artifactId>
+                            <configuration>
+                                <argLine>--add-modules java.activation --add-modules java.xml.bind</argLine>
+                            </configuration>
+                        </plugin>
+                    </plugins>
+                </pluginManagement>
+            </build>
+        </profile>
+        <profile>
+            <id>travis-coveralls</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.codehaus.mojo</groupId>
+                        <artifactId>cobertura-maven-plugin</artifactId>
+                        <version>2.7</version>
+                        <configuration>
+                            <format>xml</format>
+                            <maxmem>256m</maxmem>
+                            <!-- aggregated reports for multi-module projects -->
+                            <aggregate>true</aggregate>
+                        </configuration>
+                    </plugin>
+                    <plugin>
+                        <groupId>org.eluder.coveralls</groupId>
+                        <artifactId>coveralls-maven-plugin</artifactId>
+                        <version>4.3.0</version>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+        <profile>
+            <id>update-impact</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>com.updateimpact</groupId>
+                        <artifactId>updateimpact-maven-plugin</artifactId>
+                        <version>1.0.10</version>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-project-info-reports-plugin</artifactId>
+                    <version>2.7</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-surefire-plugin</artifactId>
+                    <version>2.20.1</version>
+                    <configuration>
+                        <argLine>-Duser.language=en -Duser.region=US</argLine>
+                        <includes>
+                            <include>**/*Test.java</include>
+                        </includes>
+                        <excludes>
+                            <exclude>**/TestBean.java</exclude>
+                        </excludes>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-war-plugin</artifactId>
+                    <version>2.1</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.felix</groupId>
+                    <artifactId>maven-bundle-plugin</artifactId>
+                    <version>2.1.0</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-dependency-plugin</artifactId>
+                    <version>2.10</version>
+                </plugin>
+                <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>
+                <plugin>
+                    <groupId>org.apache.rat</groupId>
+                    <artifactId>apache-rat-plugin</artifactId>
+                    <configuration>
+                        <useMavenDefaultExcludes>true</useMavenDefaultExcludes>
+                        <useIdeaDefaultExcludes>true</useIdeaDefaultExcludes>
+                        <useDefaultExcludes>true</useDefaultExcludes>
+                        <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
+                        <licenses>
+                            <licens implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
+                        </licenses>
+                        <licenseFamilies>
+                            <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
+                        </licenseFamilies>
+                        <includes>
+                            <include>pom.xml</include>
+                            <include>src/**</include>
+                        </includes>
+                        <excludes>
+                            <exclude>src/main/resources/org/apache/struts2/static/domTT.js</exclude>
+                            <exclude>src/site/resources/tags/**/*.html</exclude>
+                            <exclude>src/main/resources/*LICENSE.txt</exclude>
+                            <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>
+                            <exclude>src/main/resources/**/sitegraph-usage.txt</exclude>
+                            <exclude>src/main/resources/**/docs-urls.txt</exclude>
+                            <exclude>src/etc/header.txt</exclude>
+                            <exclude>src/main/resources/static/css/**/*.css</exclude>
+                            <exclude>src/main/resources/static/js/**/*.js</exclude>
+                            <exclude>src/main/resources/docs.cfg</exclude>
+                            <exclude>src/main/webapp/fonts/**/*</exclude>
+                        </excludes>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.owasp</groupId>
+                    <artifactId>dependency-check-maven</artifactId>
+                    <version>3.1.1</version>
+                    <configuration>
+                        <suppressionFiles>
+                            <suppressionFile>src/etc/project-suppression.xml</suppressionFile>
+                        </suppressionFiles>
+                        <failBuildOnCVSS>7</failBuildOnCVSS>
+                        <skipProvidedScope>true</skipProvidedScope>
+                        <skipRuntimeScope>true</skipRuntimeScope>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.7</source>
+                    <target>1.7</target>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <artifactId>maven-jar-plugin</artifactId>
+                <configuration>
+                    <archive>
+                        <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+                    </archive>
+                </configuration>
+            </plugin>
+            <plugin>
+                <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>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-source-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-site-plugin</artifactId>
+                <configuration>
+                    <relativizeDecorationLinks>false</relativizeDecorationLinks>
+                </configuration>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.maven.doxia</groupId>
+                        <artifactId>doxia-core</artifactId>
+                        <version>1.7</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.maven.doxia</groupId>
+                        <artifactId>doxia-module-markdown</artifactId>
+                        <version>1.3</version>
+                    </dependency>
+                </dependencies>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>prepare-package</phase>
+                        <goals>
+                            <goal>check</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+        </plugins>
+
+        <defaultGoal>install</defaultGoal>
+
+    </build>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <configuration>
+                    <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>javadoc</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+                <configuration>
+                    <failOnError>false</failOnError>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.owasp</groupId>
+                <artifactId>dependency-check-maven</artifactId>
+                <configuration>
+                    <name>Dependency Check</name>
+                </configuration>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>aggregate</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>versions-maven-plugin</artifactId>
+                <version>2.5</version>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>dependency-updates-report</report>
+                            <report>plugin-updates-report</report>
+                            <report>property-updates-report</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
+
+    <dependencyManagement>
+        <dependencies>
+
+            <dependency>
+                <groupId>org.apache.struts</groupId>
+                <artifactId>struts-annotations</artifactId>
+                <version>1.0.6</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.apache.struts</groupId>
+                <artifactId>struts2-core</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.struts</groupId>
+                <artifactId>struts2-spring-plugin</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.struts</groupId>
+                <artifactId>struts2-bean-validation-plugin</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.struts</groupId>
+                <artifactId>struts2-cdi-plugin</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <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>
+            <dependency>
+                <groupId>org.apache.struts</groupId>
+                <artifactId>struts2-portlet-tiles-plugin</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.struts</groupId>
+                <artifactId>struts2-junit-plugin</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <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-sitegraph-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>
+            <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>
+
+            <dependency>
+                <groupId>org.freemarker</groupId>
+                <artifactId>freemarker</artifactId>
+                <version>2.3.26-incubating</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>org.apache.felix.main</artifactId>
+                <version>4.0.3</version>
+            </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>
+                <version>1.4.1</version>
+            </dependency>
+
+            <dependency>
+                <groupId>uk.ltd.getahead</groupId>
+                <artifactId>dwr</artifactId>
+                <version>1.1.1</version>
+            </dependency>
+
+            <dependency>
+                <groupId>opensymphony</groupId>
+                <artifactId>sitemesh</artifactId>
+                <version>2.4.2</version>
+            </dependency>
+
+            <!-- Velocity -->
+            <dependency>
+                <groupId>org.apache.velocity</groupId>
+                <artifactId>velocity</artifactId>
+                <version>1.7</version>
+                <optional>true</optional>
+            </dependency>
+
+            <dependency>
+                <groupId>org.apache.velocity</groupId>
+                <artifactId>velocity-tools</artifactId>
+                <version>2.0</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>javax.servlet</groupId>
+                        <artifactId>servlet-api</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>struts</groupId>
+                        <artifactId>struts</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>velocity</groupId>
+                        <artifactId>velocity</artifactId>
+                    </exclusion>
+                </exclusions>
+            </dependency>
+
+            <dependency>
+                <groupId>ognl</groupId>
+                <artifactId>ognl</artifactId>
+                <version>${ognl.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.ow2.asm</groupId>
+                <artifactId>asm</artifactId>
+                <version>${asm.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.ow2.asm</groupId>
+                <artifactId>asm-commons</artifactId>
+                <version>${asm.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>junit</groupId>
+                <artifactId>junit</artifactId>
+                <version>4.12</version>
+            </dependency>
+            <dependency>
+                <groupId>cglib</groupId>
+                <artifactId>cglib-nodep</artifactId>
+                <version>2.1_3</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.easymock</groupId>
+                <artifactId>easymock</artifactId>
+                <version>3.4</version>
+                <scope>test</scope>
+            </dependency>
+
+            <dependency>
+                <groupId>javax.servlet</groupId>
+                <artifactId>servlet-api</artifactId>
+                <version>2.4</version>
+                <scope>provided</scope>
+            </dependency>
+
+            <dependency>
+                <groupId>org.glassfish</groupId>
+                <artifactId>javax.el</artifactId>
+                <version>3.0.0</version>
+            </dependency>
+
+            <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>
+                <artifactId>jasper</artifactId>
+                <version>6.0.18</version>
+                <scope>provided</scope>
+            </dependency>
+
+            <dependency>
+                <groupId>org.apache.tiles</groupId>
+                <artifactId>tiles-api</artifactId>
+                <version>${tiles.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.tiles</groupId>
+                <artifactId>tiles-core</artifactId>
+                <version>${tiles.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.tiles</groupId>
+                <artifactId>tiles-servlet</artifactId>
+                <version>${tiles.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.tiles</groupId>
+                <artifactId>tiles-request-portlet</artifactId>
+                <version>${tiles-request.version}</version>
+            </dependency>
+            <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>
+            <dependency>
+                <groupId>org.apache.tiles</groupId>
+                <artifactId>tiles-jsp</artifactId>
+                <version>${tiles.version}</version>
+            </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>
+            </dependency>
+
+            <dependency>
+                <groupId>javax.servlet</groupId>
+                <artifactId>jsp-api</artifactId>
+                <version>2.0</version>
+                <scope>provided</scope>
+            </dependency>
+
+            <dependency>
+                <groupId>taglibs</groupId>
+                <artifactId>request</artifactId>
+                <version>1.0.1</version>
+                <scope>test</scope>
+            </dependency>
+
+            <dependency>
+                <groupId>javax.servlet.jsp</groupId>
+                <artifactId>jsp-api</artifactId>
+                <version>2.1</version>
+                <scope>test</scope>
+            </dependency>
+
+            <dependency>
+                <groupId>org.apache.tomcat</groupId>
+                <artifactId>juli</artifactId>
+                <version>6.0.18</version>
+            </dependency>
+
+            <!-- Commons -->
+            <dependency>
+                <groupId>commons-logging</groupId>
+                <artifactId>commons-logging</artifactId>
+                <version>1.1.3</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.commons</groupId>
+                <artifactId>commons-collections4</artifactId>
+                <version>4.1</version>
+            </dependency>
+            <!-- it's a dependency of Velocity defined here to override the transitive one -->
+            <dependency>
+                <groupId>commons-collections</groupId>
+                <artifactId>commons-collections</artifactId>
+                <version>3.2.2</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-fileupload</groupId>
+                <artifactId>commons-fileupload</artifactId>
+                <version>1.3.3</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-io</groupId>
+                <artifactId>commons-io</artifactId>
+                <version>2.5</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.commons</groupId>
+                <artifactId>commons-lang3</artifactId>
+                <version>3.6</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-digester</groupId>
+                <artifactId>commons-digester</artifactId>
+                <version>2.1</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-el</groupId>
+                <artifactId>commons-el</artifactId>
+                <version>1.0</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.commons</groupId>
+                <artifactId>commons-jci-fam</artifactId>
+                <version>1.1</version>
+                <optional>true</optional>
+            </dependency>
+            <dependency>
+                <groupId>commons-beanutils</groupId>
+                <artifactId>commons-beanutils</artifactId>
+                <version>1.9.2</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-validator</groupId>
+                <artifactId>commons-validator</artifactId>
+                <version>1.5.1</version>
+            </dependency>
+
+            <!-- Mocks for unit testing (by Spring) -->
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-core</artifactId>
+                <version>${spring.platformVersion}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-webmvc-portlet</artifactId>
+                <version>${spring.platformVersion}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-context</artifactId>
+                <version>${spring.platformVersion}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-aop</artifactId>
+                <version>${spring.platformVersion}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-aspects</artifactId>
+                <version>${spring.platformVersion}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-beans</artifactId>
+                <version>${spring.platformVersion}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-test</artifactId>
+                <version>${spring.platformVersion}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-context-support</artifactId>
+                <version>${spring.platformVersion}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-web</artifactId>
+                <version>${spring.platformVersion}</version>
+            </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>
+                <version>1.2.0</version>
+                <scope>test</scope>
+            </dependency>
+
+            <dependency>
+                <groupId>org.easytesting</groupId>
+                <artifactId>fest-assert</artifactId>
+                <version>1.4</version>
+                <scope>test</scope>
+            </dependency>
+
+            <dependency>
+                <groupId>org.mockito</groupId>
+                <artifactId>mockito-all</artifactId>
+                <version>1.9.5</version>
+                <scope>test</scope>
+            </dependency>
+
+            <dependency>
+                <groupId>jmock</groupId>
+                <artifactId>jmock-cglib</artifactId>
+                <version>1.2.0</version>
+                <scope>test</scope>
+            </dependency>
+
+            <dependency>
+                <groupId>org.slf4j</groupId>
+                <artifactId>slf4j-api</artifactId>
+                <version>1.7.12</version>
+            </dependency>
+            <dependency>
+                <groupId>org.slf4j</groupId>
+                <artifactId>slf4j-simple</artifactId>
+                <version>1.7.12</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.apache.logging.log4j</groupId>
+                <artifactId>log4j-api</artifactId>
+                <version>${log4j2.version}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.testng</groupId>
+                <artifactId>testng</artifactId>
+                <version>5.14.10</version>
+                <scope>compile</scope>
+                <optional>true</optional>
+            </dependency>
+
+            <dependency>
+                <groupId>net.sf.oval</groupId>
+                <artifactId>oval</artifactId>
+                <version>1.31</version>
+            </dependency>
+
+            <dependency>
+                <groupId>com.thoughtworks.xstream</groupId>
+                <artifactId>xstream</artifactId>
+                <version>1.4.10</version>
+            </dependency>
+
+            <dependency>
+                <groupId>javax.persistence</groupId>
+                <artifactId>persistence-api</artifactId>
+                <version>1.0</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.mortbay.jetty</groupId>
+                <artifactId>jetty</artifactId>
+                <version>6.1.9</version>
+            </dependency>
+            <dependency>
+                <groupId>org.mortbay.jetty</groupId>
+                <artifactId>jsp-2.1</artifactId>
+                <version>6.1.9</version>
+            </dependency>
+
+            <!-- Portlet -->
+            <dependency>
+                <groupId>javax.portlet</groupId>
+                <artifactId>portlet-api</artifactId>
+                <version>2.0</version>
+            </dependency>
+
+            <dependency>
+                <groupId>cglib</groupId>
+                <artifactId>cglib</artifactId>
+                <version>2.2</version>
+            </dependency>
+
+            <dependency>
+                <groupId>net.sf.json-lib</groupId>
+                <artifactId>json-lib</artifactId>
+                <classifier>jdk15</classifier>
+                <version>2.4</version>
+            </dependency>
+
+            <dependency>
+                <groupId>com.fasterxml.jackson.core</groupId>
+                <artifactId>jackson-core</artifactId>
+                <version>${jackson.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.fasterxml.jackson.core</groupId>
+                <artifactId>jackson-databind</artifactId>
+                <version>${jackson.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.fasterxml.jackson.dataformat</groupId>
+                <artifactId>jackson-dataformat-xml</artifactId>
+                <version>${jackson.version}</version>
+            </dependency>
+            
+            <!-- CDI & Weld -->
+            <dependency>
+                <groupId>javax.enterprise</groupId>
+                <artifactId>cdi-api</artifactId>
+                <version>1.0-SP1</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.jboss.weld</groupId>
+                <artifactId>weld-core</artifactId>
+                <version>1.0.1-Final</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.jboss.weld</groupId>
+                <artifactId>weld-se</artifactId>
+                <version>1.0.1-Final</version>
+            </dependency>
+
+            <dependency>
+                <groupId>xerces</groupId>
+                <artifactId>xercesImpl</artifactId>
+                <version>2.10.0</version>
+                <scope>test</scope>
+            </dependency>
+
+        </dependencies>
+    </dependencyManagement>
+
+</project>