Skip to content

Commit

Permalink
added jquery-migrate dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinovg authored and chenejac committed May 30, 2024
1 parent 287d207 commit 10dccd6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,21 @@
</fileMappers>
<outputDirectory>target/${project.artifactId}-${project.version}/webjars/jquery/</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.webjars.npm</groupId>
<artifactId>jquery-migrate</artifactId>
<type>jar</type>
<includes>
META-INF/resources/webjars/jquery-migrate/*/dist/*.js
</includes>
<fileMappers>
<org.codehaus.plexus.components.io.filemappers.RegExpFileMapper>
<pattern>^META-INF/resources/webjars/jquery-migrate/[^/]+/</pattern>
<replacement>./</replacement>
</org.codehaus.plexus.components.io.filemappers.RegExpFileMapper>
</fileMappers>
<outputDirectory>target/${project.artifactId}-${project.version}/webjars/jquery-migrate/</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.webjars</groupId>
<artifactId>jquery-ui</artifactId>
Expand Down Expand Up @@ -106,6 +121,11 @@
</build>

<dependencies>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>jquery-migrate</artifactId>
<version>3.4.1</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>datatables.net</artifactId>
Expand Down

0 comments on commit 10dccd6

Please sign in to comment.