Scott Eade wrote:
>>        <groupId>javax.servlet</groupId>
>>        <artifactId>servlet-api</artifactId>
>>        <version>2.4</version>
>> +      <optional>true</optional>
>> +           </dependency>
>>      <dependency>
>>        <groupId>commons-lang</groupId>
>>   
> Wouldn't it be more accurate to use:
> <scope>provided</scope>

I'm not exactly sure what "provided" means but setting optional to true
was intentional because you can use the SimpleLocalizationService
without the servlet-api. This was actually a use case for me.

Bye, Thomas.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to