Skip to content

Commit ddac069

Browse files
authored
Merge pull request obsidiandynamics#231 from kchibui/junit-5
Junit 5, bootstrap 4.5.3 bundled with popper.js, jquery 3.5.1 slim to fix tooltip, updated copyright
2 parents 54f5e62 + 0d0dc87 commit ddac069

21 files changed

+28
-46
lines changed

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,6 @@
135135
<groupId>org.springframework.boot</groupId>
136136
<artifactId>spring-boot-starter-freemarker</artifactId>
137137
</dependency>
138-
<dependency>
139-
<groupId>org.springframework.boot</groupId>
140-
<artifactId>spring-boot-starter-undertow</artifactId>
141-
</dependency>
142138
<dependency>
143139
<groupId>org.springframework.boot</groupId>
144140
<artifactId>spring-boot-starter-log4j2</artifactId>
@@ -169,14 +165,6 @@
169165
<version>2.9.2</version>
170166
</dependency>
171167

172-
<!-- Test Dependencies -->
173-
<dependency>
174-
<groupId>junit</groupId>
175-
<artifactId>junit</artifactId>
176-
<version>4.12</version>
177-
<scope>test</scope>
178-
</dependency>
179-
180168
<!-- Spring test -->
181169
<dependency>
182170
<groupId>org.springframework.boot</groupId>

src/main/resources/static/js/bootstrap.bundle.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/static/js/bootstrap.bundle.min.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/static/js/bootstrap.min.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/main/resources/static/js/jquery-3.5.1.slim.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/static/js/jquery-3.5.1.slim.min.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/static/js/jquery.min.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/main/resources/static/js/popper.min.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/main/resources/templates/acl-overview.ftlh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<#--
2-
Copyright 2016 Kafdrop contributors.
2+
Copyright 2021 Kafdrop contributors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/resources/templates/broker-detail.ftlh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<#--
2-
Copyright 2016 Kafdrop contributors.
2+
Copyright 2021 Kafdrop contributors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)