Skip to content

Commit 30351df

Browse files
Merge pull request #20 from treeverse/feature/change-hadoop-to-be-a-dep
Provided Hadoop API dependency & Change name of final artifact
2 parents 39645c1 + 6f448f7 commit 30351df

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
<descriptorRefs>
133133
<descriptorRef>jar-with-dependencies</descriptorRef>
134134
</descriptorRefs>
135+
<appendAssemblyId>false</appendAssemblyId>
136+
<finalName>hadoop-router-fs-hadoop-${hadoop.version}-assembly-${project.version}</finalName>
135137
</configuration>
136138
<executions>
137139
<execution>
@@ -151,13 +153,7 @@
151153
<groupId>org.apache.hadoop</groupId>
152154
<artifactId>hadoop-common</artifactId>
153155
<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>
161157
</dependency>
162158
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
163159
<dependency>

0 commit comments

Comments
 (0)