diff --git a/persist/pom.xml b/persist/pom.xml
index 116cec6f3579d1b956983b427dbc01f543019bc9..96608b1351cb936405f91f929ba122614bba031a 100644
--- a/persist/pom.xml
+++ b/persist/pom.xml
@@ -133,6 +133,13 @@
 			<version>${springframework.version}</version>
 		</dependency>
 
+		<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot -->
+		<dependency>
+			<groupId>org.springframework.boot</groupId>
+			<artifactId>spring-boot</artifactId>
+			<version>${springframework.boot.version}</version>
+		</dependency>
+
 		<!-- postgres connector -->
 		<dependency>
 			<groupId>org.postgresql</groupId>
diff --git a/pom.xml b/pom.xml
index 61a04ee02e47ffa5e80e561a58e6b1790f54e5cd..3c675db66e53749ba1fd472a3929b87f4137cb9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,8 @@
 		<springframework.version>4.3.19.RELEASE</springframework.version>
 		<springframework.security.version>4.2.8.RELEASE</springframework.security.version>
 		<springframework.webflow.version>2.4.8.RELEASE</springframework.webflow.version>
+		<springframework.boot.version>1.5.16.RELEASE</springframework.boot.version>
+		
 
 		<libsbml.version>1.0</libsbml.version>