Skip to content

Commit c42d26d

Browse files
authored
Close #476: exclude frankiesardo/linked
1 parent fd0b003 commit c42d26d

File tree

9 files changed

+426
-2
lines changed

9 files changed

+426
-2
lines changed

.github/dependabot.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "maven"
9+
directory: "/dependabot"
10+
schedule:
11+
interval: "weekly"
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
uses: DeLaGuardo/setup-clojure@master
4343
with:
4444
lein: latest
45+
- name: Setup Babashka
46+
run: bash < <(curl -s https://raw.githubusercontent.com/babashka/babashka/master/install)
47+
- name: Check dependabot is in sync with project.clj
48+
run: ./scripts/check-dependabot
4549
- name: Run tests
4650
run: lein do clean, all test, all check
4751
deploy:

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/target
22
/classes
33
/checkouts
4-
pom.xml
5-
pom.xml.asc
4+
/pom.xml
5+
/pom.xml.asc
66
*.jar
77
*.class
88
/.lein-*

dependabot/dependency-tree.txt

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
metosin:compojure-api:jar:2.0.0-alpha34-SNAPSHOT
2+
+- prismatic:schema:jar:1.1.12:compile
3+
+- prismatic:plumbing:jar:0.5.5:compile
4+
| \- de.kotka:lazymap:jar:3.1.0:compile
5+
+- ikitommi:linked:jar:1.3.1-alpha1:compile
6+
+- metosin:muuntaja:jar:0.6.6:compile
7+
| +- metosin:jsonista:jar:0.2.5:compile
8+
| | \- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.10.0:compile
9+
| \- com.cognitect:transit-clj:jar:0.8.319:compile
10+
| \- com.cognitect:transit-java:jar:0.8.337:compile
11+
| +- org.msgpack:msgpack:jar:0.6.12:compile
12+
| | +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
13+
| | \- org.javassist:javassist:jar:3.18.1-GA:compile
14+
| \- javax.xml.bind:jaxb-api:jar:2.3.0:compile
15+
+- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.10.1:compile
16+
| +- com.fasterxml.jackson.core:jackson-annotations:jar:2.10.1:compile
17+
| +- com.fasterxml.jackson.core:jackson-core:jar:2.10.1:compile
18+
| \- com.fasterxml.jackson.core:jackson-databind:jar:2.10.1:compile
19+
+- ring:ring-core:jar:1.8.0:compile
20+
| +- ring:ring-codec:jar:1.1.2:compile
21+
| | \- commons-codec:commons-codec:jar:1.11:compile
22+
| +- commons-io:commons-io:jar:2.6:compile
23+
| +- commons-fileupload:commons-fileupload:jar:1.4:compile
24+
| +- crypto-random:crypto-random:jar:1.2.0:compile
25+
| \- crypto-equality:crypto-equality:jar:1.0.0:compile
26+
+- compojure:compojure:jar:1.6.1:compile
27+
| +- org.clojure:tools.macro:jar:0.1.5:compile
28+
| +- clout:clout:jar:2.2.1:compile
29+
| | \- instaparse:instaparse:jar:1.4.8:compile
30+
| \- medley:medley:jar:1.0.0:compile
31+
+- metosin:spec-tools:jar:0.10.6:compile
32+
| \- org.clojure:spec.alpha:jar:0.3.218:compile
33+
+- metosin:ring-http-response:jar:0.9.1:compile
34+
| \- potemkin:potemkin:jar:0.4.5:compile
35+
| \- clj-tuple:clj-tuple:jar:0.2.2:compile
36+
+- metosin:ring-swagger-ui:jar:3.24.3:compile
37+
+- metosin:ring-swagger:jar:1.0.0:compile
38+
| +- cheshire:cheshire:jar:5.8.1:compile
39+
| | +- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.9.6:compile
40+
| | +- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.9.6:compile
41+
| | \- tigris:tigris:jar:0.1.1:compile
42+
| +- metosin:schema-tools:jar:0.11.0:compile
43+
| +- metosin:scjsv:jar:0.5.0:compile
44+
| | \- com.github.java-json-tools:json-schema-validator:jar:2.2.10:compile
45+
| | +- com.github.java-json-tools:json-schema-core:jar:1.2.10:compile
46+
| | | +- com.github.java-json-tools:jackson-coreutils:jar:1.9:compile
47+
| | | | +- com.google.guava:guava:jar:16.0.1:compile
48+
| | | | \- com.github.fge:msg-simple:jar:1.1:compile
49+
| | | | \- com.github.fge:btf:jar:1.2:compile
50+
| | | +- com.github.fge:uri-template:jar:0.9:compile
51+
| | | \- org.mozilla:rhino:jar:1.7.7.1:compile
52+
| | +- javax.mail:mailapi:jar:1.4.3:compile
53+
| | | \- javax.activation:activation:jar:1.1:compile
54+
| | +- com.googlecode.libphonenumber:libphonenumber:jar:8.0.0:compile
55+
| | +- com.google.code.findbugs:jsr305:jar:3.0.1:compile
56+
| | \- net.sf.jopt-simple:jopt-simple:jar:5.0.3:compile
57+
| \- org.tobereplaced:lettercase:jar:1.0.0:compile
58+
+- clj-time:clj-time:jar:0.15.2:compile
59+
+- joda-time:joda-time:jar:2.10.5:compile
60+
\- riddley:riddley:jar:0.2.0:compile

dependabot/pom.xml

+217
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,217 @@
1+
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
<groupId>metosin</groupId>
4+
<artifactId>compojure-api</artifactId>
5+
<packaging>jar</packaging>
6+
<version>2.0.0-alpha34-SNAPSHOT</version>
7+
<name>compojure-api</name>
8+
<description>Compojure Api</description>
9+
10+
<licenses>
11+
<license>
12+
<name>Eclipse Public License</name>
13+
<url>http://www.eclipse.org/legal/epl-v10.html</url>
14+
<distribution>repo</distribution>
15+
<comments>same as Clojure</comments>
16+
</license>
17+
</licenses>
18+
19+
<build>
20+
<sourceDirectory>src</sourceDirectory>
21+
<testSourceDirectory>test</testSourceDirectory>
22+
<resources>
23+
<resource>
24+
<directory>resources</directory>
25+
</resource>
26+
</resources>
27+
<testResources>
28+
<testResource>
29+
<directory>resources</directory>
30+
</testResource>
31+
</testResources>
32+
<directory>target</directory>
33+
<outputDirectory>target/classes</outputDirectory>
34+
<plugins/>
35+
</build>
36+
<repositories>
37+
<repository>
38+
<id>central</id>
39+
<url>https://repo1.maven.org/maven2/</url>
40+
<snapshots>
41+
<enabled>false</enabled>
42+
</snapshots>
43+
<releases>
44+
<enabled>true</enabled>
45+
</releases>
46+
</repository>
47+
<repository>
48+
<id>clojars</id>
49+
<url>https://repo.clojars.org/</url>
50+
<snapshots>
51+
<enabled>true</enabled>
52+
</snapshots>
53+
<releases>
54+
<enabled>true</enabled>
55+
</releases>
56+
</repository>
57+
</repositories>
58+
<dependencyManagement>
59+
<dependencies/>
60+
</dependencyManagement>
61+
<dependencies>
62+
<dependency>
63+
<groupId>prismatic</groupId>
64+
<artifactId>schema</artifactId>
65+
<version>1.1.12</version>
66+
<exclusions>
67+
<exclusion>
68+
<artifactId>linked</artifactId>
69+
<groupId>frankiesardo</groupId>
70+
</exclusion>
71+
</exclusions>
72+
</dependency>
73+
<dependency>
74+
<groupId>prismatic</groupId>
75+
<artifactId>plumbing</artifactId>
76+
<version>0.5.5</version>
77+
<exclusions>
78+
<exclusion>
79+
<artifactId>linked</artifactId>
80+
<groupId>frankiesardo</groupId>
81+
</exclusion>
82+
</exclusions>
83+
</dependency>
84+
<dependency>
85+
<groupId>ikitommi</groupId>
86+
<artifactId>linked</artifactId>
87+
<version>1.3.1-alpha1</version>
88+
<exclusions>
89+
<exclusion>
90+
<artifactId>linked</artifactId>
91+
<groupId>frankiesardo</groupId>
92+
</exclusion>
93+
</exclusions>
94+
</dependency>
95+
<dependency>
96+
<groupId>metosin</groupId>
97+
<artifactId>muuntaja</artifactId>
98+
<version>0.6.6</version>
99+
<exclusions>
100+
<exclusion>
101+
<artifactId>linked</artifactId>
102+
<groupId>frankiesardo</groupId>
103+
</exclusion>
104+
</exclusions>
105+
</dependency>
106+
<dependency>
107+
<groupId>com.fasterxml.jackson.datatype</groupId>
108+
<artifactId>jackson-datatype-joda</artifactId>
109+
<version>2.10.1</version>
110+
<exclusions>
111+
<exclusion>
112+
<artifactId>linked</artifactId>
113+
<groupId>frankiesardo</groupId>
114+
</exclusion>
115+
</exclusions>
116+
</dependency>
117+
<dependency>
118+
<groupId>ring</groupId>
119+
<artifactId>ring-core</artifactId>
120+
<version>1.8.0</version>
121+
<exclusions>
122+
<exclusion>
123+
<artifactId>linked</artifactId>
124+
<groupId>frankiesardo</groupId>
125+
</exclusion>
126+
</exclusions>
127+
</dependency>
128+
<dependency>
129+
<groupId>compojure</groupId>
130+
<artifactId>compojure</artifactId>
131+
<version>1.6.1</version>
132+
<exclusions>
133+
<exclusion>
134+
<artifactId>linked</artifactId>
135+
<groupId>frankiesardo</groupId>
136+
</exclusion>
137+
</exclusions>
138+
</dependency>
139+
<dependency>
140+
<groupId>metosin</groupId>
141+
<artifactId>spec-tools</artifactId>
142+
<version>0.10.6</version>
143+
<exclusions>
144+
<exclusion>
145+
<artifactId>linked</artifactId>
146+
<groupId>frankiesardo</groupId>
147+
</exclusion>
148+
</exclusions>
149+
</dependency>
150+
<dependency>
151+
<groupId>metosin</groupId>
152+
<artifactId>ring-http-response</artifactId>
153+
<version>0.9.1</version>
154+
<exclusions>
155+
<exclusion>
156+
<artifactId>linked</artifactId>
157+
<groupId>frankiesardo</groupId>
158+
</exclusion>
159+
</exclusions>
160+
</dependency>
161+
<dependency>
162+
<groupId>metosin</groupId>
163+
<artifactId>ring-swagger-ui</artifactId>
164+
<version>3.24.3</version>
165+
<exclusions>
166+
<exclusion>
167+
<artifactId>linked</artifactId>
168+
<groupId>frankiesardo</groupId>
169+
</exclusion>
170+
</exclusions>
171+
</dependency>
172+
<dependency>
173+
<groupId>metosin</groupId>
174+
<artifactId>ring-swagger</artifactId>
175+
<version>1.0.0</version>
176+
<exclusions>
177+
<exclusion>
178+
<artifactId>linked</artifactId>
179+
<groupId>frankiesardo</groupId>
180+
</exclusion>
181+
</exclusions>
182+
</dependency>
183+
<dependency>
184+
<groupId>clj-time</groupId>
185+
<artifactId>clj-time</artifactId>
186+
<version>0.15.2</version>
187+
<exclusions>
188+
<exclusion>
189+
<artifactId>linked</artifactId>
190+
<groupId>frankiesardo</groupId>
191+
</exclusion>
192+
</exclusions>
193+
</dependency>
194+
<dependency>
195+
<groupId>joda-time</groupId>
196+
<artifactId>joda-time</artifactId>
197+
<version>2.10.5</version>
198+
<exclusions>
199+
<exclusion>
200+
<artifactId>linked</artifactId>
201+
<groupId>frankiesardo</groupId>
202+
</exclusion>
203+
</exclusions>
204+
</dependency>
205+
<dependency>
206+
<groupId>riddley</groupId>
207+
<artifactId>riddley</artifactId>
208+
<version>0.2.0</version>
209+
<exclusions>
210+
<exclusion>
211+
<artifactId>linked</artifactId>
212+
<groupId>frankiesardo</groupId>
213+
</exclusion>
214+
</exclusions>
215+
</dependency>
216+
</dependencies>
217+
</project>

0 commit comments

Comments
 (0)