Subversion Repositories SmartDukaan

Rev

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

Rev 9028 Rev 9346
Line 156... Line 156...
156
		<dependency>
156
		<dependency>
157
		<groupId>javax.inject</groupId>
157
		<groupId>javax.inject</groupId>
158
  		<artifactId>javax.inject</artifactId>
158
  		<artifactId>javax.inject</artifactId>
159
  		<version>1</version>
159
  		<version>1</version>
160
		</dependency>
160
		</dependency>
-
 
161
		<dependency>
-
 
162
		<groupId>com.google.guava</groupId>
-
 
163
		<artifactId>guava</artifactId>
-
 
164
		<version>r09</version>
-
 
165
		</dependency>
-
 
166
		<dependency>
-
 
167
		<groupId>xpp3</groupId>
-
 
168
		<artifactId>xpp3</artifactId>
-
 
169
		<version>1.1.4c</version>
-
 
170
		</dependency>
161
 
171
		<dependency>
-
 
172
			<groupId>com.google.api-client</groupId>
-
 
173
			<artifactId>google-api-client</artifactId>
-
 
174
			<version>1.5.0-beta</version>
-
 
175
		</dependency>
-
 
176
		<dependency>
-
 
177
		<groupId>com.google.http-client</groupId>
-
 
178
	    <artifactId>google-http-client</artifactId>
-
 
179
	    <version>1.5.0-beta</version>
-
 
180
		</dependency>
-
 
181
		<dependency>
-
 
182
		<groupId>org.mongodb</groupId>
-
 
183
		<artifactId>mongo-java-driver</artifactId>
-
 
184
		<version>2.11.0</version>
-
 
185
		</dependency>
162
		<dependency>
186
		<dependency>
163
			<groupId>in.shop2020</groupId>
187
			<groupId>in.shop2020</groupId>
164
			<artifactId>ThriftConfig</artifactId>
188
			<artifactId>ThriftConfig</artifactId>
165
			<version>1.0-SNAPSHOT</version>
189
			<version>1.0-SNAPSHOT</version>
166
			<exclusions>
190
			<exclusions>