File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 132
132
<descriptorRefs >
133
133
<descriptorRef >jar-with-dependencies</descriptorRef >
134
134
</descriptorRefs >
135
+ <appendAssemblyId >false</appendAssemblyId >
136
+ <finalName >hadoop-router-fs-hadoop-${hadoop.version} -assembly-${project.version} </finalName >
135
137
</configuration >
136
138
<executions >
137
139
<execution >
151
153
<groupId >org.apache.hadoop</groupId >
152
154
<artifactId >hadoop-common</artifactId >
153
155
<version >${hadoop.version} </version >
154
- </dependency >
155
- <dependency >
156
- <groupId >org.apache.hadoop</groupId >
157
- <artifactId >hadoop-common</artifactId >
158
- <scope >test</scope >
159
- <type >test-jar</type >
160
- <version >${hadoop.version} </version >
156
+ <scope >provided</scope >
161
157
</dependency >
162
158
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
163
159
<dependency >
You can’t perform that action at this time.
0 commit comments