Skip to content

Commit

Permalink
Fix indentation in pom.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Oct 23, 2023
1 parent bd76baf commit 86edac1
Showing 1 changed file with 21 additions and 24 deletions.
45 changes: 21 additions & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
</repositories>

<scm>
<connection>scm:git:https://github.com/eclipse-cbi/macos-notarization-service</connection>
<developerConnection>scm:git:ssh://github.com/eclipse-cbi/macos-notarization-service</developerConnection>
<url>https://github.com/eclipse-cbi/macos-notarization-service</url>
</scm>
<connection>scm:git:https://github.com/eclipse-cbi/macos-notarization-service</connection>
<developerConnection>scm:git:ssh://github.com/eclipse-cbi/macos-notarization-service</developerConnection>
<url>https://github.com/eclipse-cbi/macos-notarization-service</url>
</scm>

<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -102,7 +102,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
</dependency>

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client</artifactId>
Expand All @@ -111,12 +110,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-multipart</artifactId>
</dependency>

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jsonb</artifactId>
</dependency>

<dependency>
<groupId>com.squareup.moshi</groupId>
<artifactId>moshi</artifactId>
Expand Down Expand Up @@ -240,30 +237,30 @@
</executions>
</plugin>
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.7.9</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>makeAggregateBom</goal>
</goals>
</execution>
</executions>
</plugin>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>makeAggregateBom</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>8.4.0</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugin>
</plugins>
</build>
<profiles>
Expand Down

0 comments on commit 86edac1

Please sign in to comment.