Subversion Repositories SmartDukaan

Rev

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

Rev 3352 Rev 3435
Line 161... Line 161...
161
        <dependency>
161
        <dependency>
162
            <groupId>readonly.apache.struts</groupId>
162
            <groupId>readonly.apache.struts</groupId>
163
            <artifactId>xwork-core</artifactId>
163
            <artifactId>xwork-core</artifactId>
164
            <version>2.1.6</version>
164
            <version>2.1.6</version>
165
        </dependency>
165
        </dependency>
166
        <dependency>
166
	    <dependency>
167
            <groupId>readonly.apache</groupId>
167
	  		<groupId>org.apache.thrift</groupId>
168
            <artifactId>thrift</artifactId>
168
	  		<artifactId>libthrift</artifactId>
169
            <version>0.2.0</version>
169
	  		<version>0.7.0</version>
-
 
170
	        <exclusions>
-
 
171
	        <exclusion>
-
 
172
			    <groupId>commons-codec</groupId>
-
 
173
	  			<artifactId>commons-codec</artifactId>
-
 
174
	        </exclusion>
-
 
175
	        </exclusions>
170
        </dependency>
176
		</dependency>
171
        <dependency>
177
        <dependency>
172
            <groupId>readonly.apache</groupId>
178
            <groupId>readonly.apache</groupId>
173
            <artifactId>velocity</artifactId>
179
            <artifactId>velocity</artifactId>
174
            <version>1.6.3</version>
180
            <version>1.6.3</version>
175
        </dependency>
181
        </dependency>