[jboss-svn-commits] JBL Code SVN: r35136 - labs/jbossrules/soa_branches/BRMS-5.1.1/soa-distribution.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Sep 14 08:20:55 EDT 2010
Author: zzoubkov at redhat.com
Date: 2010-09-14 08:20:55 -0400 (Tue, 14 Sep 2010)
New Revision: 35136
Modified:
labs/jbossrules/soa_branches/BRMS-5.1.1/soa-distribution/pom.xml
Log:
BRMS-371
janino and jsr94 jars added to SOA distribution
Modified: labs/jbossrules/soa_branches/BRMS-5.1.1/soa-distribution/pom.xml
===================================================================
--- labs/jbossrules/soa_branches/BRMS-5.1.1/soa-distribution/pom.xml 2010-09-14 10:34:32 UTC (rev 35135)
+++ labs/jbossrules/soa_branches/BRMS-5.1.1/soa-distribution/pom.xml 2010-09-14 12:20:55 UTC (rev 35136)
@@ -106,6 +106,18 @@
<type>jar</type>
</artifactItem>
<artifactItem>
+ <groupId>janino</groupId>
+ <artifactId>janino</artifactId>
+ <version>2.5.15</version>
+ <type>jar</type>
+ </artifactItem>
+ <artifactItem>
+ <groupId>jsr94</groupId>
+ <artifactId>jsr94</artifactId>
+ <version>1.1</version>
+ <type>jar</type>
+ </artifactItem>
+ <artifactItem>
<groupId>net.sourceforge.jexcelapi</groupId>
<artifactId>jxl</artifactId>
<version>2.6.10</version>
More information about the jboss-svn-commits
mailing list