Subversion Repositories SmartDukaan

Rev

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

Rev 7905 Rev 7924
Line 72... Line 72...
72
  		<artifactId>axis-wsdl4j</artifactId>
72
  		<artifactId>axis-wsdl4j</artifactId>
73
  		<version>1.5.1</version>
73
  		<version>1.5.1</version>
74
  	</dependency>
74
  	</dependency>
75
  	<dependency>
75
  	<dependency>
76
  		<groupId>in.shop2020</groupId>
76
  		<groupId>in.shop2020</groupId>
77
  		<artifactId>Common</artifactId>
-
 
78
  		<version>1.0-SNAPSHOT</version>
-
 
79
  	</dependency>
-
 
80
  	<dependency>
-
 
81
  		<groupId>in.shop2020</groupId>
-
 
82
  		<artifactId>ThriftConfig</artifactId>
77
  		<artifactId>ThriftConfig</artifactId>
83
  		<version>1.0-SNAPSHOT</version>
78
  		<version>1.0-SNAPSHOT</version>
84
  	</dependency>
79
  	</dependency>
85
  </dependencies>
80
  </dependencies>
86
</project>
81
</project>
87
82