File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed
Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 7575 <groupId >com.sun.jmx</groupId >
7676 <artifactId >jmxri</artifactId >
7777 </exclusion >
78+ <exclusion >
79+ <groupId >net.jpountz.lz4</groupId >
80+ <artifactId >lz4</artifactId >
81+ </exclusion >
7882 </exclusions >
7983 </dependency >
8084 <dependency >
Original file line number Diff line number Diff line change 761761 <scope >${geotools.scope} </scope >
762762 </dependency >
763763 <dependency >
764- <groupId >net.jpountz.lz4</groupId >
765- <artifactId >lz4</artifactId >
766- <version >1.4.0</version >
767- </dependency >
768- <dependency >
769- <groupId >net.jpountz.lz4</groupId >
764+ <groupId >org.lz4</groupId >
770765 <artifactId >lz4-java</artifactId >
771766 <version >1.4.0</version >
772767 </dependency >
Original file line number Diff line number Diff line change 103103 <groupId >org.mortbay.jetty</groupId >
104104 <artifactId >servlet-api</artifactId >
105105 </exclusion >
106+ <exclusion >
107+ <groupId >net.jpountz.lz4</groupId >
108+ <artifactId >lz4</artifactId >
109+ </exclusion >
106110 </exclusions >
107111 </dependency >
108112 <dependency >
340344 <groupId >org.hibernate</groupId >
341345 <artifactId >hibernate-validator</artifactId >
342346 </exclusion >
347+ <exclusion >
348+ <groupId >net.jpountz.lz4</groupId >
349+ <artifactId >lz4</artifactId >
350+ </exclusion >
343351 </exclusions >
344352 </dependency >
345353 <dependency >
You can’t perform that action at this time.
0 commit comments