Subversion Repositories SmartDukaan

Rev

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

Rev 7941 Rev 16525
Line 232... Line 232...
232
        <dependency>
232
        <dependency>
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>
-
 
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>
-
 
254
			<artifactId>smtpapi-java</artifactId>
-
 
255
			<version>0.1.1</version>
-
 
256
        </dependency>
237
    </dependencies>
257
    </dependencies>
238
</project>
258
</project>