Subversion Repositories SmartDukaan

Rev

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

Rev 21343 Rev 21347
Line 47... Line 47...
47
				</executions>
47
				</executions>
48
			</plugin>
48
			</plugin>
49
		</plugins>
49
		</plugins>
50
	</build>
50
	</build>
51
	<dependencies>
51
	<dependencies>
-
 
52
		<!-- Internal Dependencies -->
-
 
53
 
52
		<!-- JWT Dependencies -->
54
		<!-- JWT Dependencies -->
53
		<dependency>
55
		<dependency>
54
			<groupId>com.auth0</groupId>
56
			<groupId>com.auth0</groupId>
55
			<artifactId>java-jwt</artifactId>
57
			<artifactId>java-jwt</artifactId>
56
			<version>3.1.0</version>
58
			<version>3.1.0</version>
Line 236... Line 238...
236
			<groupId>com.google.code.gson</groupId>
238
			<groupId>com.google.code.gson</groupId>
237
			<artifactId>gson</artifactId>
239
			<artifactId>gson</artifactId>
238
			<version>2.8.0</version>
240
			<version>2.8.0</version>
239
		</dependency>
241
		</dependency>
240
 
242
 
-
 
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
 
241
 
259
 
242
 
260
 
243
	</dependencies>
261
	</dependencies>
244
 
262
 
245
 
263