Subversion Repositories SmartDukaan

Rev

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

Rev 1040 Rev 1046
Line 29... Line 29...
29
      </plugin>
29
      </plugin>
30
    </plugins>
30
    </plugins>
31
  </build>
31
  </build>
32
  
32
  
33
  <dependencies>
33
  <dependencies>
34
    <dependency>
-
 
35
      <groupId>readonly.apache</groupId>
34
	<!-- Servlet API is only required at compile time. It
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>
35
	 should be provided by the container at the run time. -->
46
      <artifactId>poi</artifactId>
-
 
47
      <version>3.7-20101029</version>
-
 
48
    </dependency>
-
 
49
    <dependency>
36
    <dependency>
50
      <groupId>readonly.apache</groupId>
37
      <groupId>readonly.apache</groupId>
51
      <artifactId>servlet-api</artifactId>
38
      <artifactId>servlet-api</artifactId>
52
      <version>2.5</version>
39
      <version>2.5</version>
53
      <scope>provided</scope>
40
      <scope>provided</scope>
54
    </dependency>
41
    </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>
42
    
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>
43
	<!-- Internal Dependencies -->
79
    </dependency>
-
 
80
    <dependency>
44
    <dependency>
81
      <groupId>in.shop2020</groupId>
45
      <groupId>in.shop2020</groupId>
82
      <artifactId>ThriftConfig</artifactId>
46
      <artifactId>ThriftConfig</artifactId>
83
      <version>1.0-SNAPSHOT</version>
47
      <version>1.0-SNAPSHOT</version>
84
    </dependency>
48
    </dependency>
85
    <dependency>
49
    <dependency>
86
      <groupId>in.shop2020</groupId>
50
      <groupId>in.shop2020</groupId>
87
      <artifactId>Common</artifactId>
51
      <artifactId>Common</artifactId>
88
      <version>1.0-SNAPSHOT</version>
52
      <version>1.0-SNAPSHOT</version>
89
    </dependency>
53
    </dependency>
-
 
54
    
90
	<!-- Required in the final package but not at the compile time. So putting 
55
	<!-- All the other dependencies. -->
-
 
56
	<dependency>
-
 
57
      <groupId>readonly.apache</groupId>
91
		them at the bottom of the dependency list. -->
58
      <artifactId>commons-codec</artifactId>
-
 
59
      <version>1.4</version>
-
 
60
    </dependency>
92
    <dependency>
61
    <dependency>
93
      <groupId>readonly.apache</groupId>
62
      <groupId>readonly.apache</groupId>
94
      <artifactId>commons-collections</artifactId>
63
      <artifactId>commons-collections</artifactId>
95
      <version>3.2.1</version>
64
      <version>3.2.1</version>
96
    </dependency>
65
    </dependency>
Line 144... Line 113...
144
      <artifactId>jsp-api</artifactId>
113
      <artifactId>jsp-api</artifactId>
145
      <version>2.1</version>
114
      <version>2.1</version>
146
    </dependency>
115
    </dependency>
147
    <dependency>
116
    <dependency>
148
      <groupId>readonly.apache</groupId>
117
      <groupId>readonly.apache</groupId>
-
 
118
      <artifactId>log4j</artifactId>
-
 
119
      <version>1.2.16</version>
-
 
120
    </dependency>
-
 
121
    <dependency>
-
 
122
      <groupId>readonly.apache</groupId>
149
      <artifactId>ognl</artifactId>
123
      <artifactId>ognl</artifactId>
150
      <version>2.7.3</version>
124
      <version>2.7.3</version>
151
    </dependency>
125
    </dependency>
152
        <dependency>
126
    <dependency>
-
 
127
      <groupId>readonly.apache.struts</groupId>
-
 
128
      <artifactId>struts2-convention-plugin</artifactId>
-
 
129
      <version>2.1.8.1</version>
-
 
130
    </dependency>
-
 
131
    <dependency>
-
 
132
      <groupId>readonly.apache.struts</groupId>
-
 
133
      <artifactId>struts2-core</artifactId>
-
 
134
      <version>2.1.8.1</version>
-
 
135
    </dependency>
-
 
136
    <dependency>
-
 
137
      <groupId>readonly.apache.struts</groupId>
-
 
138
      <artifactId>struts2-rest-plugin</artifactId>
-
 
139
      <version>2.1.8.1</version>
-
 
140
    </dependency>
-
 
141
    <dependency>
-
 
142
      <groupId>readonly.apache.struts</groupId>
-
 
143
      <artifactId>xstream</artifactId>
-
 
144
      <version>1.2.2</version>
-
 
145
    </dependency>
-
 
146
    <dependency>
-
 
147
      <groupId>readonly.apache.struts</groupId>
-
 
148
      <artifactId>xwork-core</artifactId>
-
 
149
      <version>2.1.6</version>
-
 
150
    </dependency>
-
 
151
    <dependency>
153
      <groupId>readonly.apache</groupId>
152
      <groupId>readonly.apache</groupId>
154
      <artifactId>poi</artifactId>
153
      <artifactId>thrift</artifactId>
155
      <version>3.7-20101029</version>
154
      <version>0.2.0</version>
156
    </dependency>    
155
    </dependency>
157
    <dependency>
156
    <dependency>
158
      <groupId>readonly.apache</groupId>
157
      <groupId>readonly.apache</groupId>
159
      <artifactId>velocity</artifactId>
158
      <artifactId>velocity</artifactId>
160
      <version>1.6.3</version>
159
      <version>1.6.3</version>
161
    </dependency>
160
    </dependency>
Line 182... Line 181...
182
    <dependency>
181
    <dependency>
183
      <groupId>readonly.slf4j</groupId>
182
      <groupId>readonly.slf4j</groupId>
184
      <artifactId>slf4j-simple</artifactId>
183
      <artifactId>slf4j-simple</artifactId>
185
      <version>1.5.8</version>
184
      <version>1.5.8</version>
186
    </dependency>
185
    </dependency>
-
 
186
    <dependency>
-
 
187
      <groupId>readonly</groupId>
-
 
188
      <artifactId>hdfc-payment</artifactId>
-
 
189
      <version>1.0</version>
-
 
190
    </dependency>
-
 
191
    <dependency>
-
 
192
      <groupId>readonly</groupId>
-
 
193
      <artifactId>yuicompressor</artifactId>
-
 
194
      <version>2.4.2</version>
-
 
195
    </dependency>
187
  </dependencies>
196
  </dependencies>
188
</project>
197
</project>