The dynafaces POM depends on jsf-extensions-common but only in the
provided scope:
<dependency>
<groupId>com.sun.jsf-extensions</groupId>
<artifactId>jsf-extensions-common</artifactId>
<version>0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
This means it doesn't download the common jar when my project depends on
jsf-extensions-dynafaces. Is that by design? It seems like that scope
should be 'compile' instead of 'provided'.
Roger
--
----------------------------------------
Ninth Avenue Software
p: +61 7 3137 1351 (UTC +10)
f: +61 7 3102 9141
w: http://www.ninthavenue.com.au
e: info_at_ninthavenue.com.au
----------------------------------------