-
Notifications
You must be signed in to change notification settings - Fork 95
/
custom-postfix-templates.iml
23 lines (23 loc) · 1.51 KB
/
custom-postfix-templates.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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" />
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test/resources" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/test/src" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="TEST" name="scala-sdk-2.11.8" level="application" />
<orderEntry type="library" name="com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.5" level="project" />
<orderEntry type="library" name="com.fasterxml.jackson.core:jackson-databind:2.9.4" level="project" />
<orderEntry type="library" name="org.apache.commons:commons-lang3:3.7" level="project" />
<orderEntry type="library" scope="PROVIDED" name="org.projectlombok:lombok:1.18.0" level="project" />
<orderEntry type="library" name="commons-io:commons-io:2.6" level="project" />
<orderEntry type="library" name="org.reflections:reflections:0.9.11" level="project" />
</component>
</module>