Skip to content

Commit 6b797bd

Browse files
committed
Fixed the Class Not Found Problem
1 parent bd32b8e commit 6b797bd

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

  • core-java-modules/core-java-io

core-java-modules/core-java-io/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@
5050
<artifactId>jmimemagic</artifactId>
5151
<version>${jmime-magic.version}</version>
5252
</dependency>
53+
<!-- Context Libraries -->
54+
<dependency>
55+
<groupId>com.sun.messaging.mq</groupId>
56+
<artifactId>fscontext</artifactId>
57+
<version>${fscontext.version}</version>
58+
</dependency>
5359
</dependencies>
5460

5561
<build>
@@ -154,7 +160,7 @@
154160
<tika.version>1.18</tika.version>
155161
<jmime-magic.version>0.1.5</jmime-magic.version>
156162
<maven-jar-plugin.version>3.1.0</maven-jar-plugin.version>
157-
163+
<fscontext.version>4.4.2</fscontext.version>
158164
</properties>
159165

160166
</project>

0 commit comments

Comments
 (0)