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.
| modelVersion | groupId | artifactId |
|---|
| taglibs | standard | 1.1.2 |
| org.springframework | spring-core | 4.0.6.RELEASE |
| org.springframework | spring-orm | 4.0.6.RELEASE |
| org.springframework | spring-webmvc | 4.0.6.RELEASE |
| jstl | jstl | 1.2 |
| taglibs | standard | 1.1.2 |
| javax.servlet | javax.servlet-api | 3.1.0 |
| org.hibernate | hibernate-core | 4.3.6.Final |
| org.hibernate.javax.persistence | hibernate-jpa-2.1-api | 1.0.0.Final |
| com.oracle | ojdbc6 | 11.2.0.3 |
| com.googlecode.json-simple | json-simple | 1.1.1 |
| org.codehaus.jackson | jackson-mapper-asl | 1.8.1 |
| org.slf4j | slf4j-log4j12 | 1.6.1 |
thanks,
Regards,
Prakash V.B.