Subversion Repositories SmartDukaan

Rev

Rev 1740 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
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>
1728 rajveer 4
  <artifactId>Social</artifactId>
1727 rajveer 5
  <packaging>war</packaging>
1740 rajveer 6
  <version>1.0-SNAPSHOT</version>
1728 rajveer 7
 
8
  <name>Social Network Applications</name>
9
  <url>http://shop2020.in</url>
1720 varun.gupt 10
 
1728 rajveer 11
  <parent>
12
    <groupId>in.shop2020</groupId>
13
    <artifactId>parent</artifactId>
14
    <version>1.0-SNAPSHOT</version>
15
  </parent>
16
 
1727 rajveer 17
  <dependencies>
1720 varun.gupt 18
    <dependency>
3435 rajveer 19
  		<groupId>org.apache.thrift</groupId>
20
  		<artifactId>libthrift</artifactId>
21
  		<version>0.7.0</version>
22
        <exclusions>
23
        <exclusion>
24
		    <groupId>commons-codec</groupId>
25
  			<artifactId>commons-codec</artifactId>
26
        </exclusion>
27
        </exclusions>
28
	</dependency>
1720 varun.gupt 29
    <dependency>
30
      <groupId>readonly.slf4j</groupId>
31
      <artifactId>slf4j-api</artifactId>
32
      <version>1.5.8</version>
33
    </dependency>
34
    <dependency>
35
      <groupId>readonly.slf4j</groupId>
36
      <artifactId>slf4j-simple</artifactId>
37
      <version>1.5.8</version>
38
    </dependency>
39
    <dependency>
40
      <groupId>in.shop2020</groupId>
41
      <artifactId>ThriftConfig</artifactId>
42
      <version>1.0-SNAPSHOT</version>
43
    </dependency>
44
    <dependency>
45
      <groupId>in.shop2020</groupId>
46
      <artifactId>Common</artifactId>
47
      <version>1.0-SNAPSHOT</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>readonly.apache</groupId>
82
      <artifactId>commons-collections</artifactId>
83
      <version>3.2.1</version>
84
    </dependency>
85
    <dependency>
86
      <groupId>readonly.apache</groupId>
87
      <artifactId>commons-digester</artifactId>
88
      <version>2.0</version>
89
    </dependency>
90
    <dependency>
91
      <groupId>readonly.apache</groupId>
92
      <artifactId>commons-fileupload</artifactId>
93
      <version>1.2.1</version>
94
    </dependency>
95
    <dependency>
96
      <groupId>readonly.apache</groupId>
97
      <artifactId>commons-io</artifactId>
98
      <version>1.3.2</version>
99
    </dependency>
100
    <dependency>
101
      <groupId>readonly.apache</groupId>
102
      <artifactId>commons-lang</artifactId>
103
      <version>2.4</version>
104
    </dependency>
105
    <dependency>
106
      <groupId>readonly.apache</groupId>
107
      <artifactId>commons-logging</artifactId>
108
      <version>1.0.4</version>
109
    </dependency>
110
    <dependency>
111
      <groupId>readonly.apache</groupId>
112
      <artifactId>velocity</artifactId>
113
      <version>1.6.3</version>
114
    </dependency>
115
    <dependency>
116
      <groupId>readonly.apache</groupId>
117
      <artifactId>velocity-tools</artifactId>
118
      <version>1.4</version>
119
    </dependency>
120
    <dependency>
121
      <groupId>readonly.apache</groupId>
122
      <artifactId>json-lib</artifactId>
123
      <version>2.1-jdk15</version>
124
    </dependency>
125
    <dependency>
126
      <groupId>readonly</groupId>
127
      <artifactId>freemarker</artifactId>
128
      <version>2.3.15</version>
129
    </dependency>
130
  </dependencies>
1727 rajveer 131
</project>