there are 2 things wrong with your approach:

1. wicket-parent is not a jar, so you should have used an additional
<type>pom</type>
2. wicket-parent is not a jar, so you should not try to depend on it
in the first place

Why are you trying to depend on wicket-parent?

Martijn

On 9/12/07, Craig Tataryn <[EMAIL PROTECTED]> wrote:
> Tried grabbing:
>
> <dependency>
>     <groupId>org.apache.wicket</groupId>
>     <artifactId>wicket-parent</artifactId>
>     <version>1.3.0-beta3</version>
> </dependency>
>
> And then:
>
> <dependency>
>     <groupId>org.apache.wicket</groupId>
>     <artifactId>wicket-parent</artifactId>
>     <version>1.3.0-beta2</version>
> </dependency>
>
> Each bomb with the "Failed to resolve artifact.Missing:1)
> org.apache.wicket:wicket-parent:jar:1.3.0-beta2" (same for beta3).
>
> Does work when trying to download directly from:
> http://mvnrepository.com/artifact/org.apache.wicket/wicket-parent either.
>
> Not sure if it was someone on the list here that did the initial install, if
> so, could you take a look?
>
> Craig.
>


-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.0-beta3 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to