Subversion Repositories SmartDukaan

Rev

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

Rev 21347 Rev 21348
Line 48... Line 48...
48
			</plugin>
48
			</plugin>
49
		</plugins>
49
		</plugins>
50
	</build>
50
	</build>
51
	<dependencies>
51
	<dependencies>
52
		<!-- Internal Dependencies -->
52
		<!-- Internal Dependencies -->
-
 
53
		<dependency>
-
 
54
			<groupId>org.apache.thrift</groupId>
-
 
55
			<artifactId>libthrift</artifactId>
-
 
56
			<version>0.7.0</version>
-
 
57
			<exclusions>
-
 
58
				<exclusion>
-
 
59
					<groupId>commons-codec</groupId>
-
 
60
					<artifactId>commons-codec</artifactId>
-
 
61
				</exclusion>
-
 
62
				<exclusion>
-
 
63
					<groupId>javax.servlet</groupId>
-
 
64
					<artifactId>servlet-api</artifactId>
-
 
65
				</exclusion>
-
 
66
			</exclusions>
-
 
67
		</dependency>
-
 
68
		<dependency>
-
 
69
			<groupId>in.shop2020</groupId>
-
 
70
			<artifactId>ThriftConfig</artifactId>
-
 
71
			<version>1.0-SNAPSHOT</version>
-
 
72
		</dependency>
53
 
73
 
54
		<!-- JWT Dependencies -->
74
		<!-- JWT Dependencies -->
55
		<dependency>
75
		<dependency>
56
			<groupId>com.auth0</groupId>
76
			<groupId>com.auth0</groupId>
57
			<artifactId>java-jwt</artifactId>
77
			<artifactId>java-jwt</artifactId>
Line 238... Line 258...
238
			<groupId>com.google.code.gson</groupId>
258
			<groupId>com.google.code.gson</groupId>
239
			<artifactId>gson</artifactId>
259
			<artifactId>gson</artifactId>
240
			<version>2.8.0</version>
260
			<version>2.8.0</version>
241
		</dependency>
261
		</dependency>
242
 
262
 
243
		<dependency>
-
 
244
			<groupId>in.shop2020</groupId>
-
 
245
			<artifactId>Common</artifactId>
-
 
246
			<version>1.0-SNAPSHOT</version>
-
 
247
			<exclusions>
-
 
248
				<exclusion>
-
 
249
					<groupId>readonly.slf4j</groupId>
-
 
250
					<artifactId>slf4j-api</artifactId>
-
 
251
				</exclusion>
-
 
252
				<exclusion>
-
 
253
					<groupId>readonly.slf4j</groupId>
-
 
254
					<artifactId>slf4j-simple</artifactId>
-
 
255
				</exclusion>
-
 
256
			</exclusions>
-
 
257
		</dependency>
-
 
258
 
-
 
259
 
-
 
260
 
-
 
261
	</dependencies>
263
	</dependencies>
262
 
264
 
263
 
265
 
264
</project>
266
</project>