Skip to content
Snippets Groups Projects
Commit de24f303 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

spring boot added to dependency tree

parent f84afca1
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!472Resolve "Implement Hibernate naming strategy"
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment