Skip to content

Commit

Permalink
remove duplicated dependencies from pom.xml and monitor/pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
shaofengshi committed Nov 4, 2015
1 parent 8d1deac commit 708ea38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
21 changes: 0 additions & 21 deletions monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,27 +67,6 @@
<artifactId>hadoop-common</artifactId>
<scope>provided</scope>
</dependency>
<!--hbase dependency-->
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-hadoop2-compat</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-common</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-client</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-server</artifactId>
<scope>provided</scope>
</dependency>

<!--hbase dependency-->
<dependency>
Expand Down
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -544,12 +544,6 @@
<version>${maven-assembly.version}</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.15</version>
</plugin>

<!--
<plugin>
<groupId>com.mycila</groupId>
Expand Down Expand Up @@ -582,6 +576,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.15</version>
<executions>
<execution>
<id>validate</id>
Expand Down

0 comments on commit 708ea38

Please sign in to comment.