Subversion Repositories SmartDukaan

Rev

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