mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:05:49 +00:00
Fix webjars-angularjs.version
This commit is contained in:
parent
159bc343f5
commit
e879e6c566
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -71,7 +71,7 @@
|
|||
<dependency>
|
||||
<groupId>org.webjars</groupId>
|
||||
<artifactId>angularjs</artifactId>
|
||||
<version>${webjars-angularjs.version>}</version>
|
||||
<version>${webjars-angularjs.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in a new issue