Skip to content

Commit 8760384

Browse files
authored
Correct javax.activation scope
This only seems to be used within tests at https://github.com/jruby/jruby-rack/blob/a965a33a23a484371e81a01048714106acda6230/src/spec/java/org/jruby/rack/mock/MockServletContext.java#L466-L468 so note needed as a new runtime dependency (especially as it's a very old API version)?
1 parent a965a33 commit 8760384

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
<groupId>javax.activation</groupId>
166166
<artifactId>activation</artifactId>
167167
<version>1.1</version>
168+
<scope>test</scope>
168169
</dependency>
169170
</dependencies>
170171

0 commit comments

Comments
 (0)