Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedigergad committed May 25, 2022
1 parent 044727c commit 8ad7672
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions project.clj
Expand Up @@ -8,21 +8,21 @@
[com.ning/compress-lzf "1.1"]
[com.taoensso/nippy "3.1.1"]
[javax.servlet/javax.servlet-api "4.0.1"]
[org.apache.activemq/activemq-broker "5.17.0" :exclusions [org.eclipse.jetty.aggregate/jetty-all]]
[org.apache.activemq/activemq-client "5.17.0" :exclusions [org.eclipse.jetty.aggregate/jetty-all]]
[org.apache.activemq/activemq-http "5.17.0" :exclusions [org.eclipse.jetty.aggregate/jetty-all commons-logging/commons-logging]]
[org.apache.activemq/activemq-jaas "5.17.0" :exclusions [org.eclipse.jetty.aggregate/jetty-all]]
[org.apache.activemq/activemq-openwire-legacy "5.17.0" :exclusions [org.eclipse.jetty.aggregate/jetty-all]]
[org.apache.activemq/activemq-stomp "5.17.0" :exclusions [org.eclipse.jetty.aggregate/jetty-all]]
[org.eclipse.jetty/jetty-server "9.4.45.v20220203"]
[org.eclipse.jetty.websocket/websocket-client "9.4.45.v20220203"]
[org.eclipse.jetty.websocket/websocket-server "9.4.45.v20220203"]
[org.clojure/clojure "1.11.0"]
[org.apache.activemq/activemq-broker "5.17.1" :exclusions [org.eclipse.jetty.aggregate/jetty-all]]
[org.apache.activemq/activemq-client "5.17.1" :exclusions [org.eclipse.jetty.aggregate/jetty-all]]
[org.apache.activemq/activemq-http "5.17.1" :exclusions [org.eclipse.jetty.aggregate/jetty-all commons-logging/commons-logging]]
[org.apache.activemq/activemq-jaas "5.17.1" :exclusions [org.eclipse.jetty.aggregate/jetty-all]]
[org.apache.activemq/activemq-openwire-legacy "5.17.1" :exclusions [org.eclipse.jetty.aggregate/jetty-all]]
[org.apache.activemq/activemq-stomp "5.17.1" :exclusions [org.eclipse.jetty.aggregate/jetty-all]]
[org.eclipse.jetty/jetty-server "9.4.46.v20220331"]
[org.eclipse.jetty.websocket/websocket-client "9.4.46.v20220331"]
[org.eclipse.jetty.websocket/websocket-server "9.4.46.v20220331"]
[org.clojure/clojure "1.11.1"]
[org.clojure/tools.cli "1.0.206"]
[org.eclipse.paho/org.eclipse.paho.client.mqttv3 "1.2.5"]
[org.iq80.snappy/snappy "0.4"]
[org.springframework/spring-messaging "5.3.17"]
[org.springframework/spring-websocket "5.3.17"]
[org.springframework/spring-messaging "5.3.20"]
[org.springframework/spring-websocket "5.3.20"]
[org.slf4j/slf4j-simple "1.7.36"]
[rgad/stompjms-client "1.20-SNAPSHOT"]
[juxt/dirwatch "0.2.5"]
Expand Down

0 comments on commit 8ad7672

Please sign in to comment.