Subversion Repositories SmartDukaan

Rev

Rev 1027 | Rev 1434 | 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>
51
      <groupId>readonly.apache</groupId>
52
      <artifactId>servlet-api</artifactId>
53
      <version>2.5</version>
54
      <scope>provided</scope>
55
    </dependency>
56
    <dependency>
57
      <groupId>readonly.apache.struts</groupId>
58
      <artifactId>struts2-convention-plugin</artifactId>
59
      <version>2.1.8.1</version>
60
    </dependency>
61
    <dependency>
62
      <groupId>readonly.apache.struts</groupId>
63
      <artifactId>struts2-core</artifactId>
64
      <version>2.1.8.1</version>
65
    </dependency>
66
    <dependency>
67
      <groupId>readonly.apache.struts</groupId>
68
      <artifactId>struts2-rest-plugin</artifactId>
69
      <version>2.1.8.1</version>
70
    </dependency>
71
    <dependency>
72
      <groupId>readonly.apache.struts</groupId>
73
      <artifactId>xstream</artifactId>
74
      <version>1.2.2</version>
75
    </dependency>
76
    <dependency>
77
      <groupId>readonly.apache.struts</groupId>
78
      <artifactId>xwork-core</artifactId>
79
      <version>2.1.6</version>
80
    </dependency>
81
    <dependency>
82
      <groupId>in.shop2020</groupId>
83
      <artifactId>ThriftConfig</artifactId>
84
      <version>1.0-SNAPSHOT</version>
85
    </dependency>
86
    <dependency>
87
      <groupId>in.shop2020</groupId>
88
      <artifactId>Common</artifactId>
89
      <version>1.0-SNAPSHOT</version>
90
    </dependency>
1027 chandransh 91
	<!-- Required in the final package but not at the compile time. So putting 
92
		them at the bottom of the dependency list. -->
93
    <dependency>
94
      <groupId>readonly.apache</groupId>
95
      <artifactId>commons-collections</artifactId>
96
      <version>3.2.1</version>
97
    </dependency>
98
    <dependency>
99
      <groupId>readonly.apache</groupId>
100
      <artifactId>commons-digester</artifactId>
101
      <version>2.0</version>
102
    </dependency>
103
    <dependency>
104
      <groupId>readonly.apache</groupId>
105
      <artifactId>commons-fileupload</artifactId>
106
      <version>1.2.1</version>
107
    </dependency>
108
    <dependency>
109
      <groupId>readonly.apache</groupId>
110
      <artifactId>commons-io</artifactId>
111
      <version>1.3.2</version>
112
    </dependency>
113
    <dependency>
114
      <groupId>readonly.apache</groupId>
115
      <artifactId>commons-lang</artifactId>
116
      <version>2.4</version>
117
    </dependency>
118
    <dependency>
119
      <groupId>readonly.apache</groupId>
120
      <artifactId>commons-logging</artifactId>
121
      <version>1.0.4</version>
122
    </dependency>
123
    <dependency>
124
      <groupId>readonly.apache</groupId>
125
      <artifactId>commons-logging-api</artifactId>
126
      <version>1.1</version>
127
    </dependency>
128
    <dependency>
129
      <groupId>readonly.apache</groupId>
130
      <artifactId>commons-validator</artifactId>
131
      <version>1.3.1</version>
132
    </dependency>
133
    <dependency>
134
      <groupId>readonly.apache</groupId>
135
      <artifactId>ezmorph</artifactId>
136
      <version>1.0.3</version>
137
    </dependency>
138
    <dependency>
139
      <groupId>readonly.apache</groupId>
140
      <artifactId>json-lib</artifactId>
141
      <version>2.1-jdk15</version>
142
    </dependency>
143
    <dependency>
144
      <groupId>readonly.apache</groupId>
145
      <artifactId>jsp-api</artifactId>
146
      <version>2.1</version>
147
    </dependency>
148
    <dependency>
149
      <groupId>readonly.apache</groupId>
150
      <artifactId>ognl</artifactId>
151
      <version>2.7.3</version>
152
    </dependency>
153
        <dependency>
154
      <groupId>readonly.apache</groupId>
155
      <artifactId>poi</artifactId>
156
      <version>3.7-20101029</version>
157
    </dependency>    
158
    <dependency>
159
      <groupId>readonly.apache</groupId>
160
      <artifactId>velocity</artifactId>
161
      <version>1.6.3</version>
162
    </dependency>
163
    <dependency>
164
      <groupId>readonly.apache</groupId>
165
      <artifactId>velocity-tools</artifactId>
166
      <version>1.4</version>
167
    </dependency>
168
    <dependency>
169
      <groupId>readonly.apache</groupId>
170
      <artifactId>xpp3_min</artifactId>
171
      <version>1.1.3.4.O</version>
172
    </dependency>
173
    <dependency>
174
      <groupId>readonly</groupId>
175
      <artifactId>freemarker</artifactId>
176
      <version>2.3.15</version>
177
    </dependency>
178
    <dependency>
179
      <groupId>readonly.slf4j</groupId>
180
      <artifactId>slf4j-api</artifactId>
181
      <version>1.5.8</version>
182
    </dependency>
183
    <dependency>
184
      <groupId>readonly.slf4j</groupId>
185
      <artifactId>slf4j-simple</artifactId>
186
      <version>1.5.8</version>
187
    </dependency>
1023 chandransh 188
  </dependencies>
189
</project>