File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/java/org/codehaus/plexus/archiver/snappy Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 91
91
<version >${slf4jVersion} </version >
92
92
</dependency >
93
93
<dependency >
94
- <groupId >org.iq80.snappy </groupId >
95
- <artifactId >snappy </artifactId >
96
- <version >0.4 </version >
94
+ <groupId >io.airlift </groupId >
95
+ <artifactId >aircompressor </artifactId >
96
+ <version >0.27 </version >
97
97
</dependency >
98
98
<dependency >
99
99
<groupId >org.tukaani</groupId >
Original file line number Diff line number Diff line change 18
18
19
19
import java .io .IOException ;
20
20
21
+ import io .airlift .compress .snappy .SnappyFramedOutputStream ;
21
22
import org .codehaus .plexus .archiver .ArchiverException ;
22
23
import org .codehaus .plexus .archiver .util .Compressor ;
23
- import org .iq80 .snappy .SnappyFramedOutputStream ;
24
24
25
25
import static org .codehaus .plexus .archiver .util .Streams .bufferedOutputStream ;
26
26
import static org .codehaus .plexus .archiver .util .Streams .fileOutputStream ;
Original file line number Diff line number Diff line change 23
23
import java .io .IOException ;
24
24
import java .io .InputStream ;
25
25
26
+ import io .airlift .compress .snappy .SnappyFramedInputStream ;
26
27
import org .codehaus .plexus .archiver .AbstractUnArchiver ;
27
28
import org .codehaus .plexus .archiver .ArchiverException ;
28
- import org .iq80 .snappy .SnappyFramedInputStream ;
29
29
30
30
import static org .codehaus .plexus .archiver .util .Streams .bufferedInputStream ;
31
31
import static org .codehaus .plexus .archiver .util .Streams .bufferedOutputStream ;
You can’t perform that action at this time.
0 commit comments