Subversion Repositories SmartDukaan

Rev

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

Rev 16643 Rev 16654
Line 228... Line 228...
228
        	<groupId>ShipDEWebServiceClient</groupId>
228
        	<groupId>ShipDEWebServiceClient</groupId>
229
        	<artifactId>ShipDEWebServiceClient</artifactId>
229
        	<artifactId>ShipDEWebServiceClient</artifactId>
230
        	<version>1.0-SNAPSHOT</version>
230
        	<version>1.0-SNAPSHOT</version>
231
        </dependency>
231
        </dependency>
232
        <dependency>
232
        <dependency>
233
        	<groupId>com.sendgrid</groupId>
233
            <groupId>com.sendgrid</groupId>
234
			<artifactId>sendgrid-java</artifactId>
234
            <artifactId>smtpapi-java</artifactId>
235
			<version>2.2.1</version>
235
            <version>1.1.1</version>
236
        </dependency>
236
        </dependency>
237
        <dependency>
237
        <dependency>
238
			<groupId>org.json</groupId>
238
            <groupId>org.apache.httpcomponents</groupId>
239
			<artifactId>json</artifactId>
239
            <artifactId>httpcore</artifactId>
240
			<version>20090211</version>
240
            <version>4.3.2</version>
241
		</dependency>
241
        </dependency>
242
		<dependency>
242
        <dependency>
243
			<groupId>org.apache.httpcomponents</groupId>
243
            <groupId>org.apache.httpcomponents</groupId>
244
			<artifactId>httpclient</artifactId>
244
            <artifactId>httpclient</artifactId>
-
 
245
            <version>4.3.4</version>
-
 
246
        </dependency>
-
 
247
        <dependency>
-
 
248
            <groupId>org.apache.httpcomponents</groupId>
-
 
249
            <artifactId>httpmime</artifactId>
245
			<version>4.3.4</version>
250
            <version>4.3.4</version>
-
 
251
        </dependency>
-
 
252
        <dependency>
-
 
253
            <groupId>org.json</groupId>
-
 
254
            <artifactId>json</artifactId>
-
 
255
            <version>20140107</version>
-
 
256
        </dependency>
-
 
257
        <dependency>
-
 
258
            <groupId>junit</groupId>
-
 
259
            <artifactId>junit-dep</artifactId>
-
 
260
            <version>4.10</version>
-
 
261
            <scope>test</scope>
246
		</dependency>
262
        </dependency>
247
    </dependencies>
263
    </dependencies>
248
</project>
264
</project>