Right, the correct way is to use Maven for this.
Another way is via IBootstrapSettings#setCssResourceReference() -
https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/master/bootstrap-core/src/main/java/de/agilecoders/wicket/core/settings/IBootstrapSettings.java?source=c#L53

We will upgrade to 3.1.0 soon. We have to see whether there are breaking
migration changes first.

Martin Grigorov
Wicket Training and Consulting


On Wed, Feb 5, 2014 at 8:41 AM, Richter, Marvin <
marvin.rich...@jestadigital.com> wrote:

> In Maven you can just exclude transitive dependecies from a dependency and
> add the version you prefer. But be aware of possible version conflicts.
>
> <dependency>
>     <groupId>de.agilecoders.wicket</groupId>
>     <artifactId>wicket-bootstrap-core</artifactId>
>     <version>${wicket.bootstrap.version}</version>
>     <exclusions>
>         <exclusion>
>             <artifactId>org.webjars</artifactId>
>             <groupId>bootstrap</groupId>
>         </exclusion>
>     </exclusions>
> </dependency>
> <dependency>
>     <groupId>org.webjars</groupId>
>     <artifactId>bootstrap</artifactId>
>     <version>3.1.0</version>
> </dependency>
>
> Best,
> Marvin
>
> -----Original Message-----
> From: danjee [mailto:daniel.j...@asf.ro]
> Sent: Wednesday, February 05, 2014 8:32 AM
> To: users@wicket.apache.org
> Subject: Re: Wicket-bootstrap Bootstrap 3 support
>
> On 02/05/2014 09:13 AM, danjee [via Apache Wicket] wrote:
> > I found out that I could put the dependency in my pom.xml and no need
> > to alter the one from your release.
> > Sorry for the confusion, I am pretty new to maven.
> > Best regards,
> > Daniel
> >
> > ----------------------------------------------------------------------
> > -- If you reply to this email, your message will be added to the
> > discussion below:
> > http://apache-wicket.1842946.n4.nabble.com/Wicket-bootstrap-Bootstrap-
> > 3-support-tp4661497p4664171.html
> >
> > To unsubscribe from Wicket-bootstrap Bootstrap 3 support, click here
> > <
> http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4661497&code=ZGFuaWVsLmppcGFAYXNmLnJvfDQ2NjE0OTd8LTIwNDU1Njg5NTY=
> >.
> > NAML
> > <http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?m
> > acro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.na
> > ml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-
> > nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%
> > 21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instan
> > t_email%21nabble%3Aemail.naml>
> >
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Wicket-bootstrap-Bootstrap-3-support-tp4661497p4664173.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to