Subversion Repositories SmartDukaan

Rev

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

Rev 16527 Rev 16529
Line 233... Line 233...
233
        	<groupId>ShipDEWebServiceClient</groupId>
233
        	<groupId>ShipDEWebServiceClient</groupId>
234
        	<artifactId>ShipDEWebServiceClient</artifactId>
234
        	<artifactId>ShipDEWebServiceClient</artifactId>
235
        	<version>1.0-SNAPSHOT</version>
235
        	<version>1.0-SNAPSHOT</version>
236
        </dependency>
236
        </dependency>
237
        <dependency>
237
        <dependency>
238
        	<groupId>org.apache.httpcomponents</groupId>
-
 
239
        	<artifactId>httpcore</artifactId>
-
 
240
        	<version>4.3.2</version>
-
 
241
        </dependency>
-
 
242
        <dependency>
-
 
243
        	<groupId>org.apache.httpcomponents</groupId>
-
 
244
        	<artifactId>httpclient</artifactId>
-
 
245
        	<version>4.3.4</version>
-
 
246
        </dependency>
-
 
247
        <dependency>
-
 
248
        	<groupId>org.apache.httpcomponents</groupId>
-
 
249
        	<artifactId>httpmime</artifactId>
-
 
250
        	<version>4.3.4</version>
-
 
251
        </dependency>
-
 
252
        <dependency>
-
 
253
        	<groupId>com.sendgrid</groupId>
238
        	<groupId>com.sendgrid</groupId>
254
			<artifactId>sendgrid-java</artifactId>
239
			<artifactId>sendgrid-java</artifactId>
255
			<version>2.2.1</version>
240
			<version>2.2.1</version>
256
        </dependency>
241
        </dependency>
-
 
242
        <dependency>
-
 
243
			<groupId>org.json</groupId>
-
 
244
			<artifactId>json</artifactId>
-
 
245
			<version>20090211</version>
-
 
246
		</dependency>
-
 
247
		<dependency>
-
 
248
			<groupId>org.apache.httpcomponents</groupId>
-
 
249
			<artifactId>httpclient</artifactId>
-
 
250
			<version>4.3.4</version>
-
 
251
		</dependency>
257
    </dependencies>
252
    </dependencies>
258
</project>
253
</project>