Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Maven(pom.xml) configuration for spring and hibernate compatible in Oracle java cloud service

Prakash V.B.Jul 26 2016 — edited Jul 26 2016

We are planning to design our application using Spring mvc and hibernate. Could you please provide cloud compatible pom.xml (jars for spring mvc and hibernate)?

Below is the pom.xml which i have used locally & is working fine with jdk 1.6 ,but not getting deployed in Oracle java cloud service . Could you please help me providing pom.xml for spring mvc ,hibernate jars compatible with oracle java cloud service? Thanks in advance.

modelVersiongroupIdartifactId
taglibsstandard1.1.2
org.springframeworkspring-core4.0.6.RELEASE
org.springframeworkspring-orm4.0.6.RELEASE
org.springframeworkspring-webmvc4.0.6.RELEASE
jstljstl1.2
taglibsstandard1.1.2
javax.servletjavax.servlet-api3.1.0
org.hibernatehibernate-core4.3.6.Final
org.hibernate.javax.persistencehibernate-jpa-2.1-api1.0.0.Final
com.oracleojdbc611.2.0.3
com.googlecode.json-simplejson-simple1.1.1
org.codehaus.jacksonjackson-mapper-asl1.8.1
org.slf4jslf4j-log4j121.6.1

thanks,

Regards,

Prakash V.B.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 23 2016
Added on Jul 26 2016
0 comments
704 views