| 1720 |
varun.gupt |
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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
| 1727 |
rajveer |
2 |
<modelVersion>4.0.0</modelVersion>
|
|
|
3 |
<groupId>in.shop2020</groupId>
|
|
|
4 |
<artifactId>FbApps</artifactId>
|
|
|
5 |
<packaging>war</packaging>
|
|
|
6 |
<version>1.0-Snapshot</version>
|
| 1720 |
varun.gupt |
7 |
|
| 1727 |
rajveer |
8 |
<dependencies>
|
| 1720 |
varun.gupt |
9 |
<dependency>
|
|
|
10 |
<groupId>readonly.apache</groupId>
|
|
|
11 |
<artifactId>thrift</artifactId>
|
|
|
12 |
<version>0.2.0</version>
|
|
|
13 |
</dependency>
|
|
|
14 |
<dependency>
|
|
|
15 |
<groupId>readonly.slf4j</groupId>
|
|
|
16 |
<artifactId>slf4j-api</artifactId>
|
|
|
17 |
<version>1.5.8</version>
|
|
|
18 |
</dependency>
|
|
|
19 |
<dependency>
|
|
|
20 |
<groupId>readonly.slf4j</groupId>
|
|
|
21 |
<artifactId>slf4j-simple</artifactId>
|
|
|
22 |
<version>1.5.8</version>
|
|
|
23 |
</dependency>
|
|
|
24 |
<dependency>
|
|
|
25 |
<groupId>in.shop2020</groupId>
|
|
|
26 |
<artifactId>ThriftConfig</artifactId>
|
|
|
27 |
<version>1.0-SNAPSHOT</version>
|
|
|
28 |
</dependency>
|
|
|
29 |
<dependency>
|
|
|
30 |
<groupId>in.shop2020</groupId>
|
|
|
31 |
<artifactId>Common</artifactId>
|
|
|
32 |
<version>1.0-SNAPSHOT</version>
|
|
|
33 |
</dependency>
|
|
|
34 |
<dependency>
|
|
|
35 |
<groupId>readonly.apache</groupId>
|
|
|
36 |
<artifactId>servlet-api</artifactId>
|
|
|
37 |
<version>2.5</version>
|
|
|
38 |
<scope>provided</scope>
|
|
|
39 |
</dependency>
|
|
|
40 |
<dependency>
|
|
|
41 |
<groupId>readonly.apache.struts</groupId>
|
|
|
42 |
<artifactId>struts2-convention-plugin</artifactId>
|
|
|
43 |
<version>2.1.8.1</version>
|
|
|
44 |
</dependency>
|
|
|
45 |
<dependency>
|
|
|
46 |
<groupId>readonly.apache.struts</groupId>
|
|
|
47 |
<artifactId>struts2-core</artifactId>
|
|
|
48 |
<version>2.1.8.1</version>
|
|
|
49 |
</dependency>
|
|
|
50 |
<dependency>
|
|
|
51 |
<groupId>readonly.apache.struts</groupId>
|
|
|
52 |
<artifactId>struts2-rest-plugin</artifactId>
|
|
|
53 |
<version>2.1.8.1</version>
|
|
|
54 |
</dependency>
|
|
|
55 |
<dependency>
|
|
|
56 |
<groupId>readonly.apache.struts</groupId>
|
|
|
57 |
<artifactId>xstream</artifactId>
|
|
|
58 |
<version>1.2.2</version>
|
|
|
59 |
</dependency>
|
|
|
60 |
<dependency>
|
|
|
61 |
<groupId>readonly.apache.struts</groupId>
|
|
|
62 |
<artifactId>xwork-core</artifactId>
|
|
|
63 |
<version>2.1.6</version>
|
|
|
64 |
</dependency>
|
|
|
65 |
<dependency>
|
|
|
66 |
<groupId>readonly.apache</groupId>
|
|
|
67 |
<artifactId>commons-collections</artifactId>
|
|
|
68 |
<version>3.2.1</version>
|
|
|
69 |
</dependency>
|
|
|
70 |
<dependency>
|
|
|
71 |
<groupId>readonly.apache</groupId>
|
|
|
72 |
<artifactId>commons-digester</artifactId>
|
|
|
73 |
<version>2.0</version>
|
|
|
74 |
</dependency>
|
|
|
75 |
<dependency>
|
|
|
76 |
<groupId>readonly.apache</groupId>
|
|
|
77 |
<artifactId>commons-fileupload</artifactId>
|
|
|
78 |
<version>1.2.1</version>
|
|
|
79 |
</dependency>
|
|
|
80 |
<dependency>
|
|
|
81 |
<groupId>readonly.apache</groupId>
|
|
|
82 |
<artifactId>commons-io</artifactId>
|
|
|
83 |
<version>1.3.2</version>
|
|
|
84 |
</dependency>
|
|
|
85 |
<dependency>
|
|
|
86 |
<groupId>readonly.apache</groupId>
|
|
|
87 |
<artifactId>commons-lang</artifactId>
|
|
|
88 |
<version>2.4</version>
|
|
|
89 |
</dependency>
|
|
|
90 |
<dependency>
|
|
|
91 |
<groupId>readonly.apache</groupId>
|
|
|
92 |
<artifactId>commons-logging</artifactId>
|
|
|
93 |
<version>1.0.4</version>
|
|
|
94 |
</dependency>
|
|
|
95 |
<dependency>
|
|
|
96 |
<groupId>readonly.apache</groupId>
|
|
|
97 |
<artifactId>velocity</artifactId>
|
|
|
98 |
<version>1.6.3</version>
|
|
|
99 |
</dependency>
|
|
|
100 |
<dependency>
|
|
|
101 |
<groupId>readonly.apache</groupId>
|
|
|
102 |
<artifactId>velocity-tools</artifactId>
|
|
|
103 |
<version>1.4</version>
|
|
|
104 |
</dependency>
|
|
|
105 |
<dependency>
|
|
|
106 |
<groupId>readonly.apache</groupId>
|
|
|
107 |
<artifactId>json-lib</artifactId>
|
|
|
108 |
<version>2.1-jdk15</version>
|
|
|
109 |
</dependency>
|
|
|
110 |
<dependency>
|
|
|
111 |
<groupId>readonly</groupId>
|
|
|
112 |
<artifactId>freemarker</artifactId>
|
|
|
113 |
<version>2.3.15</version>
|
|
|
114 |
</dependency>
|
|
|
115 |
</dependencies>
|
| 1727 |
rajveer |
116 |
</project>
|