Skip to content

Commit a2ccca1

Browse files
Delete "jna-platform" dependency from project (#670)
* Update pom.xml * Update pom.xml * Testing Update pom.xml
1 parent 5797268 commit a2ccca1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,6 @@
113113
<version>4.13.1</version>
114114
<scope>test</scope>
115115
</dependency>
116-
<dependency>
117-
<groupId>net.java.dev.jna</groupId>
118-
<artifactId>jna-platform</artifactId>
119-
<version>5.3.0</version>
120-
</dependency>
121116
<dependency>
122117
<groupId>org.mockito</groupId>
123118
<artifactId>mockito-core</artifactId>
@@ -293,4 +288,4 @@
293288
</plugin>
294289
</plugins>
295290
</build>
296-
</project>
291+
</project>

0 commit comments

Comments
 (0)