From 4bc48c2889ac853a70c7945be06caad2d29d2a1a Mon Sep 17 00:00:00 2001 From: Nitzan Jaitman Date: Thu, 17 Aug 2017 09:57:15 +0300 Subject: [PATCH] Fix project for java8, update cloudinary dependencies. --- samples/photo_album/pom.xml | 16 ++++++++-------- .../src/main/resources/META-INF/persistence.xml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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