|
1 |
| -<?xml version="1.0" encoding="UTF-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <!--
|
3 | 3 | /*
|
4 | 4 | * $Id$
|
|
21 | 21 | * under the License.
|
22 | 22 | */
|
23 | 23 | -->
|
24 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 24 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 25 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
25 | 26 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
26 | 27 | <modelVersion>4.0.0</modelVersion>
|
27 | 28 | <parent>
|
28 | 29 | <groupId>org.apache.struts</groupId>
|
29 | 30 | <artifactId>struts2-apps</artifactId>
|
30 | 31 | <version>2.5.8</version>
|
31 | 32 | </parent>
|
32 |
| - |
33 | 33 | <artifactId>struts2-showcase</artifactId>
|
34 | 34 | <packaging>war</packaging>
|
35 | 35 | <name>Struts 2 Showcase Webapp</name>
|
|
45 | 45 | </properties>
|
46 | 46 | </profile>
|
47 | 47 | </profiles>
|
48 |
| - <dependencies> |
49 | 48 |
|
| 49 | + <dependencies> |
| 50 | + <dependency> |
| 51 | + <groupId>javax.activation</groupId> |
| 52 | + <artifactId>activation</artifactId> |
| 53 | + <version>1.1.1</version> |
| 54 | + </dependency> |
| 55 | + <dependency> |
| 56 | + <groupId>javax.xml.bind</groupId> |
| 57 | + <artifactId>jaxb-api</artifactId> |
| 58 | + <version>2.3.0</version> |
| 59 | + </dependency> |
50 | 60 | <dependency>
|
51 | 61 | <groupId>commons-fileupload</groupId>
|
52 | 62 | <artifactId>commons-fileupload</artifactId>
|
|
60 | 70 | <version>3.2.1</version>
|
61 | 71 | </dependency>
|
62 | 72 |
|
63 |
| - |
64 | 73 | <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on -->
|
65 | 74 | <dependency>
|
66 | 75 | <groupId>org.bouncycastle</groupId>
|
67 | 76 | <artifactId>bcprov-jdk15on</artifactId>
|
68 | 77 | <version>1.46</version>
|
69 | 78 | </dependency>
|
70 |
| - |
71 |
| - |
72 | 79 | <dependency>
|
73 | 80 | <groupId>org.apache.struts</groupId>
|
74 | 81 | <artifactId>struts2-config-browser-plugin</artifactId>
|
75 | 82 | </dependency>
|
76 |
| - |
77 | 83 | <dependency>
|
78 | 84 | <groupId>org.apache.struts</groupId>
|
79 | 85 | <artifactId>struts2-sitemesh-plugin</artifactId>
|
80 | 86 | </dependency>
|
81 |
| - |
82 | 87 | <dependency>
|
83 | 88 | <groupId>org.apache.struts</groupId>
|
84 | 89 | <artifactId>struts2-tiles-plugin</artifactId>
|
85 | 90 | </dependency>
|
86 |
| - |
87 | 91 | <dependency>
|
88 | 92 | <groupId>org.apache.struts</groupId>
|
89 | 93 | <artifactId>struts2-dwr-plugin</artifactId>
|
90 | 94 | </dependency>
|
91 |
| - |
92 | 95 | <dependency>
|
93 | 96 | <groupId>org.apache.struts</groupId>
|
94 | 97 | <artifactId>struts2-json-plugin</artifactId>
|
95 | 98 | </dependency>
|
96 |
| - |
97 | 99 | <dependency>
|
98 | 100 | <groupId>org.apache.tiles</groupId>
|
99 | 101 | <artifactId>tiles-jsp</artifactId>
|
100 | 102 | <scope>runtime</scope>
|
101 | 103 | </dependency>
|
102 |
| - |
103 | 104 | <dependency>
|
104 | 105 | <groupId>org.apache.struts</groupId>
|
105 | 106 | <artifactId>struts2-convention-plugin</artifactId>
|
106 | 107 | </dependency>
|
107 |
| - |
108 | 108 | <dependency>
|
109 | 109 | <groupId>org.apache.struts</groupId>
|
110 | 110 | <artifactId>struts2-spring-plugin</artifactId>
|
111 | 111 | </dependency>
|
112 |
| - |
113 | 112 | <dependency>
|
114 | 113 | <groupId>org.apache.struts</groupId>
|
115 | 114 | <artifactId>struts2-bean-validation-plugin</artifactId>
|
116 | 115 | </dependency>
|
117 |
| - |
118 | 116 | <dependency>
|
119 | 117 | <groupId>javax.servlet</groupId>
|
120 | 118 | <artifactId>servlet-api</artifactId>
|
|
143 | 141 | <groupId>org.apache.velocity</groupId>
|
144 | 142 | <artifactId>velocity</artifactId>
|
145 | 143 | </dependency>
|
146 |
| - |
147 | 144 | <dependency>
|
148 | 145 | <groupId>org.apache.velocity</groupId>
|
149 | 146 | <artifactId>velocity-tools</artifactId>
|
150 | 147 | </dependency>
|
151 |
| - |
152 | 148 | <dependency>
|
153 | 149 | <groupId>opensymphony</groupId>
|
154 | 150 | <artifactId>sitemesh</artifactId>
|
155 | 151 | </dependency>
|
156 |
| - |
157 | 152 | <dependency>
|
158 | 153 | <groupId>uk.ltd.getahead</groupId>
|
159 | 154 | <artifactId>dwr</artifactId>
|
160 | 155 | </dependency>
|
161 |
| - |
162 | 156 | <dependency>
|
163 | 157 | <groupId>net.sourceforge.jwebunit</groupId>
|
164 | 158 | <artifactId>jwebunit-core</artifactId>
|
165 | 159 | <version>1.4.1</version>
|
166 | 160 | <scope>test</scope>
|
167 | 161 | </dependency>
|
168 |
| - |
169 | 162 | <dependency>
|
170 | 163 | <groupId>commons-httpclient</groupId>
|
171 | 164 | <artifactId>commons-httpclient</artifactId>
|
172 | 165 | <version>3.1</version>
|
173 | 166 | <scope>test</scope>
|
174 | 167 | </dependency>
|
175 |
| - |
176 | 168 | <dependency>
|
177 | 169 | <groupId>net.sourceforge.jwebunit</groupId>
|
178 | 170 | <artifactId>jwebunit-htmlunit-plugin</artifactId>
|
|
201 | 193 | <version>3.1.0</version>
|
202 | 194 | <scope>test</scope>
|
203 | 195 | </dependency>
|
204 |
| - |
205 | 196 | <dependency>
|
206 | 197 | <groupId>org.hibernate</groupId>
|
207 | 198 | <artifactId>hibernate-core</artifactId>
|
|
246 | 237 | </webAppConfig>
|
247 | 238 | </configuration>
|
248 | 239 | </plugin>
|
249 |
| - |
250 | 240 | <plugin>
|
251 | 241 | <artifactId>maven-surefire-plugin</artifactId>
|
252 | 242 | <configuration>
|
|
257 | 247 | </configuration>
|
258 | 248 | </plugin>
|
259 | 249 | </plugins>
|
260 |
| - |
261 | 250 | <resources>
|
262 | 251 | <!-- Include resources under src/main/java in WEB-INF/classes -->
|
263 | 252 | <resource>
|
|
270 | 259 | </includes>
|
271 | 260 | </resource>
|
272 | 261 | </resources>
|
273 |
| - |
274 | 262 | </build>
|
| 263 | + |
275 | 264 | <properties>
|
276 | 265 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
277 | 266 | </properties>
|
| 267 | + |
278 | 268 | </project>
|
0 commit comments