Skip to content

Commit

Permalink
More clean up preparation for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedigergad committed Oct 27, 2024
1 parent 1bad3e5 commit 0762cfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ http://ruedigergad.github.io/bowerick/doc/

wss://127.0.0.1:42427

wss://127.0.0.1:42427?needClientAuth=true
wss://127.0.0.1:42427/?needClientAuth=true
* MQTT via TCP (with optional client authentication)

mqtt+ssl://127.0.0.1:42429
Expand Down
7 changes: 4 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@
[clj-assorted-utils "1.19.0"]
[com.ning/compress-lzf "1.1.2"]
[com.taoensso/nippy "3.4.2"]
;[jakarta.websocket/jakarta.websocket-api "2.2.0"]
[jakarta.websocket/jakarta.websocket-client-api "2.2.0"]
[org.apache.activemq/activemq-broker "6.1.3"]
[org.apache.activemq/activemq-client "6.1.3"]
[org.apache.activemq/activemq-http "6.1.3"]
[org.apache.activemq/activemq-http "6.1.3" :exclusions [org.eclipse.jetty/jetty-server org.eclipse.jetty/jetty-xml org.eclipse.jetty/jetty-webapp]]
[org.apache.activemq/activemq-jaas "6.1.3"]
[org.apache.activemq/activemq-openwire-legacy "6.1.3"]
[org.apache.activemq/activemq-stomp "6.1.3"]
[org.clojure/clojure "1.12.0"]
[org.clojure/tools.cli "1.1.230"]
[org.eclipse.jetty/jetty-server "11.0.24"]
[org.eclipse.jetty/jetty-xml "11.0.24"]
[org.eclipse.jetty/jetty-webapp "11.0.24"]
[org.eclipse.jetty.websocket/websocket-jetty-server "11.0.24"]
;[org.eclipse.jetty.websocket/websocket-jakarta-client "11.0.24"]
[org.eclipse.paho/org.eclipse.paho.client.mqttv3 "1.2.5"]
[org.glassfish.tyrus/tyrus-client "2.2.0"]
[org.glassfish.tyrus/tyrus-container-jdk-client "2.2.0"]
Expand Down

0 comments on commit 0762cfd

Please sign in to comment.