Subversion Repositories SmartDukaan

Rev

Rev 3090 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2674 vikas 1
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
2
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3
  <modelVersion>4.0.0</modelVersion>
4
  <groupId>in.shop2020</groupId>
5
  <artifactId>Crm</artifactId>
6
  <version>1.0-SNAPSHOT</version>
7
  <packaging>war</packaging>
8
  <name>Crm Maven Webapp</name>
9
  <parent>
10
    <artifactId>parent</artifactId>
11
    <groupId>in.shop2020</groupId>
12
    <version>1.0-SNAPSHOT</version>
13
  </parent>
14
 
15
  <dependencies>
16
    <!-- Servlet API is only required at compile time. It
17
     should be provided by the container at the run time. -->
18
    <dependency>
19
      <groupId>readonly.apache</groupId>
20
      <artifactId>servlet-api</artifactId>
21
      <version>2.5</version>
22
      <scope>provided</scope>
23
    </dependency>
24
 
25
    <!-- Internal Dependencies -->
26
    <dependency>
27
      <groupId>in.shop2020</groupId>
28
      <artifactId>ThriftConfig</artifactId>
29
      <version>1.0-SNAPSHOT</version>
30
    </dependency>
31
    <dependency>
32
      <groupId>in.shop2020</groupId>
33
      <artifactId>Common</artifactId>
34
      <version>1.0-SNAPSHOT</version>
35
    </dependency>
36
 
37
    <!-- All the other dependencies. -->
38
    <dependency>
39
      <groupId>readonly.apache</groupId>
40
      <artifactId>commons-codec</artifactId>
41
      <version>1.4</version>
42
    </dependency>
43
    <dependency>
44
      <groupId>readonly.apache</groupId>
45
      <artifactId>commons-collections</artifactId>
46
      <version>3.2.1</version>
47
    </dependency>
48
    <dependency>
49
      <groupId>readonly.apache</groupId>
50
      <artifactId>commons-digester</artifactId>
51
      <version>2.0</version>
52
    </dependency>
53
    <dependency>
54
      <groupId>readonly.apache</groupId>
55
      <artifactId>commons-fileupload</artifactId>
56
      <version>1.2.1</version>
57
    </dependency>
58
    <dependency>
59
      <groupId>readonly.apache</groupId>
60
      <artifactId>commons-io</artifactId>
61
      <version>1.3.2</version>
62
    </dependency>
63
    <dependency>
64
      <groupId>readonly.apache</groupId>
65
      <artifactId>commons-lang</artifactId>
66
      <version>2.4</version>
67
    </dependency>
68
    <dependency>
69
      <groupId>readonly.apache</groupId>
70
      <artifactId>commons-logging</artifactId>
71
      <version>1.0.4</version>
72
    </dependency>
73
    <dependency>
74
      <groupId>readonly.apache</groupId>
75
      <artifactId>commons-logging-api</artifactId>
76
      <version>1.1</version>
77
    </dependency>
78
    <dependency>
79
      <groupId>readonly.apache</groupId>
80
      <artifactId>commons-validator</artifactId>
81
      <version>1.3.1</version>
82
    </dependency>
83
    <dependency>
84
      <groupId>readonly.apache</groupId>
85
      <artifactId>ezmorph</artifactId>
86
      <version>1.0.3</version>
87
    </dependency>
88
    <dependency>
89
      <groupId>readonly.apache</groupId>
90
      <artifactId>json-lib</artifactId>
91
      <version>2.1-jdk15</version>
92
    </dependency>
93
    <dependency>
94
      <groupId>readonly.apache</groupId>
95
      <artifactId>jsp-api</artifactId>
96
      <version>2.1</version>
97
    </dependency>
98
    <dependency>
99
      <groupId>readonly.apache</groupId>
100
      <artifactId>log4j</artifactId>
101
      <version>1.2.16</version>
102
    </dependency>
103
    <dependency>
104
      <groupId>readonly.apache</groupId>
105
      <artifactId>ognl</artifactId>
106
      <version>2.7.3</version>
107
    </dependency>
108
    <dependency>
109
      <groupId>readonly.apache.struts</groupId>
110
      <artifactId>struts2-convention-plugin</artifactId>
111
      <version>2.1.8.1</version>
112
    </dependency>
113
    <dependency>
114
      <groupId>readonly.apache.struts</groupId>
115
      <artifactId>struts2-core</artifactId>
116
      <version>2.1.8.1</version>
117
    </dependency>
118
    <dependency>
119
      <groupId>readonly.apache.struts</groupId>
120
      <artifactId>struts2-rest-plugin</artifactId>
121
      <version>2.1.8.1</version>
122
    </dependency>
123
    <dependency>
124
      <groupId>readonly.apache.struts</groupId>
125
      <artifactId>xstream</artifactId>
126
      <version>1.2.2</version>
127
    </dependency>
128
    <dependency>
129
      <groupId>readonly.apache.struts</groupId>
130
      <artifactId>xwork-core</artifactId>
131
      <version>2.1.6</version>
132
    </dependency>
133
    <dependency>
134
      <groupId>readonly.apache</groupId>
135
      <artifactId>thrift</artifactId>
136
      <version>0.2.0</version>
137
    </dependency>
138
    <dependency>
139
      <groupId>readonly.apache</groupId>
140
      <artifactId>velocity</artifactId>
141
      <version>1.6.3</version>
142
    </dependency>
143
    <dependency>
144
      <groupId>readonly.apache</groupId>
145
      <artifactId>velocity-tools</artifactId>
146
      <version>1.4</version>
147
    </dependency>
148
    <dependency>
149
      <groupId>readonly.apache</groupId>
150
      <artifactId>xpp3_min</artifactId>
151
      <version>1.1.3.4.O</version>
152
    </dependency>
153
    <dependency>
154
      <groupId>readonly</groupId>
155
      <artifactId>freemarker</artifactId>
156
      <version>2.3.15</version>
157
    </dependency>
158
    <dependency>
159
      <groupId>readonly</groupId>
160
      <artifactId>yuicompressor</artifactId>
161
      <version>2.4.2</version>
162
    </dependency>
163
    <dependency>
164
        <groupId>org.json</groupId>
165
        <artifactId>json</artifactId>
166
        <version>20090211</version>
167
    </dependency>
168
  </dependencies>
169
</project>