File tree Expand file tree Collapse file tree 5 files changed +19
-20
lines changed Expand file tree Collapse file tree 5 files changed +19
-20
lines changed Original file line number Diff line number Diff line change 2929 <artifactId >jdbc-socket-factory-core</artifactId >
3030 <version >1.0.12-SNAPSHOT</version >
3131 </dependency >
32- <dependency >
33- <groupId >com.github.jnr</groupId >
34- <artifactId >jnr-unixsocket</artifactId >
35- <version >0.18</version >
36- </dependency >
3732 </dependencies >
3833</project >
Original file line number Diff line number Diff line change 2929 <artifactId >jdbc-socket-factory-core</artifactId >
3030 <version >1.0.12-SNAPSHOT</version >
3131 </dependency >
32- <dependency >
33- <groupId >org.eclipse.jetty</groupId >
34- <artifactId >jetty-unixsocket</artifactId >
35- <version >9.4.8.v20171121</version >
36- </dependency >
3732 </dependencies >
3833
3934</project >
Original file line number Diff line number Diff line change 2929 <artifactId >jdbc-socket-factory-core</artifactId >
3030 <version >1.0.12-SNAPSHOT</version >
3131 </dependency >
32- <dependency >
33- <groupId >org.eclipse.jetty</groupId >
34- <artifactId >jetty-unixsocket</artifactId >
35- <version >9.4.8.v20171121</version >
36- </dependency >
3732 </dependencies >
3833
3934</project >
Original file line number Diff line number Diff line change 5656 <module >postgres</module >
5757 </modules >
5858
59+ <dependencies >
60+ <dependency >
61+ <groupId >com.github.jnr</groupId >
62+ <artifactId >jnr-unixsocket</artifactId >
63+ <version >0.21</version >
64+ <exclusions >
65+ <exclusion >
66+ <groupId >org.ow2.asm</groupId >
67+ <artifactId >asm-util</artifactId >
68+ </exclusion >
69+ </exclusions >
70+ </dependency >
71+ <dependency > <!-- Allows jnr-unixsocket Java11 compatibility -->
72+ <groupId >org.ow2.asm</groupId >
73+ <artifactId >asm-util</artifactId >
74+ <version >7.0</version >
75+ </dependency >
76+ </dependencies >
77+
5978 <build >
6079 <plugins >
6180 <plugin >
Original file line number Diff line number Diff line change 2525 <artifactId >jdbc-socket-factory-core</artifactId >
2626 <version >1.0.12-SNAPSHOT</version >
2727 </dependency >
28- <dependency >
29- <groupId >com.github.jnr</groupId >
30- <artifactId >jnr-unixsocket</artifactId >
31- <version >0.18</version >
32- </dependency >
3328 </dependencies >
3429
3530</project >
You can’t perform that action at this time.
0 commit comments