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

Commit

Permalink
rhbz1023231 Add optional drools dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Oct 25, 2013
1 parent 90b8d8e commit 6a3dae4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion pom.xml
Expand Up @@ -195,7 +195,11 @@
<version>11.0.2</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
Expand Down
12 changes: 10 additions & 2 deletions zanata-war/pom.xml
Expand Up @@ -113,11 +113,14 @@
<!-- used by REST API interfaces -->
<usedDependency>org.jboss.resteasy:resteasy-jaxb-provider</usedDependency>
<usedDependency>org.jboss.resteasy:resteasy-multipart-provider</usedDependency>
<!-- used indirectly by drools -->
<usedDependency>com.google.protobuf:protobuf-java</usedDependency>
<!-- used for annotations -->
<usedDependency>com.google.code.findbugs:jsr305</usedDependency>

<!-- Grandfathered entries: -->
<!-- TODO validate or remove each of these -->
<usedDependency>antlr:antlr</usedDependency>
<usedDependency>com.google.code.findbugs:jsr305</usedDependency>
<usedDependency>com.google.guava:guava-gwt</usedDependency>
<usedDependency>com.ibm.icu:icu4j</usedDependency>
<usedDependency>com.sun.faces:jsf-impl</usedDependency>
Expand Down Expand Up @@ -148,6 +151,8 @@
<usedDependency>org.richfaces.core:richfaces-core-impl</usedDependency>
<usedDependency>org.tuckey:urlrewritefilter</usedDependency>
<usedDependency>org.zanata:zanata-rest-client</usedDependency>
<!-- NB: Don't add anything without a comment explaining how the
dependency is used -->
</usedDependencies>
</configuration>
</plugin>
Expand Down Expand Up @@ -1215,7 +1220,10 @@
<groupId>org.drools</groupId>
<artifactId>drools-core</artifactId>
</dependency>

<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</dependency>
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-compiler</artifactId>
Expand Down

0 comments on commit 6a3dae4

Please sign in to comment.