From 876038498ca5e7c48d511c6df05cc7d8d912d7d5 Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Tue, 11 Jun 2024 16:18:23 +0800 Subject: [PATCH] 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)? --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 9cbc5285..fcb4b4ae 100644 --- a/pom.xml +++ b/pom.xml @@ -165,6 +165,7 @@ javax.activation activation 1.1 + test