We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd32b8e commit 6b797bdCopy full SHA for 6b797bd
1 file changed
core-java-modules/core-java-io/pom.xml
@@ -50,6 +50,12 @@
50
<artifactId>jmimemagic</artifactId>
51
<version>${jmime-magic.version}</version>
52
</dependency>
53
+ <!-- Context Libraries -->
54
+ <dependency>
55
+ <groupId>com.sun.messaging.mq</groupId>
56
+ <artifactId>fscontext</artifactId>
57
+ <version>${fscontext.version}</version>
58
+ </dependency>
59
</dependencies>
60
61
<build>
@@ -154,7 +160,7 @@
154
160
<tika.version>1.18</tika.version>
155
161
<jmime-magic.version>0.1.5</jmime-magic.version>
156
162
<maven-jar-plugin.version>3.1.0</maven-jar-plugin.version>
157
-
163
+ <fscontext.version>4.4.2</fscontext.version>
158
164
</properties>
159
165
166
</project>
0 commit comments