Subversion Repositories SmartDukaan

Rev

Rev 22402 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22402 Rev 22444
Line 67... Line 67...
67
				</exclusion>
67
				</exclusion>
68
				<exclusion>
68
				<exclusion>
69
					<groupId>org.apache.httpcomponents</groupId>
69
					<groupId>org.apache.httpcomponents</groupId>
70
					<artifactId>httpclient</artifactId>
70
					<artifactId>httpclient</artifactId>
71
				</exclusion>
71
				</exclusion>
-
 
72
				<exclusion>
-
 
73
					<groupId>org.slf4j</groupId>
-
 
74
					<artifactId>slf4j-api</artifactId>
-
 
75
				</exclusion>
72
			</exclusions>
76
			</exclusions>
73
		</dependency>
77
		</dependency>
74
		<dependency>
78
		<dependency>
75
			<groupId>in.shop2020</groupId>
79
			<groupId>in.shop2020</groupId>
76
			<artifactId>ThriftConfig</artifactId>
80
			<artifactId>ThriftConfig</artifactId>
77
			<version>1.0-SNAPSHOT</version>
81
			<version>1.0-SNAPSHOT</version>
-
 
82
			<exclusions>
-
 
83
				<exclusion>
-
 
84
					<groupId>readonly.slf4j</groupId>
-
 
85
					<artifactId>slf4j-api</artifactId>
-
 
86
				</exclusion>
-
 
87
				<exclusion>
-
 
88
					<groupId>readonly.slf4j</groupId>
-
 
89
					<artifactId>slf4j-simple</artifactId>
-
 
90
				</exclusion>
-
 
91
			</exclusions>
78
		</dependency>
92
		</dependency>
79
 
93
 
80
		<!-- Internal dependency -->
94
		<!-- Internal dependency -->
81
		<dependency>
95
		<dependency>
82
			<groupId>com.profitmandi</groupId>
96
			<groupId>com.profitmandi</groupId>
Line 130... Line 144...
130
		<!-- Swagger -->
144
		<!-- Swagger -->
131
		<dependency>
145
		<dependency>
132
			<groupId>io.springfox</groupId>
146
			<groupId>io.springfox</groupId>
133
			<artifactId>springfox-swagger-ui</artifactId>
147
			<artifactId>springfox-swagger-ui</artifactId>
134
			<version>2.5.0</version>
148
			<version>2.5.0</version>
-
 
149
			<exclusions>
-
 
150
				<exclusion>
-
 
151
					<groupId>org.slf4j</groupId>
-
 
152
					<artifactId>slf4j-api</artifactId>
-
 
153
				</exclusion>
-
 
154
			</exclusions>
135
		</dependency>
155
		</dependency>
136
		<dependency>
156
		<dependency>
137
			<groupId>io.springfox</groupId>
157
			<groupId>io.springfox</groupId>
138
			<artifactId>springfox-swagger2</artifactId>
158
			<artifactId>springfox-swagger2</artifactId>
139
			<version>2.5.0</version>
159
			<version>2.5.0</version>
-
 
160
			<exclusions>
-
 
161
				<exclusion>
-
 
162
					<groupId>org.slf4j</groupId>
-
 
163
					<artifactId>slf4j-api</artifactId>
-
 
164
				</exclusion>
-
 
165
			</exclusions>
140
		</dependency>
166
		</dependency>
141
 
167
 
142
		<dependency>
168
		<dependency>
143
			<groupId>com.eclipsesource.minimal-json</groupId>
169
			<groupId>com.eclipsesource.minimal-json</groupId>
144
			<artifactId>minimal-json</artifactId>
170
			<artifactId>minimal-json</artifactId>
Line 153... Line 179...
153
 
179
 
154
		<dependency>
180
		<dependency>
155
			<groupId>eu.medsea.mimeutil</groupId>
181
			<groupId>eu.medsea.mimeutil</groupId>
156
			<artifactId>mime-util</artifactId>
182
			<artifactId>mime-util</artifactId>
157
			<version>2.1.1</version>
183
			<version>2.1.1</version>
-
 
184
			<exclusions>
-
 
185
				<exclusion>
-
 
186
					<groupId>org.slf4j</groupId>
-
 
187
					<artifactId>slf4j-api</artifactId>
-
 
188
				</exclusion>
-
 
189
				<exclusion>
-
 
190
					<groupId>org.slf4j</groupId>
-
 
191
					<artifactId>slf4j-log4j12</artifactId>
-
 
192
				</exclusion>
-
 
193
			</exclusions>
158
		</dependency>
194
		</dependency>
159
 
195
 
160
		<!-- https://mvnrepository.com/artifact/javax.mail/javax.mail-api -->
196
		<!-- https://mvnrepository.com/artifact/javax.mail/javax.mail-api -->
161
		<!-- JavaMail -->
197
		<!-- JavaMail -->
162
		<dependency>
198
		<dependency>