File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 86
86
<dependency >
87
87
<groupId >org.projectodd.shimdandy</groupId >
88
88
<artifactId >shimdandy-api</artifactId >
89
- <version >1.2 .0</version >
89
+ <version >1.1 .0</version >
90
90
</dependency >
91
91
<dependency >
92
92
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 18
18
:dependencies [[boot/base ~version :scope " provided" ]
19
19
[org.clojure/clojure " 1.6.0" :scope " provided" ]
20
20
[org.tcrawley/dynapath " 0.2.3" :scope " compile" ]
21
- [org.projectodd.shimdandy/shimdandy-impl " 1.2 .0" :scope " compile" ]])
21
+ [org.projectodd.shimdandy/shimdandy-impl " 1.1 .0" :scope " compile" ]])
Original file line number Diff line number Diff line change 471
471
(defn destroy-pod
472
472
[pod]
473
473
(when pod
474
- (.close pod)
474
+ (.invoke pod " clojure.core/shutdown-agents " )
475
475
(.. pod getClassLoader close)))
476
476
477
477
(defn pod-pool
You can’t perform that action at this time.
0 commit comments