File tree 1 file changed +14
-22
lines changed
1 file changed +14
-22
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.github.udfs</groupId >
6
6
<artifactId >java-udfs-api</artifactId >
7
- <version >v1.2 .2</version >
7
+ <version >v1.3 .2</version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >java-udfs-api</name >
48
48
<version >${version.hamcrest} </version >
49
49
<scope >test</scope >
50
50
</dependency >
51
- <!-- <dependency>
52
- <groupId>one.ulord.upaas</groupId>
53
- <artifactId>ucwallet-client</artifactId>
54
- <version>1.0.5</version>
55
- </dependency>-->
56
51
<dependency >
57
52
<groupId >net.sf.json-lib</groupId >
58
53
<artifactId >json-lib</artifactId >
93
88
<artifactId >maven-surefire-plugin</artifactId >
94
89
<version >2.19.1</version >
95
90
</plugin >
96
- <plugin >
91
+ <!-- < plugin>
97
92
<groupId>org.apache.maven.plugins</groupId>
98
93
<artifactId>maven-jar-plugin</artifactId>
99
94
<version>3.0.2</version>
104
99
</manifest>
105
100
</archive>
106
101
</configuration>
107
- </plugin >
102
+ </plugin>-->
108
103
<plugin >
109
- <groupId >org.apache.maven.plugins</groupId >
110
- <artifactId >maven-dependency-plugin</artifactId >
111
- <executions >
112
- <execution >
113
- <id >copy</id >
114
- <phase >package</phase >
115
- <goals >
116
- <goal >copy-dependencies</goal >
117
- </goals >
118
- <configuration >
119
- <outputDirectory >${project.build.directory} /lib</outputDirectory >
120
- </configuration >
121
- </execution >
122
- </executions >
104
+ <artifactId >maven-assembly-plugin</artifactId >
105
+ <configuration >
106
+ <archive >
107
+ <manifest >
108
+ <mainClass ></mainClass >
109
+ </manifest >
110
+ </archive >
111
+ <descriptorRefs >
112
+ <descriptorRef >jar-with-dependencies</descriptorRef >
113
+ </descriptorRefs >
114
+ </configuration >
123
115
</plugin >
124
116
</plugins >
125
117
</build >
You can’t perform that action at this time.
0 commit comments