Skip to content

Commit 24666e7

Browse files
committed
exclude
1 parent c930e6a commit 24666e7

File tree

4 files changed

+171
-4
lines changed

4 files changed

+171
-4
lines changed

dependabot/dependency-tree.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ metosin:compojure-api:jar:2.0.0-alpha34-SNAPSHOT
5252
| | +- com.googlecode.libphonenumber:libphonenumber:jar:8.0.0:compile
5353
| | +- com.google.code.findbugs:jsr305:jar:3.0.1:compile
5454
| | \- net.sf.jopt-simple:jopt-simple:jar:5.0.3:compile
55-
| +- org.tobereplaced:lettercase:jar:1.0.0:compile
56-
| \- frankiesardo:linked:jar:1.3.0:compile
55+
| \- org.tobereplaced:lettercase:jar:1.0.0:compile
5756
+- clj-time:clj-time:jar:0.15.2:compile
5857
+- joda-time:joda-time:jar:2.10.5:compile
5958
+- riddley:riddley:jar:0.2.0:compile

dependabot/pom.xml

Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,154 +83,322 @@
8383
<groupId>prismatic</groupId>
8484
<artifactId>schema</artifactId>
8585
<version>1.1.12</version>
86+
<exclusions>
87+
<exclusion>
88+
<artifactId>linked</artifactId>
89+
<groupId>frankiesardo</groupId>
90+
</exclusion>
91+
</exclusions>
8692
</dependency>
8793
<dependency>
8894
<groupId>prismatic</groupId>
8995
<artifactId>plumbing</artifactId>
9096
<version>0.5.5</version>
97+
<exclusions>
98+
<exclusion>
99+
<artifactId>linked</artifactId>
100+
<groupId>frankiesardo</groupId>
101+
</exclusion>
102+
</exclusions>
91103
</dependency>
92104
<dependency>
93105
<groupId>ikitommi</groupId>
94106
<artifactId>linked</artifactId>
95107
<version>1.3.1-alpha1</version>
108+
<exclusions>
109+
<exclusion>
110+
<artifactId>linked</artifactId>
111+
<groupId>frankiesardo</groupId>
112+
</exclusion>
113+
</exclusions>
96114
</dependency>
97115
<dependency>
98116
<groupId>metosin</groupId>
99117
<artifactId>muuntaja</artifactId>
100118
<version>0.6.6</version>
119+
<exclusions>
120+
<exclusion>
121+
<artifactId>linked</artifactId>
122+
<groupId>frankiesardo</groupId>
123+
</exclusion>
124+
</exclusions>
101125
</dependency>
102126
<dependency>
103127
<groupId>com.fasterxml.jackson.datatype</groupId>
104128
<artifactId>jackson-datatype-joda</artifactId>
105129
<version>2.10.1</version>
130+
<exclusions>
131+
<exclusion>
132+
<artifactId>linked</artifactId>
133+
<groupId>frankiesardo</groupId>
134+
</exclusion>
135+
</exclusions>
106136
</dependency>
107137
<dependency>
108138
<groupId>ring</groupId>
109139
<artifactId>ring-core</artifactId>
110140
<version>1.8.0</version>
141+
<exclusions>
142+
<exclusion>
143+
<artifactId>linked</artifactId>
144+
<groupId>frankiesardo</groupId>
145+
</exclusion>
146+
</exclusions>
111147
</dependency>
112148
<dependency>
113149
<groupId>compojure</groupId>
114150
<artifactId>compojure</artifactId>
115151
<version>1.6.1</version>
152+
<exclusions>
153+
<exclusion>
154+
<artifactId>linked</artifactId>
155+
<groupId>frankiesardo</groupId>
156+
</exclusion>
157+
</exclusions>
116158
</dependency>
117159
<dependency>
118160
<groupId>metosin</groupId>
119161
<artifactId>spec-tools</artifactId>
120162
<version>0.10.6</version>
163+
<exclusions>
164+
<exclusion>
165+
<artifactId>linked</artifactId>
166+
<groupId>frankiesardo</groupId>
167+
</exclusion>
168+
</exclusions>
121169
</dependency>
122170
<dependency>
123171
<groupId>metosin</groupId>
124172
<artifactId>ring-http-response</artifactId>
125173
<version>0.9.1</version>
174+
<exclusions>
175+
<exclusion>
176+
<artifactId>linked</artifactId>
177+
<groupId>frankiesardo</groupId>
178+
</exclusion>
179+
</exclusions>
126180
</dependency>
127181
<dependency>
128182
<groupId>metosin</groupId>
129183
<artifactId>ring-swagger-ui</artifactId>
130184
<version>3.24.3</version>
185+
<exclusions>
186+
<exclusion>
187+
<artifactId>linked</artifactId>
188+
<groupId>frankiesardo</groupId>
189+
</exclusion>
190+
</exclusions>
131191
</dependency>
132192
<dependency>
133193
<groupId>metosin</groupId>
134194
<artifactId>ring-swagger</artifactId>
135195
<version>1.0.0</version>
196+
<exclusions>
197+
<exclusion>
198+
<artifactId>linked</artifactId>
199+
<groupId>frankiesardo</groupId>
200+
</exclusion>
201+
</exclusions>
136202
</dependency>
137203
<dependency>
138204
<groupId>clj-time</groupId>
139205
<artifactId>clj-time</artifactId>
140206
<version>0.15.2</version>
207+
<exclusions>
208+
<exclusion>
209+
<artifactId>linked</artifactId>
210+
<groupId>frankiesardo</groupId>
211+
</exclusion>
212+
</exclusions>
141213
</dependency>
142214
<dependency>
143215
<groupId>joda-time</groupId>
144216
<artifactId>joda-time</artifactId>
145217
<version>2.10.5</version>
218+
<exclusions>
219+
<exclusion>
220+
<artifactId>linked</artifactId>
221+
<groupId>frankiesardo</groupId>
222+
</exclusion>
223+
</exclusions>
146224
</dependency>
147225
<dependency>
148226
<groupId>riddley</groupId>
149227
<artifactId>riddley</artifactId>
150228
<version>0.2.0</version>
229+
<exclusions>
230+
<exclusion>
231+
<artifactId>linked</artifactId>
232+
<groupId>frankiesardo</groupId>
233+
</exclusion>
234+
</exclusions>
151235
</dependency>
152236
<dependency>
153237
<groupId>org.clojure</groupId>
154238
<artifactId>clojure</artifactId>
155239
<version>1.9.0</version>
240+
<exclusions>
241+
<exclusion>
242+
<artifactId>linked</artifactId>
243+
<groupId>frankiesardo</groupId>
244+
</exclusion>
245+
</exclusions>
156246
<scope>test</scope>
157247
</dependency>
158248
<dependency>
159249
<groupId>org.clojure</groupId>
160250
<artifactId>core.unify</artifactId>
161251
<version>0.6.0</version>
252+
<exclusions>
253+
<exclusion>
254+
<artifactId>linked</artifactId>
255+
<groupId>frankiesardo</groupId>
256+
</exclusion>
257+
</exclusions>
162258
<scope>test</scope>
163259
</dependency>
164260
<dependency>
165261
<groupId>org.clojure</groupId>
166262
<artifactId>core.async</artifactId>
167263
<version>0.6.532</version>
264+
<exclusions>
265+
<exclusion>
266+
<artifactId>linked</artifactId>
267+
<groupId>frankiesardo</groupId>
268+
</exclusion>
269+
</exclusions>
168270
<scope>test</scope>
169271
</dependency>
170272
<dependency>
171273
<groupId>javax.servlet</groupId>
172274
<artifactId>javax.servlet-api</artifactId>
173275
<version>4.0.1</version>
276+
<exclusions>
277+
<exclusion>
278+
<artifactId>linked</artifactId>
279+
<groupId>frankiesardo</groupId>
280+
</exclusion>
281+
</exclusions>
174282
<scope>test</scope>
175283
</dependency>
176284
<dependency>
177285
<groupId>peridot</groupId>
178286
<artifactId>peridot</artifactId>
179287
<version>0.5.2</version>
288+
<exclusions>
289+
<exclusion>
290+
<artifactId>linked</artifactId>
291+
<groupId>frankiesardo</groupId>
292+
</exclusion>
293+
</exclusions>
180294
<scope>test</scope>
181295
</dependency>
182296
<dependency>
183297
<groupId>com.stuartsierra</groupId>
184298
<artifactId>component</artifactId>
185299
<version>0.4.0</version>
300+
<exclusions>
301+
<exclusion>
302+
<artifactId>linked</artifactId>
303+
<groupId>frankiesardo</groupId>
304+
</exclusion>
305+
</exclusions>
186306
<scope>test</scope>
187307
</dependency>
188308
<dependency>
189309
<groupId>expound</groupId>
190310
<artifactId>expound</artifactId>
191311
<version>0.8.2</version>
312+
<exclusions>
313+
<exclusion>
314+
<artifactId>linked</artifactId>
315+
<groupId>frankiesardo</groupId>
316+
</exclusion>
317+
</exclusions>
192318
<scope>test</scope>
193319
</dependency>
194320
<dependency>
195321
<groupId>metosin</groupId>
196322
<artifactId>jsonista</artifactId>
197323
<version>0.2.5</version>
324+
<exclusions>
325+
<exclusion>
326+
<artifactId>linked</artifactId>
327+
<groupId>frankiesardo</groupId>
328+
</exclusion>
329+
</exclusions>
198330
<scope>test</scope>
199331
</dependency>
200332
<dependency>
201333
<groupId>reloaded.repl</groupId>
202334
<artifactId>reloaded.repl</artifactId>
203335
<version>0.2.4</version>
336+
<exclusions>
337+
<exclusion>
338+
<artifactId>linked</artifactId>
339+
<groupId>frankiesardo</groupId>
340+
</exclusion>
341+
</exclusions>
204342
<scope>test</scope>
205343
</dependency>
206344
<dependency>
207345
<groupId>metosin</groupId>
208346
<artifactId>muuntaja-msgpack</artifactId>
209347
<version>0.6.6</version>
348+
<exclusions>
349+
<exclusion>
350+
<artifactId>linked</artifactId>
351+
<groupId>frankiesardo</groupId>
352+
</exclusion>
353+
</exclusions>
210354
<scope>test</scope>
211355
</dependency>
212356
<dependency>
213357
<groupId>metosin</groupId>
214358
<artifactId>muuntaja-yaml</artifactId>
215359
<version>0.6.6</version>
360+
<exclusions>
361+
<exclusion>
362+
<artifactId>linked</artifactId>
363+
<groupId>frankiesardo</groupId>
364+
</exclusion>
365+
</exclusions>
216366
<scope>test</scope>
217367
</dependency>
218368
<dependency>
219369
<groupId>org.immutant</groupId>
220370
<artifactId>immutant</artifactId>
221371
<version>2.1.10</version>
372+
<exclusions>
373+
<exclusion>
374+
<artifactId>linked</artifactId>
375+
<groupId>frankiesardo</groupId>
376+
</exclusion>
377+
</exclusions>
222378
<scope>test</scope>
223379
</dependency>
224380
<dependency>
225381
<groupId>http-kit</groupId>
226382
<artifactId>http-kit</artifactId>
227383
<version>2.3.0</version>
384+
<exclusions>
385+
<exclusion>
386+
<artifactId>linked</artifactId>
387+
<groupId>frankiesardo</groupId>
388+
</exclusion>
389+
</exclusions>
228390
<scope>test</scope>
229391
</dependency>
230392
<dependency>
231393
<groupId>criterium</groupId>
232394
<artifactId>criterium</artifactId>
233395
<version>0.4.5</version>
396+
<exclusions>
397+
<exclusion>
398+
<artifactId>linked</artifactId>
399+
<groupId>frankiesardo</groupId>
400+
</exclusion>
401+
</exclusions>
234402
<scope>test</scope>
235403
</dependency>
236404
</dependencies>

dependabot/verbose-dependency-tree.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ metosin:compojure-api:jar:2.0.0-alpha34-SNAPSHOT
8585
| | \- net.sf.jopt-simple:jopt-simple:jar:5.0.3:compile
8686
| +- (clj-time:clj-time:jar:0.15.1:compile - omitted for conflict with 0.15.2)
8787
| +- org.tobereplaced:lettercase:jar:1.0.0:compile
88-
| +- (potemkin:potemkin:jar:0.4.5:compile - omitted for duplicate)
89-
| \- frankiesardo:linked:jar:1.3.0:compile
88+
| \- (potemkin:potemkin:jar:0.4.5:compile - omitted for duplicate)
9089
+- clj-time:clj-time:jar:0.15.2:compile
9190
| \- (joda-time:joda-time:jar:2.10:compile - omitted for conflict with 2.10.5)
9291
+- joda-time:joda-time:jar:2.10.5:compile

project.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
:url "http://www.eclipse.org/legal/epl-v10.html"
66
:distribution :repo
77
:comments "same as Clojure"}
8+
:exclusions [frankiesardo/linked]
89
:dependencies [[prismatic/schema "1.1.12"]
910
[prismatic/plumbing "0.5.5"]
1011
[ikitommi/linked "1.3.1-alpha1"] ;; waiting for the original

0 commit comments

Comments
 (0)