diff --git a/samples/photo_album/pom.xml b/samples/photo_album/pom.xml index bf111dee..d38291c5 100644 --- a/samples/photo_album/pom.xml +++ b/samples/photo_album/pom.xml @@ -8,7 +8,7 @@ photo_album - 3.2.0.RELEASE + 4.3.10.RELEASE @@ -23,12 +23,12 @@ com.cloudinary cloudinary-taglib - 1.13.0 + 1.14.0 com.cloudinary cloudinary-http44 - 1.13.0 + 1.14.0 org.springframework @@ -90,13 +90,13 @@ org.hibernate.javax.persistence hibernate-jpa-2.0-api - 1.0.0.Final + 1.0.1.Final org.hibernate hibernate-entitymanager - 3.6.10.Final + 5.2.10.Final @@ -114,13 +114,13 @@ javax.validation validation-api - 1.1.0.Final + 2.0.0.Final org.hibernate - hibernate-validator-annotation-processor - 4.1.0.Final + hibernate-validator-annotation-processor + 6.0.1.Final diff --git a/samples/photo_album/src/main/resources/META-INF/persistence.xml b/samples/photo_album/src/main/resources/META-INF/persistence.xml index 898749ed..8a7baf27 100644 --- a/samples/photo_album/src/main/resources/META-INF/persistence.xml +++ b/samples/photo_album/src/main/resources/META-INF/persistence.xml @@ -1,7 +1,7 @@ - org.hibernate.ejb.HibernatePersistence + org.hibernate.jpa.HibernatePersistenceProvider