Skip to content

Commit 7782ed6

Browse files
committed
Change the trove4j dependency from provided to compile
1 parent 6e219a2 commit 7782ed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@
115115

116116
<!-- Project dependencies -->
117117
<dependencies>
118-
<!-- Provided by third-party -->
118+
<!-- Compile -->
119119
<dependency>
120120
<groupId>net.sf.trove4j</groupId>
121121
<artifactId>trove4j</artifactId>
122122
<version>3.0.3</version>
123-
<scope>provided</scope>
123+
<scope>compile</scope>
124124
</dependency>
125125
<!-- Testing only -->
126126
<dependency>

0 commit comments

Comments
 (0)