|
83 | 83 | <groupId>prismatic</groupId>
|
84 | 84 | <artifactId>schema</artifactId>
|
85 | 85 | <version>1.1.12</version>
|
| 86 | + <exclusions> |
| 87 | + <exclusion> |
| 88 | + <artifactId>linked</artifactId> |
| 89 | + <groupId>frankiesardo</groupId> |
| 90 | + </exclusion> |
| 91 | + </exclusions> |
86 | 92 | </dependency>
|
87 | 93 | <dependency>
|
88 | 94 | <groupId>prismatic</groupId>
|
89 | 95 | <artifactId>plumbing</artifactId>
|
90 | 96 | <version>0.5.5</version>
|
| 97 | + <exclusions> |
| 98 | + <exclusion> |
| 99 | + <artifactId>linked</artifactId> |
| 100 | + <groupId>frankiesardo</groupId> |
| 101 | + </exclusion> |
| 102 | + </exclusions> |
91 | 103 | </dependency>
|
92 | 104 | <dependency>
|
93 | 105 | <groupId>ikitommi</groupId>
|
94 | 106 | <artifactId>linked</artifactId>
|
95 | 107 | <version>1.3.1-alpha1</version>
|
| 108 | + <exclusions> |
| 109 | + <exclusion> |
| 110 | + <artifactId>linked</artifactId> |
| 111 | + <groupId>frankiesardo</groupId> |
| 112 | + </exclusion> |
| 113 | + </exclusions> |
96 | 114 | </dependency>
|
97 | 115 | <dependency>
|
98 | 116 | <groupId>metosin</groupId>
|
99 | 117 | <artifactId>muuntaja</artifactId>
|
100 | 118 | <version>0.6.6</version>
|
| 119 | + <exclusions> |
| 120 | + <exclusion> |
| 121 | + <artifactId>linked</artifactId> |
| 122 | + <groupId>frankiesardo</groupId> |
| 123 | + </exclusion> |
| 124 | + </exclusions> |
101 | 125 | </dependency>
|
102 | 126 | <dependency>
|
103 | 127 | <groupId>com.fasterxml.jackson.datatype</groupId>
|
104 | 128 | <artifactId>jackson-datatype-joda</artifactId>
|
105 | 129 | <version>2.10.1</version>
|
| 130 | + <exclusions> |
| 131 | + <exclusion> |
| 132 | + <artifactId>linked</artifactId> |
| 133 | + <groupId>frankiesardo</groupId> |
| 134 | + </exclusion> |
| 135 | + </exclusions> |
106 | 136 | </dependency>
|
107 | 137 | <dependency>
|
108 | 138 | <groupId>ring</groupId>
|
109 | 139 | <artifactId>ring-core</artifactId>
|
110 | 140 | <version>1.8.0</version>
|
| 141 | + <exclusions> |
| 142 | + <exclusion> |
| 143 | + <artifactId>linked</artifactId> |
| 144 | + <groupId>frankiesardo</groupId> |
| 145 | + </exclusion> |
| 146 | + </exclusions> |
111 | 147 | </dependency>
|
112 | 148 | <dependency>
|
113 | 149 | <groupId>compojure</groupId>
|
114 | 150 | <artifactId>compojure</artifactId>
|
115 | 151 | <version>1.6.1</version>
|
| 152 | + <exclusions> |
| 153 | + <exclusion> |
| 154 | + <artifactId>linked</artifactId> |
| 155 | + <groupId>frankiesardo</groupId> |
| 156 | + </exclusion> |
| 157 | + </exclusions> |
116 | 158 | </dependency>
|
117 | 159 | <dependency>
|
118 | 160 | <groupId>metosin</groupId>
|
119 | 161 | <artifactId>spec-tools</artifactId>
|
120 | 162 | <version>0.10.6</version>
|
| 163 | + <exclusions> |
| 164 | + <exclusion> |
| 165 | + <artifactId>linked</artifactId> |
| 166 | + <groupId>frankiesardo</groupId> |
| 167 | + </exclusion> |
| 168 | + </exclusions> |
121 | 169 | </dependency>
|
122 | 170 | <dependency>
|
123 | 171 | <groupId>metosin</groupId>
|
124 | 172 | <artifactId>ring-http-response</artifactId>
|
125 | 173 | <version>0.9.1</version>
|
| 174 | + <exclusions> |
| 175 | + <exclusion> |
| 176 | + <artifactId>linked</artifactId> |
| 177 | + <groupId>frankiesardo</groupId> |
| 178 | + </exclusion> |
| 179 | + </exclusions> |
126 | 180 | </dependency>
|
127 | 181 | <dependency>
|
128 | 182 | <groupId>metosin</groupId>
|
129 | 183 | <artifactId>ring-swagger-ui</artifactId>
|
130 | 184 | <version>3.24.3</version>
|
| 185 | + <exclusions> |
| 186 | + <exclusion> |
| 187 | + <artifactId>linked</artifactId> |
| 188 | + <groupId>frankiesardo</groupId> |
| 189 | + </exclusion> |
| 190 | + </exclusions> |
131 | 191 | </dependency>
|
132 | 192 | <dependency>
|
133 | 193 | <groupId>metosin</groupId>
|
134 | 194 | <artifactId>ring-swagger</artifactId>
|
135 | 195 | <version>1.0.0</version>
|
| 196 | + <exclusions> |
| 197 | + <exclusion> |
| 198 | + <artifactId>linked</artifactId> |
| 199 | + <groupId>frankiesardo</groupId> |
| 200 | + </exclusion> |
| 201 | + </exclusions> |
136 | 202 | </dependency>
|
137 | 203 | <dependency>
|
138 | 204 | <groupId>clj-time</groupId>
|
139 | 205 | <artifactId>clj-time</artifactId>
|
140 | 206 | <version>0.15.2</version>
|
| 207 | + <exclusions> |
| 208 | + <exclusion> |
| 209 | + <artifactId>linked</artifactId> |
| 210 | + <groupId>frankiesardo</groupId> |
| 211 | + </exclusion> |
| 212 | + </exclusions> |
141 | 213 | </dependency>
|
142 | 214 | <dependency>
|
143 | 215 | <groupId>joda-time</groupId>
|
144 | 216 | <artifactId>joda-time</artifactId>
|
145 | 217 | <version>2.10.5</version>
|
| 218 | + <exclusions> |
| 219 | + <exclusion> |
| 220 | + <artifactId>linked</artifactId> |
| 221 | + <groupId>frankiesardo</groupId> |
| 222 | + </exclusion> |
| 223 | + </exclusions> |
146 | 224 | </dependency>
|
147 | 225 | <dependency>
|
148 | 226 | <groupId>riddley</groupId>
|
149 | 227 | <artifactId>riddley</artifactId>
|
150 | 228 | <version>0.2.0</version>
|
| 229 | + <exclusions> |
| 230 | + <exclusion> |
| 231 | + <artifactId>linked</artifactId> |
| 232 | + <groupId>frankiesardo</groupId> |
| 233 | + </exclusion> |
| 234 | + </exclusions> |
151 | 235 | </dependency>
|
152 | 236 | <dependency>
|
153 | 237 | <groupId>org.clojure</groupId>
|
154 | 238 | <artifactId>clojure</artifactId>
|
155 | 239 | <version>1.9.0</version>
|
| 240 | + <exclusions> |
| 241 | + <exclusion> |
| 242 | + <artifactId>linked</artifactId> |
| 243 | + <groupId>frankiesardo</groupId> |
| 244 | + </exclusion> |
| 245 | + </exclusions> |
156 | 246 | <scope>test</scope>
|
157 | 247 | </dependency>
|
158 | 248 | <dependency>
|
159 | 249 | <groupId>org.clojure</groupId>
|
160 | 250 | <artifactId>core.unify</artifactId>
|
161 | 251 | <version>0.6.0</version>
|
| 252 | + <exclusions> |
| 253 | + <exclusion> |
| 254 | + <artifactId>linked</artifactId> |
| 255 | + <groupId>frankiesardo</groupId> |
| 256 | + </exclusion> |
| 257 | + </exclusions> |
162 | 258 | <scope>test</scope>
|
163 | 259 | </dependency>
|
164 | 260 | <dependency>
|
165 | 261 | <groupId>org.clojure</groupId>
|
166 | 262 | <artifactId>core.async</artifactId>
|
167 | 263 | <version>0.6.532</version>
|
| 264 | + <exclusions> |
| 265 | + <exclusion> |
| 266 | + <artifactId>linked</artifactId> |
| 267 | + <groupId>frankiesardo</groupId> |
| 268 | + </exclusion> |
| 269 | + </exclusions> |
168 | 270 | <scope>test</scope>
|
169 | 271 | </dependency>
|
170 | 272 | <dependency>
|
171 | 273 | <groupId>javax.servlet</groupId>
|
172 | 274 | <artifactId>javax.servlet-api</artifactId>
|
173 | 275 | <version>4.0.1</version>
|
| 276 | + <exclusions> |
| 277 | + <exclusion> |
| 278 | + <artifactId>linked</artifactId> |
| 279 | + <groupId>frankiesardo</groupId> |
| 280 | + </exclusion> |
| 281 | + </exclusions> |
174 | 282 | <scope>test</scope>
|
175 | 283 | </dependency>
|
176 | 284 | <dependency>
|
177 | 285 | <groupId>peridot</groupId>
|
178 | 286 | <artifactId>peridot</artifactId>
|
179 | 287 | <version>0.5.2</version>
|
| 288 | + <exclusions> |
| 289 | + <exclusion> |
| 290 | + <artifactId>linked</artifactId> |
| 291 | + <groupId>frankiesardo</groupId> |
| 292 | + </exclusion> |
| 293 | + </exclusions> |
180 | 294 | <scope>test</scope>
|
181 | 295 | </dependency>
|
182 | 296 | <dependency>
|
183 | 297 | <groupId>com.stuartsierra</groupId>
|
184 | 298 | <artifactId>component</artifactId>
|
185 | 299 | <version>0.4.0</version>
|
| 300 | + <exclusions> |
| 301 | + <exclusion> |
| 302 | + <artifactId>linked</artifactId> |
| 303 | + <groupId>frankiesardo</groupId> |
| 304 | + </exclusion> |
| 305 | + </exclusions> |
186 | 306 | <scope>test</scope>
|
187 | 307 | </dependency>
|
188 | 308 | <dependency>
|
189 | 309 | <groupId>expound</groupId>
|
190 | 310 | <artifactId>expound</artifactId>
|
191 | 311 | <version>0.8.2</version>
|
| 312 | + <exclusions> |
| 313 | + <exclusion> |
| 314 | + <artifactId>linked</artifactId> |
| 315 | + <groupId>frankiesardo</groupId> |
| 316 | + </exclusion> |
| 317 | + </exclusions> |
192 | 318 | <scope>test</scope>
|
193 | 319 | </dependency>
|
194 | 320 | <dependency>
|
195 | 321 | <groupId>metosin</groupId>
|
196 | 322 | <artifactId>jsonista</artifactId>
|
197 | 323 | <version>0.2.5</version>
|
| 324 | + <exclusions> |
| 325 | + <exclusion> |
| 326 | + <artifactId>linked</artifactId> |
| 327 | + <groupId>frankiesardo</groupId> |
| 328 | + </exclusion> |
| 329 | + </exclusions> |
198 | 330 | <scope>test</scope>
|
199 | 331 | </dependency>
|
200 | 332 | <dependency>
|
201 | 333 | <groupId>reloaded.repl</groupId>
|
202 | 334 | <artifactId>reloaded.repl</artifactId>
|
203 | 335 | <version>0.2.4</version>
|
| 336 | + <exclusions> |
| 337 | + <exclusion> |
| 338 | + <artifactId>linked</artifactId> |
| 339 | + <groupId>frankiesardo</groupId> |
| 340 | + </exclusion> |
| 341 | + </exclusions> |
204 | 342 | <scope>test</scope>
|
205 | 343 | </dependency>
|
206 | 344 | <dependency>
|
207 | 345 | <groupId>metosin</groupId>
|
208 | 346 | <artifactId>muuntaja-msgpack</artifactId>
|
209 | 347 | <version>0.6.6</version>
|
| 348 | + <exclusions> |
| 349 | + <exclusion> |
| 350 | + <artifactId>linked</artifactId> |
| 351 | + <groupId>frankiesardo</groupId> |
| 352 | + </exclusion> |
| 353 | + </exclusions> |
210 | 354 | <scope>test</scope>
|
211 | 355 | </dependency>
|
212 | 356 | <dependency>
|
213 | 357 | <groupId>metosin</groupId>
|
214 | 358 | <artifactId>muuntaja-yaml</artifactId>
|
215 | 359 | <version>0.6.6</version>
|
| 360 | + <exclusions> |
| 361 | + <exclusion> |
| 362 | + <artifactId>linked</artifactId> |
| 363 | + <groupId>frankiesardo</groupId> |
| 364 | + </exclusion> |
| 365 | + </exclusions> |
216 | 366 | <scope>test</scope>
|
217 | 367 | </dependency>
|
218 | 368 | <dependency>
|
219 | 369 | <groupId>org.immutant</groupId>
|
220 | 370 | <artifactId>immutant</artifactId>
|
221 | 371 | <version>2.1.10</version>
|
| 372 | + <exclusions> |
| 373 | + <exclusion> |
| 374 | + <artifactId>linked</artifactId> |
| 375 | + <groupId>frankiesardo</groupId> |
| 376 | + </exclusion> |
| 377 | + </exclusions> |
222 | 378 | <scope>test</scope>
|
223 | 379 | </dependency>
|
224 | 380 | <dependency>
|
225 | 381 | <groupId>http-kit</groupId>
|
226 | 382 | <artifactId>http-kit</artifactId>
|
227 | 383 | <version>2.3.0</version>
|
| 384 | + <exclusions> |
| 385 | + <exclusion> |
| 386 | + <artifactId>linked</artifactId> |
| 387 | + <groupId>frankiesardo</groupId> |
| 388 | + </exclusion> |
| 389 | + </exclusions> |
228 | 390 | <scope>test</scope>
|
229 | 391 | </dependency>
|
230 | 392 | <dependency>
|
231 | 393 | <groupId>criterium</groupId>
|
232 | 394 | <artifactId>criterium</artifactId>
|
233 | 395 | <version>0.4.5</version>
|
| 396 | + <exclusions> |
| 397 | + <exclusion> |
| 398 | + <artifactId>linked</artifactId> |
| 399 | + <groupId>frankiesardo</groupId> |
| 400 | + </exclusion> |
| 401 | + </exclusions> |
234 | 402 | <scope>test</scope>
|
235 | 403 | </dependency>
|
236 | 404 | </dependencies>
|
|
0 commit comments