Skip to content

Commit

Permalink
➖ : remove moment-duration-format dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubuisson committed Jan 25, 2020
1 parent 80bff83 commit 429ffb3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,6 @@
<artifactId>momentjs</artifactId>
<version>2.24.0</version>
</dependency>
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>moment-duration-format</artifactId>
<version>1.3.0</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ open class UIExtensionsConfig(){
"classpath*:/**/bootstrap-vue/**/bootstrap-vue.min.js",
"classpath*:/**/marked/**/marked.min.js",
"classpath*:/**/vue-multiselect/**/vue-multiselect.min.js",
"classpath*:/**/momentjs/**/moment.min.js",
"classpath*:/**/moment-duration-format/**/moment-duration-format.js"
"classpath*:/**/momentjs/**/moment.min.js"
)
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ class UiExtensionsScannerIT(private val applicationContext: ApplicationContext)
"classpath*:/**/bootstrap-vue/**/bootstrap-vue.min.js",
"classpath*:/**/marked/**/marked.min.js",
"classpath*:/**/vue-multiselect/**/vue-multiselect.min.js",
"classpath*:/**/momentjs/**/moment.min.js",
"classpath*:/**/moment-duration-format/**/moment-duration-format.js"
"classpath*:/**/momentjs/**/moment.min.js"
)

val uiExtension = scanner.scan(*locations)
Expand Down

0 comments on commit 429ffb3

Please sign in to comment.