Skip to content

Commit

Permalink
pom file tab to space
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyqeen committed Oct 3, 2022
1 parent 6dc31b6 commit 2a6fe4b
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</developers>

<properties>
<jenkins.version>2.277</jenkins.version>
<jenkins.version>2.277</jenkins.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<powermock.version>1.7.4</powermock.version>
<maven.scm.version>1.13.0</maven.scm.version>
Expand Down Expand Up @@ -92,25 +92,26 @@

<!-- TEST DEPENDENCIES -->
<!-- powermock to mock static methods.. especially Hudson.getInstance() -->
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.10.19</version>
<scope>test</scope>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
</dependencies>

<scm>
<connection>scm:git:https://github.com/jenkinsci/scm-sync-configuration-plugin.git</connection>
<developerConnection>scm:git:https://github.com/jenkinsci/scm-sync-configuration-plugin.git</developerConnection>
Expand Down

0 comments on commit 2a6fe4b

Please sign in to comment.