This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 9fd7ed6  CAMEL-11834: camel-example-spring-boot-rest-jpa Fixed 
IntelliJ project file generation.
     new 54fdb53  Merge pull request #3181 from nisiviglia/CAMEL-11834
9fd7ed6 is described below

commit 9fd7ed62403e4ab3c903b37cef871496a6437b24
Author: nisiviglia <ns...@njit.edu>
AuthorDate: Fri Sep 20 14:31:21 2019 -0400

    CAMEL-11834: camel-example-spring-boot-rest-jpa
    Fixed IntelliJ project file generation.
---
 examples/camel-example-spring-boot-rest-jpa/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/camel-example-spring-boot-rest-jpa/pom.xml 
b/examples/camel-example-spring-boot-rest-jpa/pom.xml
index 10d5c9d..0860f48 100644
--- a/examples/camel-example-spring-boot-rest-jpa/pom.xml
+++ b/examples/camel-example-spring-boot-rest-jpa/pom.xml
@@ -69,6 +69,7 @@
             <dependency>
                 <groupId>org.hibernate</groupId>
                 <artifactId>hibernate-entitymanager</artifactId>
+                <version>${hibernate-version}</version>
             </dependency>
         </dependencies>
     </dependencyManagement>

Reply via email to