| 7226 |
anupam.sin |
1 |
<?xml version="1.0"?>
|
|
|
2 |
<project
|
|
|
3 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
|
|
4 |
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
5 |
<modelVersion>4.0.0</modelVersion>
|
|
|
6 |
<parent>
|
|
|
7 |
<artifactId>parent</artifactId>
|
|
|
8 |
<groupId>in.shop2020</groupId>
|
|
|
9 |
<version>1.0-SNAPSHOT</version>
|
|
|
10 |
</parent>
|
|
|
11 |
<groupId>in.shop2020</groupId>
|
|
|
12 |
<artifactId>StoreWebsite</artifactId>
|
|
|
13 |
<version>1.0-SNAPSHOT</version>
|
|
|
14 |
<packaging>war</packaging>
|
|
|
15 |
<name>StoreWebsite Maven Webapp</name>
|
|
|
16 |
<url>http://maven.apache.org</url>
|
|
|
17 |
<build>
|
|
|
18 |
<finalName>StoreWebsite</finalName>
|
|
|
19 |
<resources>
|
|
|
20 |
<resource>
|
|
|
21 |
<directory>src/main/resources</directory>
|
|
|
22 |
</resource>
|
|
|
23 |
</resources>
|
|
|
24 |
</build>
|
|
|
25 |
|
|
|
26 |
<properties>
|
|
|
27 |
<shiro.version>1.1.0</shiro.version>
|
|
|
28 |
</properties>
|
|
|
29 |
|
|
|
30 |
<dependencies>
|
|
|
31 |
<dependency>
|
|
|
32 |
<groupId>junit</groupId>
|
|
|
33 |
<artifactId>junit</artifactId>
|
|
|
34 |
<version>3.8.1</version>
|
|
|
35 |
<scope>test</scope>
|
|
|
36 |
</dependency>
|
|
|
37 |
<dependency>
|
|
|
38 |
<groupId>org.apache.thrift</groupId>
|
|
|
39 |
<artifactId>libthrift</artifactId>
|
|
|
40 |
<version>0.7.0</version>
|
|
|
41 |
<exclusions>
|
|
|
42 |
<exclusion>
|
|
|
43 |
<groupId>commons-codec</groupId>
|
|
|
44 |
<artifactId>commons-codec</artifactId>
|
|
|
45 |
</exclusion>
|
|
|
46 |
</exclusions>
|
|
|
47 |
</dependency>
|
|
|
48 |
|
|
|
49 |
<dependency>
|
|
|
50 |
<groupId>readonly</groupId>
|
|
|
51 |
<artifactId>iText</artifactId>
|
|
|
52 |
<version>5.0.4</version>
|
|
|
53 |
</dependency>
|
|
|
54 |
<dependency>
|
|
|
55 |
<groupId>org.apache.poi</groupId>
|
|
|
56 |
<artifactId>poi</artifactId>
|
|
|
57 |
<version>3.8</version>
|
|
|
58 |
</dependency>
|
|
|
59 |
<dependency>
|
|
|
60 |
<groupId>com.ibm.icu</groupId>
|
|
|
61 |
<artifactId>icu4j</artifactId>
|
|
|
62 |
<version>4.8</version>
|
|
|
63 |
</dependency>
|
|
|
64 |
<dependency>
|
|
|
65 |
<groupId>readonly.apache</groupId>
|
|
|
66 |
<artifactId>servlet-api</artifactId>
|
|
|
67 |
<version>2.5</version>
|
|
|
68 |
<scope>provided</scope>
|
|
|
69 |
</dependency>
|
|
|
70 |
<dependency>
|
|
|
71 |
<groupId>readonly.apache.struts</groupId>
|
|
|
72 |
<artifactId>struts2-convention-plugin</artifactId>
|
|
|
73 |
<version>2.1.8.1</version>
|
|
|
74 |
</dependency>
|
|
|
75 |
<dependency>
|
|
|
76 |
<groupId>readonly.apache.struts</groupId>
|
|
|
77 |
<artifactId>struts2-core</artifactId>
|
|
|
78 |
<version>2.1.8.1</version>
|
|
|
79 |
</dependency>
|
|
|
80 |
<dependency>
|
|
|
81 |
<groupId>readonly.apache.struts</groupId>
|
|
|
82 |
<artifactId>struts2-rest-plugin</artifactId>
|
|
|
83 |
<version>2.1.8.1</version>
|
|
|
84 |
</dependency>
|
|
|
85 |
<dependency>
|
|
|
86 |
<groupId>readonly.apache.struts</groupId>
|
|
|
87 |
<artifactId>xstream</artifactId>
|
|
|
88 |
<version>1.2.2</version>
|
|
|
89 |
</dependency>
|
|
|
90 |
<dependency>
|
|
|
91 |
<groupId>readonly.apache.struts</groupId>
|
|
|
92 |
<artifactId>xwork-core</artifactId>
|
|
|
93 |
<version>2.1.6</version>
|
|
|
94 |
</dependency>
|
|
|
95 |
<dependency>
|
|
|
96 |
<groupId>in.shop2020</groupId>
|
|
|
97 |
<artifactId>ThriftConfig</artifactId>
|
|
|
98 |
<version>1.0-SNAPSHOT</version>
|
|
|
99 |
<exclusions>
|
|
|
100 |
<exclusion>
|
|
|
101 |
<groupId>readonly.slf4j</groupId>
|
|
|
102 |
<artifactId>slf4j-api</artifactId>
|
|
|
103 |
</exclusion>
|
|
|
104 |
<exclusion>
|
|
|
105 |
<groupId>readonly.slf4j</groupId>
|
|
|
106 |
<artifactId>slf4j-simple</artifactId>
|
|
|
107 |
</exclusion>
|
|
|
108 |
</exclusions>
|
|
|
109 |
</dependency>
|
|
|
110 |
<dependency>
|
|
|
111 |
<groupId>in.shop2020</groupId>
|
|
|
112 |
<artifactId>Common</artifactId>
|
|
|
113 |
<version>1.0-SNAPSHOT</version>
|
|
|
114 |
<exclusions>
|
|
|
115 |
<exclusion>
|
|
|
116 |
<groupId>readonly.slf4j</groupId>
|
|
|
117 |
<artifactId>slf4j-api</artifactId>
|
|
|
118 |
</exclusion>
|
|
|
119 |
<exclusion>
|
|
|
120 |
<groupId>readonly.slf4j</groupId>
|
|
|
121 |
<artifactId>slf4j-simple</artifactId>
|
|
|
122 |
</exclusion>
|
|
|
123 |
</exclusions>
|
|
|
124 |
</dependency>
|
|
|
125 |
<!-- Required in the final package but not at the compile time. So putting
|
|
|
126 |
them at the bottom of the dependency list. -->
|
|
|
127 |
<dependency>
|
|
|
128 |
<groupId>readonly.apache</groupId>
|
|
|
129 |
<artifactId>commons-collections</artifactId>
|
|
|
130 |
<version>3.2.1</version>
|
|
|
131 |
</dependency>
|
|
|
132 |
<dependency>
|
|
|
133 |
<groupId>readonly.apache</groupId>
|
|
|
134 |
<artifactId>commons-digester</artifactId>
|
|
|
135 |
<version>2.0</version>
|
|
|
136 |
</dependency>
|
|
|
137 |
<dependency>
|
|
|
138 |
<groupId>readonly.apache</groupId>
|
|
|
139 |
<artifactId>commons-fileupload</artifactId>
|
|
|
140 |
<version>1.2.1</version>
|
|
|
141 |
</dependency>
|
|
|
142 |
<dependency>
|
|
|
143 |
<groupId>readonly.apache</groupId>
|
|
|
144 |
<artifactId>commons-io</artifactId>
|
|
|
145 |
<version>1.3.2</version>
|
|
|
146 |
</dependency>
|
|
|
147 |
<dependency>
|
|
|
148 |
<groupId>readonly.apache</groupId>
|
|
|
149 |
<artifactId>commons-lang</artifactId>
|
|
|
150 |
<version>2.4</version>
|
|
|
151 |
</dependency>
|
|
|
152 |
<dependency>
|
|
|
153 |
<groupId>readonly.apache</groupId>
|
|
|
154 |
<artifactId>commons-logging</artifactId>
|
|
|
155 |
<version>1.0.4</version>
|
|
|
156 |
</dependency>
|
|
|
157 |
<dependency>
|
|
|
158 |
<groupId>readonly.apache</groupId>
|
|
|
159 |
<artifactId>commons-logging-api</artifactId>
|
|
|
160 |
<version>1.1</version>
|
|
|
161 |
</dependency>
|
|
|
162 |
<dependency>
|
|
|
163 |
<groupId>readonly.apache</groupId>
|
|
|
164 |
<artifactId>commons-validator</artifactId>
|
|
|
165 |
<version>1.3.1</version>
|
|
|
166 |
</dependency>
|
|
|
167 |
<dependency>
|
|
|
168 |
<groupId>readonly.apache</groupId>
|
|
|
169 |
<artifactId>ezmorph</artifactId>
|
|
|
170 |
<version>1.0.3</version>
|
|
|
171 |
</dependency>
|
|
|
172 |
<dependency>
|
|
|
173 |
<groupId>readonly.apache</groupId>
|
|
|
174 |
<artifactId>json-lib</artifactId>
|
|
|
175 |
<version>2.1-jdk15</version>
|
|
|
176 |
</dependency>
|
|
|
177 |
<dependency>
|
|
|
178 |
<groupId>readonly.apache</groupId>
|
|
|
179 |
<artifactId>jsp-api</artifactId>
|
|
|
180 |
<version>2.1</version>
|
|
|
181 |
</dependency>
|
|
|
182 |
<dependency>
|
|
|
183 |
<groupId>readonly.apache</groupId>
|
|
|
184 |
<artifactId>ognl</artifactId>
|
|
|
185 |
<version>2.7.3</version>
|
|
|
186 |
</dependency>
|
|
|
187 |
<dependency>
|
|
|
188 |
<groupId>readonly.apache</groupId>
|
|
|
189 |
<artifactId>velocity</artifactId>
|
|
|
190 |
<version>1.6.3</version>
|
|
|
191 |
</dependency>
|
|
|
192 |
<dependency>
|
|
|
193 |
<groupId>readonly.apache</groupId>
|
|
|
194 |
<artifactId>velocity-tools</artifactId>
|
|
|
195 |
<version>1.4</version>
|
|
|
196 |
</dependency>
|
|
|
197 |
<dependency>
|
|
|
198 |
<groupId>readonly.apache</groupId>
|
|
|
199 |
<artifactId>xpp3_min</artifactId>
|
|
|
200 |
<version>1.1.3.4.O</version>
|
|
|
201 |
</dependency>
|
|
|
202 |
<dependency>
|
|
|
203 |
<groupId>readonly</groupId>
|
|
|
204 |
<artifactId>freemarker</artifactId>
|
|
|
205 |
<version>2.3.15</version>
|
|
|
206 |
</dependency>
|
|
|
207 |
<dependency>
|
|
|
208 |
<groupId>org.slf4j</groupId>
|
|
|
209 |
<artifactId>slf4j-api</artifactId>
|
|
|
210 |
<version>1.6.1</version>
|
|
|
211 |
</dependency>
|
|
|
212 |
<dependency>
|
|
|
213 |
<groupId>org.slf4j</groupId>
|
|
|
214 |
<artifactId>slf4j-log4j12</artifactId>
|
|
|
215 |
<version>1.6.1</version>
|
|
|
216 |
</dependency>
|
|
|
217 |
<dependency>
|
|
|
218 |
<groupId>readonly.apache</groupId>
|
|
|
219 |
<artifactId>log4j</artifactId>
|
|
|
220 |
<version>1.2.16</version>
|
|
|
221 |
</dependency>
|
|
|
222 |
<dependency>
|
|
|
223 |
<groupId>org.apache.shiro</groupId>
|
|
|
224 |
<artifactId>shiro-core</artifactId>
|
|
|
225 |
<version>${shiro.version}</version>
|
|
|
226 |
</dependency>
|
|
|
227 |
<dependency>
|
|
|
228 |
<groupId>org.apache.shiro</groupId>
|
|
|
229 |
<artifactId>shiro-web</artifactId>
|
|
|
230 |
<version>${shiro.version}</version>
|
|
|
231 |
</dependency>
|
|
|
232 |
<dependency>
|
|
|
233 |
<groupId>org.json</groupId>
|
|
|
234 |
<artifactId>json</artifactId>
|
|
|
235 |
<version>20090211</version>
|
|
|
236 |
</dependency>
|
|
|
237 |
<dependency>
|
|
|
238 |
<groupId>com.google.code.gson</groupId>
|
|
|
239 |
<artifactId>gson</artifactId>
|
|
|
240 |
<version>1.7.1</version>
|
|
|
241 |
</dependency>
|
|
|
242 |
</dependencies>
|
|
|
243 |
</project>
|