Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
fix(staticAnalysis): fix the failed -DstaticAnalysis
Browse files Browse the repository at this point in the history
  • Loading branch information
definite committed Mar 18, 2016
1 parent 54cadac commit 14d1657
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions pom.xml
Expand Up @@ -43,9 +43,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down
1 change: 1 addition & 0 deletions zanata-adapter-po/pom.xml
Expand Up @@ -23,6 +23,7 @@
<dependency>
<groupId>org.zanata</groupId>
<artifactId>zanata-common-util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.fedorahosted.tennera</groupId>
Expand Down
5 changes: 0 additions & 5 deletions zanata-common-util/pom.xml
Expand Up @@ -62,11 +62,6 @@
<artifactId>guava</artifactId>
</dependency>

<dependency>
<groupId>javax.xml.stream</groupId>
<artifactId>stax-api</artifactId>
</dependency>

<dependency>
<!-- New group Id -->
<groupId>com.io7m.xom</groupId>
Expand Down

0 comments on commit 14d1657

Please sign in to comment.