Skip to content

Commit 8c162ae

Browse files
committed
Remove jdepend.
1 parent cff370f commit 8c162ae

File tree

2 files changed

+22
-32
lines changed

2 files changed

+22
-32
lines changed

oshi-core/src/main/java/oshi/package-info.java

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
/**
2-
* MIT License
3-
*
4-
* Copyright (c) 2010 - 2020 The OSHI Project Contributors: https://github.com/oshi/oshi/graphs/contributors
5-
*
6-
* Permission is hereby granted, free of charge, to any person obtaining a copy
7-
* of this software and associated documentation files (the "Software"), to deal
8-
* in the Software without restriction, including without limitation the rights
9-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10-
* copies of the Software, and to permit persons to whom the Software is
11-
* furnished to do so, subject to the following conditions:
12-
*
13-
* The above copyright notice and this permission notice shall be included in all
14-
* copies or substantial portions of the Software.
15-
*
16-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22-
* SOFTWARE.
23-
*/
2+
* MIT License
3+
*
4+
* Copyright (c) 2010 - 2020 The OSHI Project Contributors: https://github.com/oshi/oshi/graphs/contributors
5+
*
6+
* Permission is hereby granted, free of charge, to any person obtaining a copy
7+
* of this software and associated documentation files (the "Software"), to deal
8+
* in the Software without restriction, including without limitation the rights
9+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
* copies of the Software, and to permit persons to whom the Software is
11+
* furnished to do so, subject to the following conditions:
12+
*
13+
* The above copyright notice and this permission notice shall be included in all
14+
* copies or substantial portions of the Software.
15+
*
16+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
* SOFTWARE.
23+
*/
2424
/**
2525
* [oshi-core API] Provides a cross-platform implementation to retrieve
2626
* Operating System and Hardware Information, such as OS version, memory, CPU,

pom.xml

-10
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@
161161
<tidy-maven-plugin.version>1.1.0</tidy-maven-plugin.version>
162162
<license-maven-plugin.version>3.0</license-maven-plugin.version>
163163
<!-- report only -->
164-
<jdepend-maven-plugin.version>2.0</jdepend-maven-plugin.version>
165164
<maven-changelog-plugin.version>2.3</maven-changelog-plugin.version>
166165
<maven-jxr-plugin.version>3.0.0</maven-jxr-plugin.version>
167166
<maven-project-info-reports-plugin.version>3.0.0</maven-project-info-reports-plugin.version>
@@ -500,11 +499,6 @@
500499
</configuration>
501500
</plugin>
502501
<!-- Report Only -->
503-
<plugin>
504-
<groupId>org.codehaus.mojo</groupId>
505-
<artifactId>jdepend-maven-plugin</artifactId>
506-
<version>${jdepend-maven-plugin.version}</version>
507-
</plugin>
508502
<plugin>
509503
<groupId>org.apache.maven.plugins</groupId>
510504
<artifactId>maven-changelog-plugin</artifactId>
@@ -819,10 +813,6 @@
819813
<groupId>org.codehaus.mojo</groupId>
820814
<artifactId>taglist-maven-plugin</artifactId>
821815
</plugin>
822-
<plugin>
823-
<groupId>org.codehaus.mojo</groupId>
824-
<artifactId>jdepend-maven-plugin</artifactId>
825-
</plugin>
826816
<plugin>
827817
<groupId>org.owasp</groupId>
828818
<artifactId>dependency-check-maven</artifactId>

0 commit comments

Comments
 (0)