Skip to content

Commit

Permalink
Correct javax.activation scope
Browse files Browse the repository at this point in the history
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)?
  • Loading branch information
chadlwilson authored Jun 11, 2024
1 parent a965a33 commit 8760384
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 8760384

Please sign in to comment.