Skip to content

Commit

Permalink
Solve #1661, Remove xml package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
littlezhou committed Mar 26, 2018
1 parent 787bf5c commit 90c5484
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions smart-zeppelin/zeppelin-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,12 +256,6 @@
</exclusions>
</dependency>

<dependency> <!-- because there are two of them above -->
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>${xml.apis.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-common</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions smart-zeppelin/zeppelin-zengine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,6 @@
</exclusions>
</dependency>

<dependency> <!-- because there are two of them above -->
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>${xml.apis.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
Expand Down

0 comments on commit 90c5484

Please sign in to comment.