Hi,

There is
http://search.maven.org/#artifactdetails%7Cjdbc%7Cjdbc-stdext%7C2.0%7Cjar
The groupId is 'jdbc' instead of javax.sql.

http://wicket-menu.googlecode.com/svn/maven/repo/com/cooldatasoft/wicket-menu/6.3.0/wicket-menu-6.3.0.pom
itself
doesn't depend on jdbc-stdext. Find where this dependency comes from.


On Wed, Dec 19, 2012 at 5:14 PM, Lucio Crusca <lu...@sulweb.org> wrote:

> Hello there,
>
> today, trying to build my project, I get:
>
> [ERROR] Failed to execute goal on project SalixWeb: Could not resolve
> dependencies for project
> com.virtual_bit.salix.web:SalixWeb:war:1.0-SNAPSHOT:
> The following artifacts could not be resolved:
> javax.sql:jdbc-stdext:jar:2.0,
> javax.transaction:jta:jar:1.0.1B: Could not find artifact javax.sql:jdbc-
> stdext:jar:2.0 in wicket-menu-release (http://wicket-
> menu.googlecode.com/svn/maven/repo) -> [Help 1]
>
> As I understand it, the problem seems related to wicket-menu, but that's
> all I
> understand. And I have no clue about what to do next...
>
> My pom.xml snippet:
>
>                 <dependency>
>                    <groupId>com.cooldatasoft</groupId>
>                    <artifactId>wicket-menu</artifactId>
>                    <version>6.3.0</version>
>                    <type>jar</type>
>                    <scope>compile</scope>
>                 </dependency>
> [...]
>         <repository>
>             <id>wicket-menu-release</id>
>             <url>http://wicket-menu.googlecode.com/svn/maven/repo</url>
>          </repository>
>          <repository>
>              <id>wicket-menu-snapshot</id>
>              <url>http://wicket-menu.googlecode.com/svn/maven/snapshot-
> repo</url>
>          </repository>
>          <repository>
>
> Hints?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Reply via email to