Author: tommaso
Date: Thu May 12 10:51:47 2011
New Revision: 1102239
URL: http://svn.apache.org/viewvc?rev=1102239&view=rev
Log:
[CLEREZZA-518] - applied Olivier Grisel patch - avoid introduction of runtime
dependency on scala sepcifying icu4j as only embedded dependency
Modified:
incubator/clerezza/trunk/parent/ext.com.ibm.icu/pom.xml
Modified: incubator/clerezza/trunk/parent/ext.com.ibm.icu/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/ext.com.ibm.icu/pom.xml?rev=1102239&r1=1102238&r2=1102239&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/ext.com.ibm.icu/pom.xml (original)
+++ incubator/clerezza/trunk/parent/ext.com.ibm.icu/pom.xml Thu May 12 10:51:47
2011
@@ -29,7 +29,7 @@
<configuration>
<instructions>
<_exportcontents>${project.artifactId}.*</_exportcontents>
- <Embed-Dependency>*</Embed-Dependency>
+ <Embed-Dependency>icu4j</Embed-Dependency>
</instructions>
</configuration>
</plugin>