Skip to content

Commit

Permalink
Fixes issue #954: momentjs webjar is aligned with wicket-bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
solomax committed Jul 2, 2024
1 parent e56994f commit cd48037
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -915,8 +915,8 @@
<version>${jquery-ui.version}</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>momentjs</artifactId>
<groupId>org.webjars.npm</groupId>
<artifactId>moment</artifactId>
<version>${moment-js.version}</version>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions wicket-jquery-ui-parent/wicket-jquery-ui-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<artifactId>wicket-webjars</artifactId>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>momentjs</artifactId>
<groupId>org.webjars.npm</groupId>
<artifactId>moment</artifactId>
</dependency>

<!-- JUNIT DEPENDENCY FOR TESTING -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ public static JQueryMomentResourceReference get()
*/
private JQueryMomentResourceReference()
{
super("momentjs/current/min/moment.min.js");
super("moment/current/min/moment.min.js");
}
}

0 comments on commit cd48037

Please sign in to comment.