Skip to content

Commit

Permalink
Merge pull request #78 from basil/scope
Browse files Browse the repository at this point in the history
Fix scope of dependencies
  • Loading branch information
jonesbusy authored Feb 13, 2025
2 parents b42b961 + c7e5133 commit 22a7ffe
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>accessors-smart</artifactId>
<version>${json-smart.version}</version>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>${json-smart.version}</version>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart-action</artifactId>
<version>${json-smart.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -100,6 +85,21 @@
<groupId>io.jenkins.plugins</groupId>
<artifactId>asm-api</artifactId>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>accessors-smart</artifactId>
<version>${json-smart.version}</version>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>${json-smart.version}</version>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart-action</artifactId>
<version>${json-smart.version}</version>
</dependency>
</dependencies>
<repositories>
<repository>
Expand Down

0 comments on commit 22a7ffe

Please sign in to comment.