Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1012 chandransh 1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
  <modelVersion>4.0.0</modelVersion>
4
 
5
  <groupId>in.shop2020</groupId>
6
  <artifactId>thirdparty</artifactId>
7
  <version>1.0</version>
8
  <packaging>pom</packaging>
9
 
10
  <name>Third Party JARs </name>
11
  <url>http://shop2020.in</url>
12
 
13
  <parent>
14
    <groupId>in.shop2020</groupId>
15
    <artifactId>parent</artifactId>
16
    <version>1.0-SNAPSHOT</version>
17
  </parent>
18
 
19
  <properties>
20
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21
  </properties>
22
 
23
  <dependencies>
24
    <dependency>
25
      <groupId>readonly.apache</groupId>
26
      <artifactId>commons-beanutils</artifactId>
27
      <version>1.7.0</version>
28
    </dependency>
29
    <dependency>
30
      <groupId>readonly.apache</groupId>
31
      <artifactId>commons-codec</artifactId>
32
      <version>1.4</version>
33
    </dependency>
34
    <dependency>
35
      <groupId>readonly.apache</groupId>
36
      <artifactId>commons-collections</artifactId>
37
      <version>3.2.1</version>
38
    </dependency>
39
    <dependency>
40
      <groupId>readonly.apache</groupId>
41
      <artifactId>commons-collections</artifactId>
42
      <version>3.2</version>
43
    </dependency>
44
    <dependency>
45
      <groupId>readonly.apache</groupId>
46
      <artifactId>commons-digester</artifactId>
47
      <version>2.0</version>
48
    </dependency>
49
    <dependency>
50
      <groupId>readonly.apache</groupId>
51
      <artifactId>commons-fileupload</artifactId>
52
      <version>1.2.1</version>
53
    </dependency>
54
    <dependency>
55
      <groupId>readonly.apache</groupId>
56
      <artifactId>commons-io</artifactId>
57
      <version>1.3.2</version>
58
    </dependency>
59
    <dependency>
60
      <groupId>readonly.apache</groupId>
61
      <artifactId>commons-lang</artifactId>
62
      <version>2.3</version>
63
    </dependency>
64
    <dependency>
65
      <groupId>readonly.apache</groupId>
66
      <artifactId>commons-lang</artifactId>
67
      <version>2.4</version>
68
    </dependency>
69
    <dependency>
70
      <groupId>readonly.apache</groupId>
71
      <artifactId>commons-logging</artifactId>
72
      <version>1.0.4</version>
73
    </dependency>
74
    <dependency>
75
      <groupId>readonly.apache</groupId>
76
      <artifactId>commons-logging-api</artifactId>
77
      <version>1.1</version>
78
    </dependency>
79
    <dependency>
80
      <groupId>readonly.apache</groupId>
81
      <artifactId>commons-validator</artifactId>
82
      <version>1.3.1</version>
83
    </dependency>
84
    <dependency>
85
      <groupId>readonly.apache</groupId>
86
      <artifactId>ezmorph</artifactId>
87
      <version>1.0.3</version>
88
    </dependency>
89
    <dependency>
90
      <groupId>readonly.apache</groupId>
91
      <artifactId>json-lib</artifactId>
92
      <version>2.1-jdk15</version>
93
    </dependency>
94
    <dependency>
95
      <groupId>readonly.apache</groupId>
96
      <artifactId>jsp-api</artifactId>
97
      <version>2.1</version>
98
    </dependency>
99
    <dependency>
100
      <groupId>readonly.apache</groupId>
101
      <artifactId>log4j</artifactId>
102
      <version>1.2.16</version>
103
    </dependency>
104
    <dependency>
105
      <groupId>readonly.apache</groupId>
106
      <artifactId>ognl</artifactId>
107
      <version>2.7.3</version>
108
    </dependency>
109
    <dependency>
110
      <groupId>readonly.apache</groupId>
111
      <artifactId>poi</artifactId>
112
      <version>3.6-20091214</version>
113
    </dependency>
114
    <dependency>
115
      <groupId>readonly.apache</groupId>
116
      <artifactId>poi</artifactId>
117
      <version>3.7-20101029</version>
118
    </dependency>
119
    <dependency>
120
      <groupId>readonly.apache</groupId>
121
      <artifactId>poi-ooxml</artifactId>
122
      <version>3.7-20101029</version>
123
    </dependency>
124
    <dependency>
125
      <groupId>readonly.apache</groupId>
126
      <artifactId>poi-ooxml-schemas</artifactId>
127
      <version>3.7-20101029</version>
128
    </dependency>
129
    <dependency>
130
      <groupId>readonly.apache</groupId>
131
      <artifactId>poi-scratchpad</artifactId>
132
      <version>3.6-20091214</version>
133
    </dependency>
134
    <dependency>
135
      <groupId>readonly.apache</groupId>
136
      <artifactId>poi-scratchpad</artifactId>
137
      <version>3.7-20101029</version>
138
    </dependency>
139
    <dependency>
140
      <groupId>readonly.apache</groupId>
141
      <artifactId>servlet-api</artifactId>
142
      <version>2.5</version>
143
    </dependency>
144
    <dependency>
145
      <groupId>readonly.apache.struts</groupId>
146
      <artifactId>struts2-convention-plugin</artifactId>
147
      <version>2.1.8.1</version>
148
    </dependency>
149
    <dependency>
150
      <groupId>readonly.apache.struts</groupId>
151
      <artifactId>struts2-core</artifactId>
152
      <version>2.1.8.1</version>
153
    </dependency>
154
    <dependency>
155
      <groupId>readonly.apache.struts</groupId>
156
      <artifactId>struts2-rest-plugin</artifactId>
157
      <version>2.1.8.1</version>
158
    </dependency>
159
    <dependency>
160
      <groupId>readonly.apache.struts</groupId>
161
      <artifactId>xstream</artifactId>
162
      <version>1.2.2</version>
163
    </dependency>
164
    <dependency>
165
      <groupId>readonly.apache.struts</groupId>
166
      <artifactId>xwork-core</artifactId>
167
      <version>2.1.6</version>
168
    </dependency>
169
    <dependency>
170
      <groupId>readonly.apache</groupId>
171
      <artifactId>thrift</artifactId>
172
      <version>0.2.0</version>
173
    </dependency>
174
    <dependency>
175
      <groupId>readonly.apache</groupId>
176
      <artifactId>velocity</artifactId>
177
      <version>1.6.3</version>
178
    </dependency>
179
    <dependency>
180
      <groupId>readonly.apache</groupId>
181
      <artifactId>velocity-tools</artifactId>
182
      <version>1.4</version>
183
    </dependency>
184
    <dependency>
185
      <groupId>readonly.apache.xalan-j_2_7_1</groupId>
186
      <artifactId>serializer</artifactId>
187
      <version>j_2_7_1</version>
188
    </dependency>
189
    <dependency>
190
      <groupId>readonly.apache.xalan-j_2_7_1</groupId>
191
      <artifactId>xalan</artifactId>
192
      <version>j_2_7_1</version>
193
    </dependency>
194
    <dependency>
195
      <groupId>readonly.apache.xalan-j_2_7_1</groupId>
196
      <artifactId>xercesImpl</artifactId>
197
      <version>j_2_7_1</version>
198
    </dependency>
199
    <dependency>
200
      <groupId>readonly.apache.xalan-j_2_7_1</groupId>
201
      <artifactId>xml-apis</artifactId>
202
      <version>j_2_7_1</version>
203
    </dependency>
204
    <dependency>
205
      <groupId>readonly.apache.xalan-j_2_7_1</groupId>
206
      <artifactId>xsltc</artifactId>
207
      <version>j_2_7_1</version>
208
    </dependency>
209
    <dependency>
210
      <groupId>readonly.apache</groupId>
211
      <artifactId>xpp3_min</artifactId>
212
      <version>1.1.3.4.O</version>
213
    </dependency>
214
    <dependency>
215
      <groupId>readonly</groupId>
216
      <artifactId>freemarker</artifactId>
217
      <version>2.3.15</version>
218
    </dependency>
219
    <dependency>
220
      <groupId>readonly.gwt-external</groupId>
221
      <artifactId>guice-servlet</artifactId>
222
      <version>2.0</version>
223
    </dependency>
224
    <dependency>
225
      <groupId>readonly.gwt-external</groupId>
226
      <artifactId>gwt-dispatch</artifactId>
227
      <version>1.0.0</version>
228
    </dependency>
229
    <dependency>
230
      <groupId>readonly.gwt-external</groupId>
231
      <artifactId>gwt-log</artifactId>
232
      <version>3.0.1</version>
233
    </dependency>
234
    <dependency>
235
      <groupId>readonly.gwt-external</groupId>
236
      <artifactId>gwt-presenter</artifactId>
237
      <version>1.0.0</version>
238
    </dependency>
239
    <dependency>
240
      <groupId>readonly.gwt-mvp</groupId>
241
      <artifactId>aopalliance</artifactId>
242
      <version>1.0</version>
243
    </dependency>
244
    <dependency>
245
      <groupId>readonly.gwt-mvp</groupId>
246
      <artifactId>gin</artifactId>
247
      <version>1.0-20090611</version>
248
    </dependency>
249
    <dependency>
250
      <groupId>readonly.gwt-mvp</groupId>
251
      <artifactId>guice</artifactId>
252
      <version>2.0</version>
253
    </dependency>
254
    <dependency>
255
      <groupId>readonly.gwt-mvp</groupId>
256
      <artifactId>gwt-mvp</artifactId>
257
      <version>1.0.0</version>
258
    </dependency>
259
    <dependency>
260
      <groupId>readonly.gwt-mvp</groupId>
261
      <artifactId>gwt-servlet</artifactId>
262
      <version>2.1.1</version>
263
    </dependency>
264
    <dependency>
265
      <groupId>readonly</groupId>
266
      <artifactId>hdfc-payment</artifactId>
267
      <version>1.0</version>
268
    </dependency>
269
    <dependency>
270
      <groupId>readonly</groupId>
271
      <artifactId>iText</artifactId>
272
      <version>5.0.4</version>
273
    </dependency>
274
    <dependency>
275
      <groupId>readonly</groupId>
276
      <artifactId>jython</artifactId>
277
      <version>2.5.1</version>
278
    </dependency>
279
    <dependency>
280
      <groupId>readonly.slf4j</groupId>
281
      <artifactId>slf4j-api</artifactId>
282
      <version>1.5.8</version>
283
    </dependency>
284
    <dependency>
285
      <groupId>readonly.slf4j</groupId>
286
      <artifactId>slf4j-simple</artifactId>
287
      <version>1.5.8</version>
288
    </dependency>
289
    <dependency>
290
      <groupId>readonly</groupId>
291
      <artifactId>sqljdbc</artifactId>
292
      <version>3.0</version>
293
    </dependency>
294
    <dependency>
295
      <groupId>readonly</groupId>
296
      <artifactId>yuicompressor</artifactId>
297
      <version>2.4.2</version>
298
    </dependency>
299
  </dependencies>
300
  <repositories>
301
    <repository>
302
      <id>project-local</id>
303
      <url>file:${basedir}/src/main/resources/</url>
304
    </repository>
305
  </repositories>
306
</project>