Skip to content

Commit 47ddc74

Browse files
committed
8_07_webjars
1 parent 866b1a1 commit 47ddc74

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

pom.xml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@
3939

4040
<!--Cache-->
4141
<ehcache.version>3.9.2</ehcache.version>
42+
43+
<!--webjars-->
44+
<webjars-bootstrap.version>4.6.0-1</webjars-bootstrap.version>
45+
<webjars-jquery.version>3.6.0</webjars-jquery.version>
46+
<webjars-datetimepicker.version>2.5.20-1</webjars-datetimepicker.version>
47+
<webjars-noty.version>3.1.4</webjars-noty.version>
48+
<webjars-datatables.version>1.10.24</webjars-datatables.version>
4249
</properties>
4350

4451
<build>
@@ -211,6 +218,50 @@
211218
<artifactId>spring-webmvc</artifactId>
212219
</dependency>
213220

221+
<!-- Webjars (static dependencies distributed as JAR files) -->
222+
<dependency>
223+
<groupId>org.webjars</groupId>
224+
<artifactId>jquery</artifactId>
225+
<version>${webjars-jquery.version}</version>
226+
</dependency>
227+
<dependency>
228+
<groupId>org.webjars</groupId>
229+
<artifactId>bootstrap</artifactId>
230+
<version>${webjars-bootstrap.version}</version>
231+
<exclusions>
232+
<exclusion>
233+
<groupId>org.webjars</groupId>
234+
<artifactId>jquery</artifactId>
235+
</exclusion>
236+
<exclusion>
237+
<!-- https://getbootstrap.com/docs/4.5/components/popovers -->
238+
<groupId>org.webjars</groupId>
239+
<artifactId>popper.js</artifactId>
240+
</exclusion>
241+
</exclusions>
242+
</dependency>
243+
<dependency>
244+
<groupId>org.webjars</groupId>
245+
<artifactId>datatables</artifactId>
246+
<version>${webjars-datatables.version}</version>
247+
<exclusions>
248+
<exclusion>
249+
<groupId>org.webjars</groupId>
250+
<artifactId>jquery</artifactId>
251+
</exclusion>
252+
</exclusions>
253+
</dependency>
254+
<dependency>
255+
<groupId>org.webjars</groupId>
256+
<artifactId>datetimepicker</artifactId>
257+
<version>${webjars-datetimepicker.version}</version>
258+
</dependency>
259+
<dependency>
260+
<groupId>org.webjars.bower</groupId>
261+
<artifactId>noty</artifactId>
262+
<version>${webjars-noty.version}</version>
263+
</dependency>
264+
214265
<!--JSON-->
215266
<dependency>
216267
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)