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