File tree 6 files changed +28
-1
lines changed
6 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 36
36
<artifactId >guava</artifactId >
37
37
<version >16.0.1</version >
38
38
</dependency >
39
-
39
+ <dependency >
40
+ <groupId >org.bouncycastle</groupId >
41
+ <artifactId >bcprov-jdk15on</artifactId >
42
+ <version >1.52</version >
43
+ <scope >system</scope >
44
+ <systemPath >${basedir} /src/main/libs/bcprov-jdk15on-1.52.jar</systemPath >
45
+ </dependency >
40
46
<dependency >
41
47
<groupId >com.aliyun.odps</groupId >
42
48
<artifactId >odps-sdk-core</artifactId >
Original file line number Diff line number Diff line change 23
23
</includes >
24
24
<outputDirectory >plugin/reader/odpsreader</outputDirectory >
25
25
</fileSet >
26
+ <fileSet >
27
+ <directory >src/main/libs</directory >
28
+ <includes >
29
+ <include >*.*</include >
30
+ </includes >
31
+ <outputDirectory >plugin/reader/odpsreader/libs</outputDirectory >
32
+ </fileSet >
26
33
</fileSets >
27
34
28
35
<dependencySets >
Original file line number Diff line number Diff line change 30
30
<groupId >ch.qos.logback</groupId >
31
31
<artifactId >logback-classic</artifactId >
32
32
</dependency >
33
+ <dependency >
34
+ <groupId >org.bouncycastle</groupId >
35
+ <artifactId >bcprov-jdk15on</artifactId >
36
+ <version >1.52</version >
37
+ <scope >system</scope >
38
+ <systemPath >${basedir} /src/main/libs/bcprov-jdk15on-1.52.jar</systemPath >
39
+ </dependency >
33
40
<dependency >
34
41
<groupId >com.aliyun.odps</groupId >
35
42
<artifactId >odps-sdk-core</artifactId >
Original file line number Diff line number Diff line change 23
23
</includes >
24
24
<outputDirectory >plugin/writer/odpswriter</outputDirectory >
25
25
</fileSet >
26
+ <fileSet >
27
+ <directory >src/main/libs</directory >
28
+ <includes >
29
+ <include >*.*</include >
30
+ </includes >
31
+ <outputDirectory >plugin/reader/odpswriter/libs</outputDirectory >
32
+ </fileSet >
26
33
</fileSets >
27
34
28
35
<dependencySets >
You can’t perform that action at this time.
0 commit comments