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

Commit

Permalink
https://issues.jboss.org/browse/JBSEAM-5125 added guava to distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
mareknovotny committed Aug 27, 2013
1 parent 1c31ee6 commit 5d1dced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/src/main/assembly/dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,14 @@
<!-- Add Richfaces for Seam-gen -->
<dependencySet>
<outputDirectory>lib</outputDirectory>
<useProjectArtifact>false</useProjectArtifact>
<includes>
<include>org.richfaces.core:richfaces-core-api</include>
<include>org.richfaces.core:richfaces-core-impl</include>
<include>org.richfaces.ui:richfaces-components-api</include>
<include>org.richfaces.ui:richfaces-components-ui</include>
<include>net.sourceforge.cssparser:cssparser</include>
<include>org.w3c.css:sac</include>
<include>com.google.guava:guava</include>
</includes>
<outputFileNameMapping>${artifact.artifactId}${dashClassifier?}.${artifact.extension}</outputFileNameMapping>
</dependencySet>
Expand Down

0 comments on commit 5d1dced

Please sign in to comment.