Subversion Repositories SmartDukaan

Rev

Rev 9718 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9718 Rev 9932
Line 100... Line 100...
100
		<dependency>
100
		<dependency>
101
			<groupId>org.apache.httpcomponents</groupId>
101
			<groupId>org.apache.httpcomponents</groupId>
102
			<artifactId>httpmime</artifactId>
102
			<artifactId>httpmime</artifactId>
103
			<version>4.2.1</version>
103
			<version>4.2.1</version>
104
		</dependency>
104
		</dependency>
-
 
105
		<dependency>
-
 
106
			<groupId>commons-httpclient</groupId>
-
 
107
			<artifactId>commons-httpclient</artifactId>
-
 
108
			<version>3.0.1</version>
-
 
109
		</dependency>
105
	</dependencies>
110
	</dependencies>
106
</project>
111
</project>
107
 
112