Subversion Repositories SmartDukaan

Rev

Rev 3206 | Rev 3435 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3206 Rev 3352
Line -... Line 1...
-
 
1
<project
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
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
2
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3
    xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3
  <modelVersion>4.0.0</modelVersion>
4
    <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>
5
    <groupId>in.shop2020</groupId>
-
 
6
    <artifactId>Crm</artifactId>
12
    <version>1.0-SNAPSHOT</version>
7
    <version>1.0-SNAPSHOT</version>
-
 
8
    <packaging>war</packaging>
-
 
9
    <name>Crm Maven Webapp</name>
-
 
10
    <parent>
-
 
11
        <artifactId>parent</artifactId>
-
 
12
        <groupId>in.shop2020</groupId>
-
 
13
        <version>1.0-SNAPSHOT</version>
13
  </parent>
14
    </parent>
14
 
15
 
15
  <properties>
16
    <properties>
16
    <shiro.version>1.1.0</shiro.version>
17
        <shiro.version>1.1.0</shiro.version>
17
  </properties>
18
    </properties>
18
 
19
 
19
    <build>
20
    <build>
20
        <plugins>
21
        <plugins>
21
            <plugin>
22
            <plugin>
22
                <groupId>org.codehaus.mojo</groupId>
23
                <groupId>org.codehaus.mojo</groupId>
Line 26... Line 27...
26
                    <url>http://localhost:8080/manager</url>
27
                    <url>http://localhost:8080/manager</url>
27
                    <server>mytomcat</server>
28
                    <server>mytomcat</server>
28
                    <path>/crm</path>
29
                    <path>/crm</path>
29
                </configuration>
30
                </configuration>
30
            </plugin>
31
            </plugin>
-
 
32
            <plugin>
-
 
33
                <artifactId>maven-assembly-plugin</artifactId>
-
 
34
                <configuration>
-
 
35
                    <archive>
-
 
36
                        <manifest>
-
 
37
                            <mainClass>in.shop2020.util.EmailReader</mainClass>
-
 
38
                        </manifest>
-
 
39
                    </archive>
-
 
40
                    <descriptorRefs>
-
 
41
                        <descriptorRef>jar-with-dependencies</descriptorRef>
-
 
42
                    </descriptorRefs>
-
 
43
                </configuration>
-
 
44
            </plugin>
31
        </plugins>
45
        </plugins>
32
    </build>
46
    </build>
33
 
47
 
34
  <dependencies>
48
    <dependencies>
35
    <!-- Servlet API is only required at compile time. It
49
        <!-- Servlet API is only required at compile time. It should be provided 
36
     should be provided by the container at the run time. -->
50
            by the container at the run time. -->
37
    <dependency>
51
        <dependency>
38
      <groupId>readonly.apache</groupId>
52
            <groupId>readonly.apache</groupId>
39
      <artifactId>servlet-api</artifactId>
53
            <artifactId>servlet-api</artifactId>
40
      <version>2.5</version>
54
            <version>2.5</version>
41
      <scope>provided</scope>
55
            <scope>provided</scope>
42
    </dependency>
56
        </dependency>
43
    
57
 
44
    <!-- Internal Dependencies -->
58
        <!-- Internal Dependencies -->
45
    <dependency>
59
        <dependency>
46
      <groupId>in.shop2020</groupId>
60
            <groupId>in.shop2020</groupId>
47
      <artifactId>ThriftConfig</artifactId>
61
            <artifactId>ThriftConfig</artifactId>
48
      <version>1.0-SNAPSHOT</version>
62
            <version>1.0-SNAPSHOT</version>
49
    </dependency>
63
        </dependency>
50
    <dependency>
64
        <dependency>
51
      <groupId>in.shop2020</groupId>
65
            <groupId>in.shop2020</groupId>
52
      <artifactId>Common</artifactId>
66
            <artifactId>Common</artifactId>
53
      <version>1.0-SNAPSHOT</version>
67
            <version>1.0-SNAPSHOT</version>
54
    </dependency>
68
        </dependency>
55
    
69
 
56
    <!-- All the other dependencies. -->
70
        <!-- All the other dependencies. -->
57
    <dependency>
71
        <dependency>
58
      <groupId>readonly.apache</groupId>
72
            <groupId>readonly.apache</groupId>
59
      <artifactId>commons-codec</artifactId>
73
            <artifactId>commons-codec</artifactId>
60
      <version>1.4</version>
74
            <version>1.4</version>
61
    </dependency>
75
        </dependency>
62
    <dependency>
76
        <dependency>
63
      <groupId>readonly.apache</groupId>
77
            <groupId>readonly.apache</groupId>
64
      <artifactId>commons-collections</artifactId>
78
            <artifactId>commons-collections</artifactId>
65
      <version>3.2.1</version>
79
            <version>3.2.1</version>
66
    </dependency>
80
        </dependency>
67
    <dependency>
81
        <dependency>
68
      <groupId>readonly.apache</groupId>
82
            <groupId>readonly.apache</groupId>
69
      <artifactId>commons-digester</artifactId>
83
            <artifactId>commons-digester</artifactId>
70
      <version>2.0</version>
84
            <version>2.0</version>
71
    </dependency>
85
        </dependency>
72
    <dependency>
86
        <dependency>
73
      <groupId>readonly.apache</groupId>
87
            <groupId>readonly.apache</groupId>
74
      <artifactId>commons-fileupload</artifactId>
88
            <artifactId>commons-fileupload</artifactId>
75
      <version>1.2.1</version>
89
            <version>1.2.1</version>
76
    </dependency>
90
        </dependency>
77
    <dependency>
91
        <dependency>
78
      <groupId>readonly.apache</groupId>
92
            <groupId>readonly.apache</groupId>
79
      <artifactId>commons-io</artifactId>
93
            <artifactId>commons-io</artifactId>
80
      <version>1.3.2</version>
94
            <version>1.3.2</version>
81
    </dependency>
95
        </dependency>
82
    <dependency>
96
        <dependency>
83
      <groupId>readonly.apache</groupId>
97
            <groupId>readonly.apache</groupId>
84
      <artifactId>commons-lang</artifactId>
98
            <artifactId>commons-lang</artifactId>
85
      <version>2.4</version>
99
            <version>2.4</version>
86
    </dependency>
100
        </dependency>
87
    <dependency>
101
        <dependency>
88
      <groupId>readonly.apache</groupId>
102
            <groupId>readonly.apache</groupId>
89
      <artifactId>commons-logging</artifactId>
103
            <artifactId>commons-logging</artifactId>
90
      <version>1.0.4</version>
104
            <version>1.0.4</version>
91
    </dependency>
105
        </dependency>
92
    <dependency>
106
        <dependency>
93
      <groupId>readonly.apache</groupId>
107
            <groupId>readonly.apache</groupId>
94
      <artifactId>commons-logging-api</artifactId>
108
            <artifactId>commons-logging-api</artifactId>
95
      <version>1.1</version>
109
            <version>1.1</version>
96
    </dependency>
110
        </dependency>
97
    <dependency>
111
        <dependency>
98
      <groupId>readonly.apache</groupId>
112
            <groupId>readonly.apache</groupId>
99
      <artifactId>commons-validator</artifactId>
113
            <artifactId>commons-validator</artifactId>
100
      <version>1.3.1</version>
114
            <version>1.3.1</version>
101
    </dependency>
115
        </dependency>
102
    <dependency>
116
        <dependency>
103
      <groupId>readonly.apache</groupId>
117
            <groupId>readonly.apache</groupId>
104
      <artifactId>ezmorph</artifactId>
118
            <artifactId>ezmorph</artifactId>
105
      <version>1.0.3</version>
119
            <version>1.0.3</version>
106
    </dependency>
120
        </dependency>
107
    <dependency>
121
        <dependency>
108
      <groupId>readonly.apache</groupId>
122
            <groupId>readonly.apache</groupId>
109
      <artifactId>json-lib</artifactId>
123
            <artifactId>json-lib</artifactId>
110
      <version>2.1-jdk15</version>
124
            <version>2.1-jdk15</version>
111
    </dependency>
125
        </dependency>
112
    <dependency>
126
        <dependency>
113
      <groupId>readonly.apache</groupId>
127
            <groupId>readonly.apache</groupId>
114
      <artifactId>jsp-api</artifactId>
128
            <artifactId>jsp-api</artifactId>
115
      <version>2.1</version>
129
            <version>2.1</version>
116
    </dependency>
130
        </dependency>
117
    <dependency>
131
        <dependency>
118
      <groupId>readonly.apache</groupId>
132
            <groupId>readonly.apache</groupId>
119
      <artifactId>log4j</artifactId>
133
            <artifactId>log4j</artifactId>
120
      <version>1.2.16</version>
134
            <version>1.2.16</version>
121
    </dependency>
135
        </dependency>
122
    <dependency>
136
        <dependency>
123
      <groupId>readonly.apache</groupId>
137
            <groupId>readonly.apache</groupId>
124
      <artifactId>ognl</artifactId>
138
            <artifactId>ognl</artifactId>
125
      <version>2.7.3</version>
139
            <version>2.7.3</version>
126
    </dependency>
140
        </dependency>
127
    <dependency>
141
        <dependency>
128
      <groupId>readonly.apache.struts</groupId>
142
            <groupId>readonly.apache.struts</groupId>
129
      <artifactId>struts2-convention-plugin</artifactId>
143
            <artifactId>struts2-convention-plugin</artifactId>
130
      <version>2.1.8.1</version>
144
            <version>2.1.8.1</version>
131
    </dependency>
145
        </dependency>
132
    <dependency>
146
        <dependency>
133
      <groupId>readonly.apache.struts</groupId>
147
            <groupId>readonly.apache.struts</groupId>
134
      <artifactId>struts2-core</artifactId>
148
            <artifactId>struts2-core</artifactId>
135
      <version>2.1.8.1</version>
149
            <version>2.1.8.1</version>
136
    </dependency>
150
        </dependency>
137
    <dependency>
151
        <dependency>
138
      <groupId>readonly.apache.struts</groupId>
152
            <groupId>readonly.apache.struts</groupId>
139
      <artifactId>struts2-rest-plugin</artifactId>
153
            <artifactId>struts2-rest-plugin</artifactId>
140
      <version>2.1.8.1</version>
154
            <version>2.1.8.1</version>
141
    </dependency>
155
        </dependency>
142
    <dependency>
156
        <dependency>
143
      <groupId>readonly.apache.struts</groupId>
157
            <groupId>readonly.apache.struts</groupId>
144
      <artifactId>xstream</artifactId>
158
            <artifactId>xstream</artifactId>
145
      <version>1.2.2</version>
159
            <version>1.2.2</version>
146
    </dependency>
160
        </dependency>
147
    <dependency>
161
        <dependency>
148
      <groupId>readonly.apache.struts</groupId>
162
            <groupId>readonly.apache.struts</groupId>
149
      <artifactId>xwork-core</artifactId>
163
            <artifactId>xwork-core</artifactId>
150
      <version>2.1.6</version>
164
            <version>2.1.6</version>
151
    </dependency>
165
        </dependency>
152
    <dependency>
166
        <dependency>
153
      <groupId>readonly.apache</groupId>
167
            <groupId>readonly.apache</groupId>
154
      <artifactId>thrift</artifactId>
168
            <artifactId>thrift</artifactId>
155
      <version>0.2.0</version>
169
            <version>0.2.0</version>
156
    </dependency>
170
        </dependency>
157
    <dependency>
171
        <dependency>
158
      <groupId>readonly.apache</groupId>
172
            <groupId>readonly.apache</groupId>
159
      <artifactId>velocity</artifactId>
173
            <artifactId>velocity</artifactId>
160
      <version>1.6.3</version>
174
            <version>1.6.3</version>
161
    </dependency>
175
        </dependency>
162
    <dependency>
176
        <dependency>
163
      <groupId>readonly.apache</groupId>
177
            <groupId>readonly.apache</groupId>
164
      <artifactId>velocity-tools</artifactId>
178
            <artifactId>velocity-tools</artifactId>
165
      <version>1.4</version>
179
            <version>1.4</version>
166
    </dependency>
180
        </dependency>
167
    <dependency>
181
        <dependency>
168
      <groupId>readonly.apache</groupId>
182
            <groupId>readonly.apache</groupId>
169
      <artifactId>xpp3_min</artifactId>
183
            <artifactId>xpp3_min</artifactId>
170
      <version>1.1.3.4.O</version>
184
            <version>1.1.3.4.O</version>
171
    </dependency>
185
        </dependency>
172
    <dependency>
186
        <dependency>
173
      <groupId>readonly</groupId>
187
            <groupId>readonly</groupId>
174
      <artifactId>freemarker</artifactId>
188
            <artifactId>freemarker</artifactId>
175
      <version>2.3.15</version>
189
            <version>2.3.15</version>
176
    </dependency>
190
        </dependency>
177
    <dependency>
191
        <dependency>
178
      <groupId>readonly</groupId>
192
            <groupId>readonly</groupId>
179
      <artifactId>yuicompressor</artifactId>
193
            <artifactId>yuicompressor</artifactId>
180
      <version>2.4.2</version>
194
            <version>2.4.2</version>
181
    </dependency>
195
        </dependency>
182
    <dependency>
196
        <dependency>
183
        <groupId>org.json</groupId>
197
            <groupId>org.json</groupId>
184
        <artifactId>json</artifactId>
198
            <artifactId>json</artifactId>
185
        <version>20090211</version>
199
            <version>20090211</version>
186
    </dependency>
200
        </dependency>
187
    <dependency>
201
        <dependency>
188
        <groupId>org.apache.shiro</groupId>
202
            <groupId>org.apache.shiro</groupId>
189
        <artifactId>shiro-core</artifactId>
203
            <artifactId>shiro-core</artifactId>
190
        <version>${shiro.version}</version>
204
            <version>${shiro.version}</version>
191
    </dependency>
205
        </dependency>
192
    <dependency>
206
        <dependency>
193
        <groupId>org.apache.shiro</groupId>
207
            <groupId>org.apache.shiro</groupId>
194
        <artifactId>shiro-web</artifactId>
208
            <artifactId>shiro-web</artifactId>
195
        <version>${shiro.version}</version>
209
            <version>${shiro.version}</version>
196
    </dependency>
210
        </dependency>
197
  </dependencies>
211
    </dependencies>
198
</project>
212
</project>