Thank you. That link helped be get this working.

Daniel

On Sat, Jan 21, 2012 at 1:32 AM, Per Newgro <per.new...@gmx.ch> wrote:
> Hmm. Firstly you ask the wrong list. Hibernate is "off topic".
> At second - did you do a search? With "maven hibernate" i
> found this link quickly:
> http://stackoverflow.com/questions/3345816/hibernate-projects-and-building-with-maven
> See the answer with the "green check" at the side. I think that will anser
> you question.
> You have to exhange the version numbers by 4.0.1...
>
> Cheers
> Per
>
> Am 21.01.2012 08:53, schrieb Daniel Watrous:
>>
>> I'm interested in using hibernate in my wicket application, but I
>> can't find any up to date examples combining the two.
>>
>> Is there something other than hibernate that the wicket community uses for
>> ORM?
>>
>> If not, what can I add to the pom.xml file to include hibernate. I
>> tried adding this:
>>
>>                <dependency>
>>                        <groupId>org.hibernate</groupId>
>>                        <artifactId>hibernate</artifactId>
>>                        <version>4.0.1-Final</version>
>>                </dependency>
>>
>> but it doesn't work. I an error that it Could not resolve dependencies
>> for project...
>>
>> I also attempted to add this alongside the other repository that is there.
>>
>>         <repository>
>>             <id>jboss</id>
>>             <url>http://repository.jboss.org/maven2/</url>
>>         </repository>
>>
>> I get the error about Could not resolve dependencies for project...
>> but now many other jar files are not found.
>>
>> I started with the quickstart, if that helps.
>>
>> ---------------------------------------------------------------------
>> 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
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to