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 c54a0bf commit 2d99e63
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 @@ -974,8 +974,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
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,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 2d99e63

Please sign in to comment.