Subversion Repositories SmartDukaan

Rev

Rev 12653 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1023 chandransh 1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5885 mandeep.dh 2
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
	<modelVersion>4.0.0</modelVersion>
4
	<groupId>in.shop2020</groupId>
5
	<artifactId>Support</artifactId>
6
	<packaging>war</packaging>
7
	<version>1.0-SNAPSHOT</version>
1023 chandransh 8
 
5885 mandeep.dh 9
	<name>Supporting services</name>
10
	<url>http://shop2020.in</url>
1023 chandransh 11
 
5885 mandeep.dh 12
	<parent>
13
		<groupId>in.shop2020</groupId>
14
		<artifactId>parent</artifactId>
15
		<version>1.0-SNAPSHOT</version>
16
	</parent>
3435 rajveer 17
 
5885 mandeep.dh 18
	<build>
19
		<plugins>
20
			<plugin>
21
				<groupId>org.apache.maven.plugins</groupId>
22
				<artifactId>maven-compiler-plugin</artifactId>
23
				<version>2.3.2</version>
24
				<configuration>
25
					<debug>true</debug>
26
					<optimize>true</optimize>
27
					<source>1.6</source>
28
					<target>1.6</target>
29
				</configuration>
30
			</plugin>
31
		</plugins>
32
	</build>
33
 
34
	<dependencies>
35
		<dependency>
36
			<groupId>org.apache.thrift</groupId>
37
			<artifactId>libthrift</artifactId>
38
			<version>0.7.0</version>
39
			<exclusions>
40
				<exclusion>
41
					<groupId>commons-codec</groupId>
42
					<artifactId>commons-codec</artifactId>
43
				</exclusion>
44
			</exclusions>
45
		</dependency>
46
 
47
		<dependency>
48
			<groupId>readonly</groupId>
49
			<artifactId>iText</artifactId>
50
			<version>5.0.4</version>
51
		</dependency>
52
		<dependency>
53
			<groupId>readonly.apache</groupId>
54
			<artifactId>poi</artifactId>
55
			<version>3.7-20101029</version>
56
		</dependency>
57
		<dependency>
58
			<groupId>org.apache.poi</groupId>
59
			<artifactId>poi-ooxml</artifactId>
60
			<version>3.8</version>
61
		</dependency>
62
		<dependency>
63
			<groupId>com.ibm.icu</groupId>
64
			<artifactId>icu4j</artifactId>
65
			<version>4.8</version>
66
		</dependency>
67
		<dependency>
68
			<groupId>readonly.apache</groupId>
69
			<artifactId>servlet-api</artifactId>
70
			<version>2.5</version>
71
			<scope>provided</scope>
72
		</dependency>
73
		<dependency>
74
			<groupId>readonly.apache.struts</groupId>
75
			<artifactId>struts2-convention-plugin</artifactId>
76
			<version>2.1.8.1</version>
77
		</dependency>
78
		<dependency>
79
			<groupId>readonly.apache.struts</groupId>
80
			<artifactId>struts2-core</artifactId>
81
			<version>2.1.8.1</version>
82
		</dependency>
83
		<dependency>
84
			<groupId>readonly.apache.struts</groupId>
85
			<artifactId>struts2-rest-plugin</artifactId>
86
			<version>2.1.8.1</version>
87
		</dependency>
88
		<dependency>
89
			<groupId>readonly.apache.struts</groupId>
90
			<artifactId>xstream</artifactId>
91
			<version>1.2.2</version>
92
		</dependency>
93
		<dependency>
94
			<groupId>readonly.apache.struts</groupId>
95
			<artifactId>xwork-core</artifactId>
96
			<version>2.1.6</version>
97
		</dependency>
98
		<dependency>
99
			<groupId>in.shop2020</groupId>
8615 vikram.rag 100
			<artifactId>SnapDealFeeds</artifactId>
101
			<version>1.0-SNAPSHOT</version>
102
		</dependency>
103
		<dependency>
104
			<groupId>in.shop2020</groupId>
5885 mandeep.dh 105
			<artifactId>Common</artifactId>
106
			<version>1.0-SNAPSHOT</version>
107
			<exclusions>
108
				<exclusion>
109
					<groupId>readonly.slf4j</groupId>
110
					<artifactId>slf4j-api</artifactId>
111
				</exclusion>
112
				<exclusion>
113
					<groupId>readonly.slf4j</groupId>
114
					<artifactId>slf4j-simple</artifactId>
115
				</exclusion>
116
			</exclusions>
117
		</dependency>
118
		<!-- Required in the final package but not at the compile time. So putting 
119
			them at the bottom of the dependency list. -->
120
		<dependency>
121
			<groupId>readonly.apache</groupId>
122
			<artifactId>commons-collections</artifactId>
123
			<version>3.2.1</version>
124
		</dependency>
125
		<dependency>
126
			<groupId>readonly.apache</groupId>
127
			<artifactId>commons-digester</artifactId>
128
			<version>2.0</version>
129
		</dependency>
130
		<dependency>
131
			<groupId>readonly.apache</groupId>
132
			<artifactId>commons-fileupload</artifactId>
133
			<version>1.2.1</version>
134
		</dependency>
135
		<dependency>
136
			<groupId>readonly.apache</groupId>
137
			<artifactId>commons-io</artifactId>
138
			<version>1.3.2</version>
139
		</dependency>
140
		<dependency>
141
			<groupId>readonly.apache</groupId>
142
			<artifactId>commons-lang</artifactId>
143
			<version>2.4</version>
144
		</dependency>
145
		<dependency>
146
			<groupId>readonly.apache</groupId>
147
			<artifactId>commons-logging</artifactId>
148
			<version>1.0.4</version>
149
		</dependency>
150
		<dependency>
151
			<groupId>readonly.apache</groupId>
152
			<artifactId>commons-logging-api</artifactId>
153
			<version>1.1</version>
154
		</dependency>
155
		<dependency>
156
			<groupId>readonly.apache</groupId>
157
			<artifactId>commons-validator</artifactId>
158
			<version>1.3.1</version>
159
		</dependency>
160
		<dependency>
161
			<groupId>readonly.apache</groupId>
162
			<artifactId>ezmorph</artifactId>
163
			<version>1.0.3</version>
164
		</dependency>
165
		<dependency>
166
			<groupId>readonly.apache</groupId>
167
			<artifactId>json-lib</artifactId>
168
			<version>2.1-jdk15</version>
169
		</dependency>
170
		<dependency>
171
			<groupId>readonly.apache</groupId>
172
			<artifactId>jsp-api</artifactId>
173
			<version>2.1</version>
174
		</dependency>
175
		<dependency>
176
			<groupId>readonly.apache</groupId>
177
			<artifactId>ognl</artifactId>
178
			<version>2.7.3</version>
179
		</dependency>
180
		<dependency>
181
			<groupId>readonly.apache</groupId>
182
			<artifactId>velocity</artifactId>
183
			<version>1.6.3</version>
184
		</dependency>
185
		<dependency>
186
			<groupId>readonly.apache</groupId>
187
			<artifactId>velocity-tools</artifactId>
188
			<version>1.4</version>
189
		</dependency>
190
		<dependency>
191
			<groupId>readonly.apache</groupId>
192
			<artifactId>xpp3_min</artifactId>
193
			<version>1.1.3.4.O</version>
194
		</dependency>
195
		<dependency>
196
			<groupId>readonly</groupId>
197
			<artifactId>freemarker</artifactId>
198
			<version>2.3.15</version>
199
		</dependency>
200
		<dependency>
201
			<groupId>org.slf4j</groupId>
202
			<artifactId>slf4j-api</artifactId>
203
			<version>1.6.1</version>
204
		</dependency>
205
		<dependency>
206
			<groupId>org.slf4j</groupId>
207
			<artifactId>slf4j-log4j12</artifactId>
208
			<version>1.6.1</version>
209
		</dependency>
210
		<dependency>
211
			<groupId>readonly.apache</groupId>
212
			<artifactId>log4j</artifactId>
213
			<version>1.2.16</version>
214
		</dependency>
215
		<dependency>
9063 manish.sha 216
			<groupId>in.shop2020</groupId>
217
    		<artifactId>AdwordsServices</artifactId>
218
    		<version>1.0-SNAPSHOT</version>
219
		</dependency>
220
		<dependency>
5885 mandeep.dh 221
			<groupId>org.json</groupId>
222
			<artifactId>json</artifactId>
223
			<version>20090211</version>
224
		</dependency>
225
		<dependency>
9063 manish.sha 226
		 <groupId>com.google.api-ads.examples</groupId>
227
		 <artifactId>adwords-axis-examples</artifactId>
228
  		 <version>1.20.0</version>
229
		</dependency>
230
		<dependency>
231
		<groupId>javax.inject</groupId>
232
  		<artifactId>javax.inject</artifactId>
233
  		<version>1</version>
234
		</dependency>
235
		<dependency>
12653 manish.sha 236
    	<groupId>net.sf.barcode4j</groupId>
237
    	<artifactId>barcode4j</artifactId>
238
    	<version>2.1</version>
239
    	</dependency>
240
		<dependency>
5885 mandeep.dh 241
			<groupId>org.apache.httpcomponents</groupId>
242
			<artifactId>httpclient</artifactId>
20536 kshitij.so 243
			<version>4.5.2</version>
5885 mandeep.dh 244
			<type>jar</type>
245
			<scope>compile</scope>
246
		</dependency>
8961 vikram.rag 247
		 <dependency>
248
                        <groupId>net.sf.opencsv</groupId>
249
                        <artifactId>opencsv</artifactId>
250
                        <version>2.3</version>
251
                </dependency>
5885 mandeep.dh 252
		<dependency>
253
			<groupId>org.apache.httpcomponents</groupId>
254
			<artifactId>httpmime</artifactId>
255
			<version>4.2</version>
256
			<type>jar</type>
257
			<scope>compile</scope>
258
		</dependency>
12449 kshitij.so 259
		<dependency>
260
			<groupId>in.shop2020</groupId>
261
			<artifactId>AmazonMws</artifactId>
262
			<version>1.0-SNAPSHOT</version>
263
		</dependency>
5885 mandeep.dh 264
	</dependencies>
1023 chandransh 265
</project>