mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-29 14:49:38 +00:00
Centralized framework versions to the properties section
This commit is contained in:
parent
9a1298be2d
commit
fd524d05d5
1 changed files with 8 additions and 4 deletions
12
pom.xml
12
pom.xml
|
@ -31,6 +31,10 @@
|
||||||
|
|
||||||
|
|
||||||
<!-- Web dependencies -->
|
<!-- Web dependencies -->
|
||||||
|
<webjars-bootstrap.version>3.3.6</webjars-bootstrap.version>
|
||||||
|
<webjars-jquery-ui.version>1.11.4</webjars-jquery-ui.version>
|
||||||
|
<webjars-jquery.version>2.0.3-1</webjars-jquery.version>
|
||||||
|
<dandelion.version>1.1.1</dandelion.version>
|
||||||
<dandelion.datatables.version>1.1.0</dandelion.datatables.version>
|
<dandelion.datatables.version>1.1.0</dandelion.datatables.version>
|
||||||
|
|
||||||
<cobertura.version>2.7</cobertura.version>
|
<cobertura.version>2.7</cobertura.version>
|
||||||
|
@ -153,7 +157,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.dandelion</groupId>
|
<groupId>com.github.dandelion</groupId>
|
||||||
<artifactId>dandelion-jsp</artifactId>
|
<artifactId>dandelion-jsp</artifactId>
|
||||||
<version>1.1.1</version>
|
<version>${dandelion.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.dandelion</groupId>
|
<groupId>com.github.dandelion</groupId>
|
||||||
|
@ -170,17 +174,17 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.webjars</groupId>
|
<groupId>org.webjars</groupId>
|
||||||
<artifactId>jquery</artifactId>
|
<artifactId>jquery</artifactId>
|
||||||
<version>2.2.4</version>
|
<version>${webjars-jquery.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.webjars</groupId>
|
<groupId>org.webjars</groupId>
|
||||||
<artifactId>jquery-ui</artifactId>
|
<artifactId>jquery-ui</artifactId>
|
||||||
<version>1.11.4</version>
|
<version>${webjars-jquery-ui.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.webjars</groupId>
|
<groupId>org.webjars</groupId>
|
||||||
<artifactId>bootstrap</artifactId>
|
<artifactId>bootstrap</artifactId>
|
||||||
<version>3.3.6</version>
|
<version>${webjars-bootstrap.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- end of webjars -->
|
<!-- end of webjars -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue