Skip to content

Commit

Permalink
➖ : remove momentjs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubuisson committed Jan 25, 2020
1 parent 3f4381a commit 43da158
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 @@ -129,11 +129,6 @@
<artifactId>marked</artifactId>
<version>0.7.0</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>momentjs</artifactId>
<version>2.24.0</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ open class UIExtensionsConfig(){
"classpath*:/**/vue/**/vue.min.js",
"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*:/**/vue-multiselect/**/vue-multiselect.min.js"
)
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ class UiExtensionsScannerIT(private val applicationContext: ApplicationContext)
"classpath*:/**/vue/**/vue.min.js",
"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*:/**/vue-multiselect/**/vue-multiselect.min.js"
)

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

0 comments on commit 43da158

Please sign in to comment.