Skip to content

Commit

Permalink
Change commons-io dep scope to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Nov 11, 2024
1 parent 3a63c68 commit 15dcea9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pass-nihms-loader/nihms-data-transform-load/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
<artifactId>commons-csv</artifactId>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
Expand Down Expand Up @@ -138,12 +144,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
Expand Down
1 change: 1 addition & 0 deletions pass-nihms-loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
<ignoredNonTestScopedDependency>org.junit.jupiter:junit-jupiter-api:</ignoredNonTestScopedDependency>
<!-- Needed for when data-transform jar is created -->
<ignoredNonTestScopedDependency>org.json:json:</ignoredNonTestScopedDependency>
<ignoredNonTestScopedDependency>commons-io:commons-io:</ignoredNonTestScopedDependency>
</ignoredNonTestScopedDependencies>
</configuration>
</execution>
Expand Down

0 comments on commit 15dcea9

Please sign in to comment.