|  | @ -11,14 +11,14 @@
 | 
	
		
			
				|  |  |     <parent>
 | 
	
		
			
				|  |  |         <groupId>org.springframework.boot</groupId>
 | 
	
		
			
				|  |  |         <artifactId>spring-boot-starter-parent</artifactId>
 | 
	
		
			
				|  |  |         <version>1.4.0.RELEASE</version>
 | 
	
		
			
				|  |  |         <version>1.3.8.RELEASE</version>
 | 
	
		
			
				|  |  |         <relativePath/> <!-- lookup parent from repository -->
 | 
	
		
			
				|  |  |     </parent>
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     <properties>
 | 
	
		
			
				|  |  |         <camel.version>2.17.1</camel.version>
 | 
	
		
			
				|  |  |         <spring.version>4.3.2.RELEASE</spring.version>
 | 
	
		
			
				|  |  |         <hibernate.version>5.0.9.Final</hibernate.version>
 | 
	
		
			
				|  |  |         <hibernate.version>5.2.3.Final</hibernate.version>
 | 
	
		
			
				|  |  |         <camel.osgi.export.pkg>org.apache.camel.dataformat.xmljson.*</camel.osgi.export.pkg>
 | 
	
		
			
				|  |  |         <camel.osgi.export.service>org.apache.camel.spi.DataFormatResolver;dataformat=xmljson</camel.osgi.export.service>
 | 
	
		
			
				|  |  |         <!--<spring.security.version>4.0.2.RELEASE</spring.security.version>-->
 | 
	
	
		
			
				|  | @ -82,31 +82,17 @@
 | 
	
		
			
				|  |  |                 </exclusion>
 | 
	
		
			
				|  |  |             </exclusions>
 | 
	
		
			
				|  |  |         </dependency>
 | 
	
		
			
				|  |  |         <!-- https://mvnrepository.com/artifact/org.hibernate/hibernate-core -->
 | 
	
		
			
				|  |  |         <dependency>
 | 
	
		
			
				|  |  |             <groupId>org.springframework.boot</groupId>
 | 
	
		
			
				|  |  |             <artifactId>spring-boot-starter-data-jpa</artifactId>
 | 
	
		
			
				|  |  |             <exclusions>
 | 
	
		
			
				|  |  |                 <exclusion>
 | 
	
		
			
				|  |  |                     <groupId>org.slf4j</groupId>
 | 
	
		
			
				|  |  |                     <artifactId>jcl-over-slf4j</artifactId>
 | 
	
		
			
				|  |  |                 </exclusion>
 | 
	
		
			
				|  |  |             </exclusions>
 | 
	
		
			
				|  |  |             <groupId>org.hibernate</groupId>
 | 
	
		
			
				|  |  |             <artifactId>hibernate-core</artifactId>
 | 
	
		
			
				|  |  |             <version>${hibernate.version}</version>
 | 
	
		
			
				|  |  |         </dependency>
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |         <dependency>
 | 
	
		
			
				|  |  |             <groupId>org.springframework.boot</groupId>
 | 
	
		
			
				|  |  |             <artifactId>spring-boot-starter-data-mongodb</artifactId>
 | 
	
		
			
				|  |  |         </dependency>
 | 
	
		
			
				|  |  |         <dependency>
 | 
	
		
			
				|  |  |             <groupId>org.springframework.data</groupId>
 | 
	
		
			
				|  |  |             <artifactId>spring-data-mongodb</artifactId>
 | 
	
		
			
				|  |  |             <version>1.9.2.RELEASE</version>
 | 
	
		
			
				|  |  |             <exclusions>
 | 
	
		
			
				|  |  |                 <exclusion>
 | 
	
		
			
				|  |  |                     <groupId>org.slf4j</groupId>
 | 
	
		
			
				|  |  |                     <artifactId>jcl-over-slf4j</artifactId>
 | 
	
		
			
				|  |  |                 </exclusion>
 | 
	
		
			
				|  |  |             </exclusions>
 | 
	
		
			
				|  |  |         </dependency>
 | 
	
		
			
				|  |  |         <dependency>
 | 
	
		
			
				|  |  |             <groupId>org.mongodb</groupId>
 | 
	
		
			
				|  |  |             <artifactId>mongo-java-driver</artifactId>
 |