Subversion Repositories SmartDukaan

Rev

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

Rev 9947 Rev 10049
Line 70... Line 70...
70
		<dependency>
70
		<dependency>
71
			<groupId>org.apache.httpcomponents</groupId>
71
			<groupId>org.apache.httpcomponents</groupId>
72
			<artifactId>httpmime</artifactId>
72
			<artifactId>httpmime</artifactId>
73
			<version>4.2.1</version>
73
			<version>4.2.1</version>
74
		</dependency>
74
		</dependency>
-
 
75
		<dependency>
-
 
76
			<groupId>commons-httpclient</groupId>
-
 
77
			<artifactId>commons-httpclient</artifactId>
-
 
78
			<version>3.0.1</version>
-
 
79
		</dependency>
-
 
80
		<dependency>
-
 
81
			<groupId>com.google.appengine</groupId>
-
 
82
			<artifactId>appengine-api-stubs</artifactId>
-
 
83
			<version>1.5.1</version>
-
 
84
		</dependency>
-
 
85
		<dependency>
-
 
86
			<groupId>readonly.apache</groupId>
-
 
87
			<artifactId>poi</artifactId>
-
 
88
			<version>3.7-20101029</version>
-
 
89
		</dependency>
75
	</dependencies>
90
	</dependencies>
76
</project>
91
</project>
77
 
92