-
Notifications
You must be signed in to change notification settings - Fork 0
/
web-word-avg.iml
42 lines (42 loc) · 2.98 KB
/
web-word-avg.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="web" name="Web">
<configuration>
<webroots>
<root url="file://$MODULE_DIR$/WebContent" relative="/" />
</webroots>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="Maven: javax.servlet:javax.servlet-api:3.1.0" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: javax.servlet.jsp:javax.servlet.jsp-api:2.3.1" level="project" />
<orderEntry type="library" name="Maven: org.asynchttpclient:async-http-client:2.2.1" level="project" />
<orderEntry type="library" name="Maven: org.asynchttpclient:async-http-client-netty-utils:2.2.1" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-buffer:4.1.20.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-codec-http:4.1.20.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-codec:4.1.20.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-handler:4.1.20.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-transport:4.1.20.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-codec-socks:4.1.20.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-handler-proxy:4.1.20.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-transport-native-epoll:linux-x86_64:4.1.20.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-common:4.1.20.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-transport-native-unix-common:4.1.20.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-resolver-dns:4.1.20.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-resolver:4.1.20.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-codec-dns:4.1.20.Final" level="project" />
<orderEntry type="library" name="Maven: org.reactivestreams:reactive-streams:1.0.2" level="project" />
<orderEntry type="library" name="Maven: com.typesafe.netty:netty-reactive-streams:2.0.0" level="project" />
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.25" level="project" />
</component>
</module>