Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
f2c8b9fe
Commit
f2c8b9fe
authored
9 years ago
by
Cam Saul
Browse files
Options
Downloads
Patches
Plain Diff
bump dependencies
parent
c1cc38ac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
project.clj
+3
-3
3 additions, 3 deletions
project.clj
with
3 additions
and
3 deletions
project.clj
+
3
−
3
View file @
f2c8b9fe
...
...
@@ -14,14 +14,14 @@
[
org.clojure/data.csv
"0.1.2"
]
; CSV parsing / generation
[
org.clojure/data.json
"0.2.6"
]
; JSON parsing / generation
[
org.clojure/java.classpath
"0.2.2"
]
[
org.clojure/java.jdbc
"0.3.
6
"
]
; basic jdbc access from clojure
[
org.clojure/java.jdbc
"0.3.
7
"
]
; basic jdbc access from clojure
[
org.clojure/tools.logging
"0.3.1"
]
; logging framework
[
org.clojure/tools.macro
"0.1.5"
]
; tools for writing macros
[
org.clojure/tools.namespace
"0.2.10"
]
[
org.clojure/tools.reader
"0.9.2"
]
; Need to explictly specify this dep otherwise expectations doesn't seem to work right :'(
[
org.clojure/tools.trace
"0.7.8"
]
; "tracing macros/fns to help you see what your code is doing"
[
amalloy/ring-gzip-middleware
"0.1.3"
]
; Ring middleware to GZIP responses if client can handle it
[
cheshire
"5.
4
.0"
]
; fast JSON encoding (used by Ring JSON middleware)
[
cheshire
"5.
5
.0"
]
; fast JSON encoding (used by Ring JSON middleware)
[
clj-http-lite
"0.2.1"
]
; HTTP client; lightweight version of clj-http that uses HttpURLConnection instead of Apache
[
clj-time
"0.9.0"
]
; library for dealing with date/time
[
colorize
"0.1.1"
:exclusions
[
org.clojure/clojure
]]
; string output with ANSI color codes (for logging)
...
...
@@ -40,7 +40,7 @@
com.sun.jdmk/jmxtools
com.sun.jmx/jmxri
]]
[
medley
"0.6.0"
]
; lightweight lib of useful functions
[
org.liquibase/liquibase-core
"3.3.
3
"
]
; migration management (Java lib)
[
org.liquibase/liquibase-core
"3.3.
5
"
]
; migration management (Java lib)
[
org.slf4j/slf4j-log4j12
"1.7.12"
]
[
org.yaml/snakeyaml
"1.15"
]
; YAML parser (required by liquibase)
[
postgresql
"9.3-1102.jdbc41"
]
; Postgres driver
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment