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

Commit

Permalink
Stop dependency problems from breaking the build
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Apr 14, 2014
1 parent e21d51f commit 16c1fd7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion functional-test/pom.xml
Expand Up @@ -722,7 +722,6 @@
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<failOnWarning>true</failOnWarning>
<usedDependencies combine.children="append">
<usedDependency>mysql:mysql-connector-java</usedDependency>
<usedDependency>org.apache.solr:solr-core</usedDependency>
Expand Down
1 change: 0 additions & 1 deletion zanata-model/pom.xml
Expand Up @@ -32,7 +32,6 @@
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<failOnWarning>true</failOnWarning>
<usedDependencies combine.children="append">
<usedDependency>org.projectlombok:lombok</usedDependency>
<usedDependency>org.hibernate:hibernate-search</usedDependency>
Expand Down
1 change: 0 additions & 1 deletion zanata-war/pom.xml
Expand Up @@ -124,7 +124,6 @@
</execution>
</executions>
<configuration>
<failOnWarning>true</failOnWarning>
<usedDependencies combine.children="append">
<usedDependency>javax.xml.bind:jaxb-api</usedDependency>
<!-- runtime dep for liquibase logging -->
Expand Down

0 comments on commit 16c1fd7

Please sign in to comment.