File tree 5 files changed +7
-7
lines changed
src/main/java/org/codehaus/plexus/archiver
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 64
64
<version >1.10-SNAPSHOT</version >
65
65
</dependency >
66
66
<dependency >
67
- <groupId >org.xerial .snappy</groupId >
68
- <artifactId >snappy-java </artifactId >
69
- <version >1.1.1.6 </version >
67
+ <groupId >org.iq80 .snappy</groupId >
68
+ <artifactId >snappy</artifactId >
69
+ <version >0.3 </version >
70
70
</dependency >
71
71
<dependency >
72
72
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 20
20
import org .codehaus .plexus .archiver .ArchiverException ;
21
21
import org .codehaus .plexus .archiver .util .Compressor ;
22
22
import org .codehaus .plexus .util .IOUtil ;
23
- import org .xerial .snappy .SnappyOutputStream ;
23
+ import org .iq80 .snappy .SnappyOutputStream ;
24
24
25
25
import java .io .IOException ;
26
26
Original file line number Diff line number Diff line change 19
19
20
20
import org .codehaus .plexus .archiver .AbstractUnArchiver ;
21
21
import org .codehaus .plexus .archiver .ArchiverException ;
22
- import org .xerial .snappy .SnappyInputStream ;
22
+ import org .iq80 .snappy .SnappyInputStream ;
23
23
24
24
import javax .annotation .Nonnull ;
25
25
import java .io .File ;
Original file line number Diff line number Diff line change 31
31
import org .codehaus .plexus .components .io .resources .PlexusIoResource ;
32
32
import org .codehaus .plexus .util .IOUtil ;
33
33
import org .codehaus .plexus .util .StringUtils ;
34
- import org .xerial .snappy .SnappyOutputStream ;
34
+ import org .iq80 .snappy .SnappyOutputStream ;
35
35
36
36
import java .io .File ;
37
37
import java .io .FileOutputStream ;
Original file line number Diff line number Diff line change 23
23
import org .codehaus .plexus .archiver .AbstractUnArchiver ;
24
24
import org .codehaus .plexus .archiver .ArchiverException ;
25
25
import org .codehaus .plexus .util .IOUtil ;
26
- import org .xerial .snappy .SnappyInputStream ;
26
+ import org .iq80 .snappy .SnappyInputStream ;
27
27
28
28
import java .io .BufferedInputStream ;
29
29
import java .io .File ;
You can’t perform that action at this time.
0 commit comments