>  We can reference the component on the tld of tomahawk, but the hypotetical
> DOJO commons module jar should be referenced too. How we can do this
> optional?

Maven has an optional scope on dependencies. Believe it looks like:

<dependency>
  <groupId />
  <artifactId />
  <version />
  <scope>optional</scope>
</dependency>

Reply via email to