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