Subversion Repositories SmartDukaan

Rev

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

Rev 16590 Rev 16653
Line 353... Line 353...
353
    <dependency>
353
    <dependency>
354
    	<groupId>ShipDEWebServiceClient</groupId>
354
    	<groupId>ShipDEWebServiceClient</groupId>
355
    	<artifactId>ShipDEWebServiceClient</artifactId>
355
    	<artifactId>ShipDEWebServiceClient</artifactId>
356
    	<version>1.0-SNAPSHOT</version>
356
    	<version>1.0-SNAPSHOT</version>
357
    </dependency>
357
    </dependency>
-
 
358
    <dependency>
-
 
359
		<groupId>mysql</groupId>
-
 
360
		<artifactId>mysql-connector-java</artifactId>
-
 
361
		<version>5.1.22</version>
-
 
362
	</dependency>
-
 
363
    
358
  </dependencies>
364
  </dependencies>
359
</project>
365
</project>
360
366