Subversion Repositories SmartDukaan

Rev

Rev 1434 | Rev 3388 | Go to most recent revision | 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"
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>
8
 
9
  <name>Supporting services</name>
10
  <url>http://shop2020.in</url>
11
 
12
  <parent>
13
    <groupId>in.shop2020</groupId>
14
    <artifactId>parent</artifactId>
15
    <version>1.0-SNAPSHOT</version>
16
  </parent>
17
 
18
  <build>
19
    <plugins>
20
      <plugin>
21
        <groupId>org.apache.maven.plugins</groupId>
22
        <artifactId>maven-compiler-plugin</artifactId>
1283 chandransh 23
        <version>2.3.2</version>
1023 chandransh 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>readonly.apache</groupId>
37
      <artifactId>thrift</artifactId>
38
      <version>0.2.0</version>
39
    </dependency>
40
    <dependency>
41
      <groupId>readonly</groupId>
42
      <artifactId>iText</artifactId>
43
      <version>5.0.4</version>
44
    </dependency>
45
    <dependency>
46
      <groupId>readonly.apache</groupId>
47
      <artifactId>poi</artifactId>
48
      <version>3.7-20101029</version>
49
    </dependency>
50
    <dependency>
2784 chandransh 51
      <groupId>com.ibm.icu</groupId>
52
      <artifactId>icu4j</artifactId>
53
      <version>4.8</version>
54
	</dependency>  
55
    <dependency>
1023 chandransh 56
      <groupId>readonly.apache</groupId>
57
      <artifactId>servlet-api</artifactId>
58
      <version>2.5</version>
59
      <scope>provided</scope>
60
    </dependency>
61
    <dependency>
62
      <groupId>readonly.apache.struts</groupId>
63
      <artifactId>struts2-convention-plugin</artifactId>
64
      <version>2.1.8.1</version>
65
    </dependency>
66
    <dependency>
67
      <groupId>readonly.apache.struts</groupId>
68
      <artifactId>struts2-core</artifactId>
69
      <version>2.1.8.1</version>
70
    </dependency>
71
    <dependency>
72
      <groupId>readonly.apache.struts</groupId>
73
      <artifactId>struts2-rest-plugin</artifactId>
74
      <version>2.1.8.1</version>
75
    </dependency>
76
    <dependency>
77
      <groupId>readonly.apache.struts</groupId>
78
      <artifactId>xstream</artifactId>
79
      <version>1.2.2</version>
80
    </dependency>
81
    <dependency>
82
      <groupId>readonly.apache.struts</groupId>
83
      <artifactId>xwork-core</artifactId>
84
      <version>2.1.6</version>
85
    </dependency>
86
    <dependency>
87
      <groupId>in.shop2020</groupId>
88
      <artifactId>ThriftConfig</artifactId>
89
      <version>1.0-SNAPSHOT</version>
2784 chandransh 90
      <exclusions>
91
        <exclusion>
92
          <groupId>readonly.slf4j</groupId>
93
          <artifactId>slf4j-api</artifactId>
94
        </exclusion>
95
        <exclusion>
96
          <groupId>readonly.slf4j</groupId>
97
          <artifactId>slf4j-simple</artifactId>
98
        </exclusion>
99
      </exclusions>
1023 chandransh 100
    </dependency>
101
    <dependency>
102
      <groupId>in.shop2020</groupId>
103
      <artifactId>Common</artifactId>
104
      <version>1.0-SNAPSHOT</version>
2784 chandransh 105
      <exclusions>
106
        <exclusion>
107
          <groupId>readonly.slf4j</groupId>
108
          <artifactId>slf4j-api</artifactId>
109
        </exclusion>
110
        <exclusion>
111
          <groupId>readonly.slf4j</groupId>
112
          <artifactId>slf4j-simple</artifactId>
113
        </exclusion>
114
      </exclusions>
1023 chandransh 115
    </dependency>
1027 chandransh 116
	<!-- Required in the final package but not at the compile time. So putting 
117
		them at the bottom of the dependency list. -->
118
    <dependency>
119
      <groupId>readonly.apache</groupId>
120
      <artifactId>commons-collections</artifactId>
121
      <version>3.2.1</version>
122
    </dependency>
123
    <dependency>
124
      <groupId>readonly.apache</groupId>
125
      <artifactId>commons-digester</artifactId>
126
      <version>2.0</version>
127
    </dependency>
128
    <dependency>
129
      <groupId>readonly.apache</groupId>
130
      <artifactId>commons-fileupload</artifactId>
131
      <version>1.2.1</version>
132
    </dependency>
133
    <dependency>
134
      <groupId>readonly.apache</groupId>
135
      <artifactId>commons-io</artifactId>
136
      <version>1.3.2</version>
137
    </dependency>
138
    <dependency>
139
      <groupId>readonly.apache</groupId>
140
      <artifactId>commons-lang</artifactId>
141
      <version>2.4</version>
142
    </dependency>
143
    <dependency>
144
      <groupId>readonly.apache</groupId>
145
      <artifactId>commons-logging</artifactId>
146
      <version>1.0.4</version>
147
    </dependency>
148
    <dependency>
149
      <groupId>readonly.apache</groupId>
150
      <artifactId>commons-logging-api</artifactId>
151
      <version>1.1</version>
152
    </dependency>
153
    <dependency>
154
      <groupId>readonly.apache</groupId>
155
      <artifactId>commons-validator</artifactId>
156
      <version>1.3.1</version>
157
    </dependency>
158
    <dependency>
159
      <groupId>readonly.apache</groupId>
160
      <artifactId>ezmorph</artifactId>
161
      <version>1.0.3</version>
162
    </dependency>
163
    <dependency>
164
      <groupId>readonly.apache</groupId>
165
      <artifactId>json-lib</artifactId>
166
      <version>2.1-jdk15</version>
167
    </dependency>
168
    <dependency>
169
      <groupId>readonly.apache</groupId>
170
      <artifactId>jsp-api</artifactId>
171
      <version>2.1</version>
172
    </dependency>
173
    <dependency>
174
      <groupId>readonly.apache</groupId>
175
      <artifactId>ognl</artifactId>
176
      <version>2.7.3</version>
1434 chandransh 177
    </dependency>  
1027 chandransh 178
    <dependency>
179
      <groupId>readonly.apache</groupId>
180
      <artifactId>velocity</artifactId>
181
      <version>1.6.3</version>
182
    </dependency>
183
    <dependency>
184
      <groupId>readonly.apache</groupId>
185
      <artifactId>velocity-tools</artifactId>
186
      <version>1.4</version>
187
    </dependency>
188
    <dependency>
189
      <groupId>readonly.apache</groupId>
190
      <artifactId>xpp3_min</artifactId>
191
      <version>1.1.3.4.O</version>
192
    </dependency>
193
    <dependency>
194
      <groupId>readonly</groupId>
195
      <artifactId>freemarker</artifactId>
196
      <version>2.3.15</version>
197
    </dependency>
198
    <dependency>
2784 chandransh 199
      <groupId>org.slf4j</groupId>
1027 chandransh 200
      <artifactId>slf4j-api</artifactId>
2784 chandransh 201
      <version>1.6.1</version>
1027 chandransh 202
    </dependency>
2784 chandransh 203
	<dependency>
204
	  <groupId>org.slf4j</groupId>
205
	  <artifactId>slf4j-log4j12</artifactId>
206
	  <version>1.6.1</version>
207
	</dependency>
1027 chandransh 208
    <dependency>
2784 chandransh 209
      <groupId>readonly.apache</groupId>
210
      <artifactId>log4j</artifactId>
211
      <version>1.2.16</version>
1027 chandransh 212
    </dependency>
1023 chandransh 213
  </dependencies>
214
</project>