Skip to content

Commit

Permalink
231: Remove unnecessary OSGI imports
Browse files Browse the repository at this point in the history
Task-Url: #231
  • Loading branch information
keilw committed Jun 16, 2021
1 parent 3e54bb4 commit 5a26b7b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@
<!-- Plugins -->
<github.maven.version>0.12</github.maven.version>
<github.global.server>github</github.global.server>
<license-maven.version>4.1</license-maven.version>
<maven.surefire-report.version>2.22.2</maven.surefire-report.version>
<junit.jupiter.version>5.7.2</junit.jupiter.version>
<spotbugs.maven.version>4.0.4</spotbugs.maven.version>
<spotbugs-maven.version>4.0.4</spotbugs-maven.version>
<!--Exclude the files here -->
<sonar.exclusions>src/main/java/javax/measure/BinaryPrefix.java,src/main/java/javax/measure/MetricPrefix.java</sonar.exclusions>
</properties>
Expand Down Expand Up @@ -359,7 +360,7 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.0.rc2</version>
<version>${license-maven.version}</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -783,7 +784,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>${spotbugs.maven.version}</version>
<version>${spotbugs-maven.version}</version>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit 5a26b7b

Please sign in to comment.