Subversion Repositories SmartDukaan

Rev

Rev 20531 | Rev 20533 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
20399 amit.gupta 1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20424 kshitij.so 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>Hotspot</artifactId>
6
	<packaging>war</packaging>
7
	<version>1.0-SNAPSHOT</version>
20399 amit.gupta 8
 
20424 kshitij.so 9
	<name>HotspotStore</name>
10
	<url>http://hotspotstore.com</url>
20399 amit.gupta 11
 
20424 kshitij.so 12
	<parent>
13
		<groupId>in.shop2020</groupId>
14
		<artifactId>parent</artifactId>
15
		<version>1.0-SNAPSHOT</version>
16
	</parent>
20399 amit.gupta 17
 
20424 kshitij.so 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
		<dependency>
47
			<groupId>readonly.apache.struts</groupId>
48
			<artifactId>struts2-convention-plugin</artifactId>
49
			<version>2.1.8.1</version>
50
		</dependency>
51
		<dependency>
52
			<groupId>readonly.apache.struts</groupId>
53
			<artifactId>struts2-core</artifactId>
54
			<version>2.1.8.1</version>
55
		</dependency>
56
		<dependency>
57
			<groupId>readonly.apache.struts</groupId>
58
			<artifactId>struts2-rest-plugin</artifactId>
59
			<version>2.1.8.1</version>
60
		</dependency>
61
		<dependency>
62
			<groupId>readonly.apache.struts</groupId>
63
			<artifactId>xstream</artifactId>
64
			<version>1.2.2</version>
65
		</dependency>
66
		<dependency>
67
			<groupId>readonly.apache.struts</groupId>
68
			<artifactId>xwork-core</artifactId>
69
			<version>2.1.6</version>
70
		</dependency>
71
                <dependency>
72
  <groupId>com.eclipsesource.minimal-json</groupId>
73
  <artifactId>minimal-json</artifactId>
74
  <version>0.9.4</version>
20399 amit.gupta 75
</dependency>
76
<dependency>
20532 kshitij.so 77
<groupId>org.apache.httpcomponents</groupId>
78
			<artifactId>httpclient</artifactId>
79
			<version>4.2</version>
80
			<type>jar</type>
81
			<scope>compile</scope>
20424 kshitij.so 82
                </dependency>
83
                <dependency>
84
      <groupId>in.shop2020</groupId>
85
      <artifactId>ThriftConfig</artifactId>
86
      <version>1.0-SNAPSHOT</version>
20399 amit.gupta 87
    </dependency>
20424 kshitij.so 88
		<dependency>
89
			<groupId>in.shop2020</groupId>
90
			<artifactId>Common</artifactId>
91
			<version>1.0-SNAPSHOT</version>
92
			<exclusions>
93
				<exclusion>
94
					<groupId>readonly.slf4j</groupId>
95
					<artifactId>slf4j-api</artifactId>
96
				</exclusion>
97
				<exclusion>
98
					<groupId>readonly.slf4j</groupId>
99
					<artifactId>slf4j-simple</artifactId>
100
				</exclusion>
101
			</exclusions>
102
		</dependency>
103
		<!-- Required in the final package but not at the compile time. So putting 
104
			them at the bottom of the dependency list. -->
105
		<dependency>
106
			<groupId>readonly.apache</groupId>
107
			<artifactId>commons-collections</artifactId>
108
			<version>3.2.1</version>
109
		</dependency>
110
		<dependency>
111
			<groupId>readonly.apache</groupId>
112
			<artifactId>commons-digester</artifactId>
113
			<version>2.0</version>
114
		</dependency>
115
		<dependency>
116
			<groupId>readonly.apache</groupId>
117
			<artifactId>commons-fileupload</artifactId>
118
			<version>1.2.1</version>
119
		</dependency>
120
		<dependency>
121
			<groupId>readonly.apache</groupId>
122
			<artifactId>commons-io</artifactId>
123
			<version>1.3.2</version>
124
		</dependency>
125
		<dependency>
126
			<groupId>readonly.apache</groupId>
127
			<artifactId>commons-lang</artifactId>
128
			<version>2.4</version>
129
		</dependency>
130
		<dependency>
131
			<groupId>readonly.apache</groupId>
132
			<artifactId>commons-logging</artifactId>
133
			<version>1.0.4</version>
134
		</dependency>
135
		<dependency>
136
			<groupId>readonly.apache</groupId>
137
			<artifactId>commons-logging-api</artifactId>
138
			<version>1.1</version>
139
		</dependency>
140
		<dependency>
141
			<groupId>readonly.apache</groupId>
142
			<artifactId>commons-validator</artifactId>
143
			<version>1.3.1</version>
144
		</dependency>
145
		<dependency>
146
			<groupId>readonly.apache</groupId>
147
			<artifactId>ezmorph</artifactId>
148
			<version>1.0.3</version>
149
		</dependency>
150
		<dependency>
151
			<groupId>readonly.apache</groupId>
152
			<artifactId>json-lib</artifactId>
153
			<version>2.1-jdk15</version>
154
		</dependency>
155
		<dependency>
156
			<groupId>readonly.apache</groupId>
157
			<artifactId>jsp-api</artifactId>
158
			<version>2.1</version>
159
		</dependency>
160
		<dependency>
161
			<groupId>readonly.apache</groupId>
162
			<artifactId>ognl</artifactId>
163
			<version>2.7.3</version>
164
		</dependency>
165
		<dependency>
166
			<groupId>readonly.apache</groupId>
167
			<artifactId>velocity</artifactId>
168
			<version>1.6.3</version>
169
		</dependency>
170
		<dependency>
171
			<groupId>readonly.apache</groupId>
172
			<artifactId>velocity-tools</artifactId>
173
			<version>1.4</version>
174
		</dependency>
175
		<dependency>
176
			<groupId>readonly.apache</groupId>
177
			<artifactId>xpp3_min</artifactId>
178
			<version>1.1.3.4.O</version>
179
		</dependency>
180
		<dependency>
181
			<groupId>readonly</groupId>
182
			<artifactId>freemarker</artifactId>
183
			<version>2.3.15</version>
184
		</dependency>
185
		<dependency>
186
			<groupId>org.slf4j</groupId>
187
			<artifactId>slf4j-api</artifactId>
188
			<version>1.6.1</version>
189
		</dependency>
190
		<dependency>
191
			<groupId>org.slf4j</groupId>
192
			<artifactId>slf4j-log4j12</artifactId>
193
			<version>1.6.1</version>
194
		</dependency>
195
		<dependency>
196
			<groupId>readonly.apache</groupId>
197
			<artifactId>log4j</artifactId>
198
			<version>1.2.16</version>
199
		</dependency>
200
		<dependency>
201
			<groupId>org.json</groupId>
202
			<artifactId>json</artifactId>
203
			<version>20090211</version>
204
		</dependency>
205
		<dependency>
206
		<groupId>javax.inject</groupId>
207
  		<artifactId>javax.inject</artifactId>
208
  		<version>1</version>
209
		</dependency>
210
                <dependency>
211
                <groupId>org.mongodb</groupId>
212
                <artifactId>mongo-java-driver</artifactId>
213
                <version>2.12.2</version>
214
                </dependency>
215
                <dependency>
216
	<groupId>com.whalin</groupId>
217
	<artifactId>Memcached-Java-Client</artifactId>
218
	<version>3.0.0</version>
20399 amit.gupta 219
</dependency>
220
<dependency>
20424 kshitij.so 221
	<groupId>org.apache.commons</groupId>
222
	<artifactId>commons-pool2</artifactId>
223
	<version>2.0</version>
20399 amit.gupta 224
</dependency>
20529 kshitij.so 225
<dependency>
226
	<groupId>org.glassfish</groupId>
227
	<artifactId>javax.json</artifactId>
228
	<version>1.0.2</version>
229
</dependency>
20531 kshitij.so 230
<dependency>
231
    <groupId>com.sendgrid</groupId>
232
    <artifactId>sendgrid-java</artifactId>
233
    <version>3.1.0</version>
234
</dependency>
20424 kshitij.so 235
	</dependencies>
20399 amit.gupta 236
</project>