-
Notifications
You must be signed in to change notification settings - Fork 98
/
arthas-idea-plugin.iml
25 lines (25 loc) · 1.62 KB
/
arthas-idea-plugin.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<module type="PLUGIN_MODULE" version="4">
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/resources/META-INF/plugin.xml" />
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="org.java-websocket:Java-WebSocket:1.5.3" level="project" />
<orderEntry type="library" name="org.projectlombok:lombok:1.18.30" level="project" />
<orderEntry type="library" name="com.aliyun.oss:aliyun-sdk-oss:3.9.1" level="project" />
<orderEntry type="library" name="commons-io:commons-io:2.7" level="project" />
<orderEntry type="library" name="org.apache.commons:commons-text:1.9" level="project" />
<orderEntry type="library" name="com.google.guava:guava:23.0" level="project" />
<orderEntry type="library" name="commons-collections:commons-collections:3.2.2" level="project" />
<orderEntry type="library" name="redis.clients:jedis:3.4.1" level="project" />
<orderEntry type="library" name="com.amazonaws:aws-java-sdk-s3:1.12.321" level="project" />
<orderEntry type="library" name="reflections" level="project" />
<orderEntry type="library" name="alibaba.fastjson2" level="project" />
<orderEntry type="library" name="alibaba.fastjson" level="project" />
</component>
</module>