Skip to content

Commit 9cb169e

Browse files
committed
added license and org. removed mockito (taken from spring-test)
1 parent 712ee85 commit 9cb169e

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

pom.xml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@
1111
<name>KeepTime</name>
1212
<description>Time tracker</description>
1313

14+
<licenses>
15+
<license>
16+
<name>GNU General Public License (GPL) version 3.0</name>
17+
<url>http://www.gnu.org/licenses/gpl.txt</url>
18+
<distribution>manual</distribution>
19+
</license>
20+
</licenses>
21+
22+
<organization>
23+
<name>doubleSlash Net-Business GmbH</name>
24+
<url>https://www.doubleslash.de/</url>
25+
</organization>
26+
1427
<parent>
1528
<groupId>org.springframework.boot</groupId>
1629
<artifactId>spring-boot-starter-parent</artifactId>
@@ -60,10 +73,6 @@
6073
<artifactId>dom</artifactId>
6174
<version>2.3.0-jaxb-1.0.6</version>
6275
</dependency>
63-
<dependency>
64-
<groupId>org.mockito</groupId>
65-
<artifactId>mockito-core</artifactId>
66-
</dependency>
6776
<dependency>
6877
<groupId>org.apache.commons</groupId>
6978
<artifactId>commons-lang3</artifactId>
@@ -129,7 +138,7 @@
129138
<configuration>
130139
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
131140
<failBuildOnCVSS>8</failBuildOnCVSS>
132-
<suppressionFile>dependency-check-report_suppressions.xml</suppressionFile>
141+
<!-- <suppressionFile>dependency-check-report_suppressions.xml</suppressionFile> -->
133142
</configuration>
134143
</plugin>
135144
</plugins>

0 commit comments

Comments
 (0)