Subversion Repositories SmartDukaan

Rev

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

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