|
|
@@ -1,5 +1,15 @@
|
|
1
|
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
2
|
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
|
|
|
3
|
+ <component name="FacetManager">
|
|
|
4
|
+ <facet type="Spring" name="Spring">
|
|
|
5
|
+ <configuration />
|
|
|
6
|
+ </facet>
|
|
|
7
|
+ <facet type="web" name="Web">
|
|
|
8
|
+ <configuration>
|
|
|
9
|
+ <webroots />
|
|
|
10
|
+ </configuration>
|
|
|
11
|
+ </facet>
|
|
|
12
|
+ </component>
|
|
3
|
13
|
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
|
|
4
|
14
|
<output url="file://$MODULE_DIR$/target/classes" />
|
|
5
|
15
|
<output-test url="file://$MODULE_DIR$/target/test-classes" />
|
|
|
@@ -10,5 +20,290 @@
|
|
10
|
20
|
</content>
|
|
11
|
21
|
<orderEntry type="inheritedJdk" />
|
|
12
|
22
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
|
23
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-jdbc:2.0.3.RELEASE" level="project" />
|
|
|
24
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:2.0.3.RELEASE" level="project" />
|
|
|
25
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-logging:2.0.3.RELEASE" level="project" />
|
|
|
26
|
+ <orderEntry type="library" name="Maven: ch.qos.logback:logback-classic:1.2.3" level="project" />
|
|
|
27
|
+ <orderEntry type="library" name="Maven: ch.qos.logback:logback-core:1.2.3" level="project" />
|
|
|
28
|
+ <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-to-slf4j:2.10.0" level="project" />
|
|
|
29
|
+ <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-api:2.10.0" level="project" />
|
|
|
30
|
+ <orderEntry type="library" name="Maven: org.slf4j:jul-to-slf4j:1.7.25" level="project" />
|
|
|
31
|
+ <orderEntry type="library" name="Maven: javax.annotation:javax.annotation-api:1.3.2" level="project" />
|
|
|
32
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-core:5.0.7.RELEASE" level="project" />
|
|
|
33
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-jcl:5.0.7.RELEASE" level="project" />
|
|
|
34
|
+ <orderEntry type="library" name="Maven: org.yaml:snakeyaml:1.19" level="project" />
|
|
|
35
|
+ <orderEntry type="library" name="Maven: com.zaxxer:HikariCP:2.7.9" level="project" />
|
|
|
36
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-jdbc:5.0.7.RELEASE" level="project" />
|
|
|
37
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-beans:5.0.7.RELEASE" level="project" />
|
|
|
38
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-tx:5.0.7.RELEASE" level="project" />
|
|
|
39
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-web:2.0.3.RELEASE" level="project" />
|
|
|
40
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-json:2.0.3.RELEASE" level="project" />
|
|
|
41
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.6" level="project" />
|
|
|
42
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.6" level="project" />
|
|
|
43
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.6" level="project" />
|
|
|
44
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-tomcat:2.0.3.RELEASE" level="project" />
|
|
|
45
|
+ <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-core:8.5.31" level="project" />
|
|
|
46
|
+ <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-el:8.5.31" level="project" />
|
|
|
47
|
+ <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-websocket:8.5.31" level="project" />
|
|
|
48
|
+ <orderEntry type="library" name="Maven: org.hibernate.validator:hibernate-validator:6.0.10.Final" level="project" />
|
|
|
49
|
+ <orderEntry type="library" name="Maven: javax.validation:validation-api:2.0.1.Final" level="project" />
|
|
|
50
|
+ <orderEntry type="library" name="Maven: org.jboss.logging:jboss-logging:3.3.2.Final" level="project" />
|
|
|
51
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-web:5.0.7.RELEASE" level="project" />
|
|
|
52
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-webmvc:5.0.7.RELEASE" level="project" />
|
|
|
53
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-aop:5.0.7.RELEASE" level="project" />
|
|
|
54
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-context:5.0.7.RELEASE" level="project" />
|
|
|
55
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-expression:5.0.7.RELEASE" level="project" />
|
|
|
56
|
+ <orderEntry type="library" name="Maven: com.alibaba:druid-spring-boot-starter:1.1.10" level="project" />
|
|
|
57
|
+ <orderEntry type="library" name="Maven: com.alibaba:druid:1.1.10" level="project" />
|
|
|
58
|
+ <orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.25" level="project" />
|
|
|
59
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-autoconfigure:2.0.3.RELEASE" level="project" />
|
|
|
60
|
+ <orderEntry type="library" name="Maven: com.alibaba:fastjson:1.2.36" level="project" />
|
|
|
61
|
+ <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-config-client:2.0.0.RELEASE" level="project" />
|
|
|
62
|
+ <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-commons:2.0.0.RELEASE" level="project" />
|
|
|
63
|
+ <orderEntry type="library" name="Maven: org.springframework.security:spring-security-crypto:5.0.6.RELEASE" level="project" />
|
|
|
64
|
+ <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-context:2.0.0.RELEASE" level="project" />
|
|
|
65
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.9.0" level="project" />
|
|
|
66
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.9.6" level="project" />
|
|
|
67
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.9.6" level="project" />
|
|
|
68
|
+ <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-starter-netflix-eureka-client:2.0.0.RELEASE" level="project" />
|
|
|
69
|
+ <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-starter:2.0.0.RELEASE" level="project" />
|
|
|
70
|
+ <orderEntry type="library" name="Maven: org.springframework.security:spring-security-rsa:1.0.5.RELEASE" level="project" />
|
|
|
71
|
+ <orderEntry type="library" name="Maven: org.bouncycastle:bcpkix-jdk15on:1.56" level="project" />
|
|
|
72
|
+ <orderEntry type="library" name="Maven: org.bouncycastle:bcprov-jdk15on:1.56" level="project" />
|
|
|
73
|
+ <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-netflix-core:2.0.0.RELEASE" level="project" />
|
|
|
74
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-aop:2.0.3.RELEASE" level="project" />
|
|
|
75
|
+ <orderEntry type="library" name="Maven: org.aspectj:aspectjweaver:1.8.10" level="project" />
|
|
|
76
|
+ <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-netflix-eureka-client:2.0.0.RELEASE" level="project" />
|
|
|
77
|
+ <orderEntry type="library" name="Maven: com.netflix.eureka:eureka-client:1.9.2" level="project" />
|
|
|
78
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: org.codehaus.jettison:jettison:1.3.7" level="project" />
|
|
|
79
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: stax:stax-api:1.0.1" level="project" />
|
|
|
80
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: com.netflix.netflix-commons:netflix-eventbus:0.3.0" level="project" />
|
|
|
81
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: com.netflix.netflix-commons:netflix-infix:0.3.0" level="project" />
|
|
|
82
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: commons-jxpath:commons-jxpath:1.3" level="project" />
|
|
|
83
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: org.antlr:antlr-runtime:3.4" level="project" />
|
|
|
84
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: org.antlr:stringtemplate:3.2.1" level="project" />
|
|
|
85
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: antlr:antlr:2.7.7" level="project" />
|
|
|
86
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: com.google.code.gson:gson:2.8.5" level="project" />
|
|
|
87
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: org.apache.commons:commons-math:2.2" level="project" />
|
|
|
88
|
+ <orderEntry type="library" name="Maven: com.netflix.archaius:archaius-core:0.7.6" level="project" />
|
|
|
89
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: javax.ws.rs:jsr311-api:1.1.1" level="project" />
|
|
|
90
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: com.netflix.servo:servo-core:0.12.21" level="project" />
|
|
|
91
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: com.sun.jersey:jersey-core:1.19.1" level="project" />
|
|
|
92
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: com.sun.jersey:jersey-client:1.19.1" level="project" />
|
|
|
93
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: com.sun.jersey.contribs:jersey-apache-client4:1.19.1" level="project" />
|
|
|
94
|
+ <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpclient:4.5.5" level="project" />
|
|
|
95
|
+ <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpcore:4.4.9" level="project" />
|
|
|
96
|
+ <orderEntry type="library" name="Maven: commons-codec:commons-codec:1.11" level="project" />
|
|
|
97
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: com.google.inject:guice:4.1.0" level="project" />
|
|
|
98
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: javax.inject:javax.inject:1" level="project" />
|
|
|
99
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: aopalliance:aopalliance:1.0" level="project" />
|
|
|
100
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: com.github.vlsi.compactmap:compactmap:1.2.1" level="project" />
|
|
|
101
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: com.github.andrewoma.dexx:dexx-collections:0.2" level="project" />
|
|
|
102
|
+ <orderEntry type="library" name="Maven: com.netflix.eureka:eureka-core:1.9.2" level="project" />
|
|
|
103
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: org.codehaus.woodstox:woodstox-core-asl:4.4.1" level="project" />
|
|
|
104
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: javax.xml.stream:stax-api:1.0-2" level="project" />
|
|
|
105
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: org.codehaus.woodstox:stax2-api:3.1.4" level="project" />
|
|
|
106
|
+ <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.0.0.RELEASE" level="project" />
|
|
|
107
|
+ <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-netflix-ribbon:2.0.0.RELEASE" level="project" />
|
|
|
108
|
+ <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-netflix-archaius:2.0.0.RELEASE" level="project" />
|
|
|
109
|
+ <orderEntry type="library" name="Maven: commons-configuration:commons-configuration:1.8" level="project" />
|
|
|
110
|
+ <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.0.0.RELEASE" level="project" />
|
|
|
111
|
+ <orderEntry type="library" name="Maven: com.netflix.ribbon:ribbon:2.2.5" level="project" />
|
|
|
112
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: com.netflix.ribbon:ribbon-transport:2.2.5" level="project" />
|
|
|
113
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: io.reactivex:rxnetty-contexts:0.4.9" level="project" />
|
|
|
114
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: io.reactivex:rxnetty-servo:0.4.9" level="project" />
|
|
|
115
|
+ <orderEntry type="library" name="Maven: com.netflix.hystrix:hystrix-core:1.5.12" level="project" />
|
|
|
116
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: io.reactivex:rxnetty:0.4.9" level="project" />
|
|
|
117
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-codec-http:4.1.25.Final" level="project" />
|
|
|
118
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-codec:4.1.25.Final" level="project" />
|
|
|
119
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-transport-native-epoll:4.1.25.Final" level="project" />
|
|
|
120
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-common:4.1.25.Final" level="project" />
|
|
|
121
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-buffer:4.1.25.Final" level="project" />
|
|
|
122
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-transport-native-unix-common:4.1.25.Final" level="project" />
|
|
|
123
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-transport:4.1.25.Final" level="project" />
|
|
|
124
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-resolver:4.1.25.Final" level="project" />
|
|
|
125
|
+ <orderEntry type="library" name="Maven: com.netflix.ribbon:ribbon-core:2.2.5" level="project" />
|
|
|
126
|
+ <orderEntry type="library" name="Maven: com.netflix.ribbon:ribbon-httpclient:2.2.5" level="project" />
|
|
|
127
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: com.netflix.netflix-commons:netflix-commons-util:0.3.0" level="project" />
|
|
|
128
|
+ <orderEntry type="library" name="Maven: com.netflix.ribbon:ribbon-loadbalancer:2.2.5" level="project" />
|
|
|
129
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: com.netflix.netflix-commons:netflix-statistics:0.1.1" level="project" />
|
|
|
130
|
+ <orderEntry type="library" name="Maven: io.reactivex:rxjava:1.3.8" level="project" />
|
|
|
131
|
+ <orderEntry type="library" name="Maven: com.netflix.ribbon:ribbon-eureka:2.2.5" level="project" />
|
|
|
132
|
+ <orderEntry type="library" name="Maven: com.thoughtworks.xstream:xstream:1.4.10" level="project" />
|
|
|
133
|
+ <orderEntry type="library" name="Maven: xmlpull:xmlpull:1.1.3.1" level="project" />
|
|
|
134
|
+ <orderEntry type="library" name="Maven: xpp3:xpp3_min:1.1.4c" level="project" />
|
|
|
135
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-actuator:2.0.3.RELEASE" level="project" />
|
|
|
136
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-actuator-autoconfigure:2.0.3.RELEASE" level="project" />
|
|
|
137
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-actuator:2.0.3.RELEASE" level="project" />
|
|
|
138
|
+ <orderEntry type="library" name="Maven: io.micrometer:micrometer-core:1.0.5" level="project" />
|
|
|
139
|
+ <orderEntry type="library" name="Maven: org.hdrhistogram:HdrHistogram:2.1.10" level="project" />
|
|
|
140
|
+ <orderEntry type="library" name="Maven: org.latencyutils:LatencyUtils:2.0.3" level="project" />
|
|
|
141
|
+ <orderEntry type="library" name="Maven: mysql:mysql-connector-java:8.0.18" level="project" />
|
|
|
142
|
+ <orderEntry type="library" name="Maven: com.google.protobuf:protobuf-java:3.6.1" level="project" />
|
|
|
143
|
+ <orderEntry type="library" name="Maven: cn.easyproject:ojdbc7:12.1.0.2.0" level="project" />
|
|
|
144
|
+ <orderEntry type="library" name="Maven: org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.0" level="project" />
|
|
|
145
|
+ <orderEntry type="library" name="Maven: org.mybatis.spring.boot:mybatis-spring-boot-autoconfigure:3.0.0" level="project" />
|
|
|
146
|
+ <orderEntry type="library" name="Maven: org.mybatis:mybatis:3.5.11" level="project" />
|
|
|
147
|
+ <orderEntry type="library" name="Maven: org.mybatis:mybatis-spring:3.0.0" level="project" />
|
|
|
148
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-spring-boot-starter:6.4.1" level="project" />
|
|
|
149
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-spring-boot-autoconfigure:6.4.1" level="project" />
|
|
|
150
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-spring-security:6.4.1" level="project" />
|
|
|
151
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-spring-boot-starter-app:6.4.1" level="project" />
|
|
|
152
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-app-engine:6.4.1" level="project" />
|
|
|
153
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-app-engine-api:6.4.1" level="project" />
|
|
|
154
|
+ <orderEntry type="library" name="Maven: com.fasterxml.uuid:java-uuid-generator:3.1.5" level="project" />
|
|
|
155
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-app-engine-spring:6.4.1" level="project" />
|
|
|
156
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-spring-boot-starter-process:6.4.1" level="project" />
|
|
|
157
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-spring:6.4.1" level="project" />
|
|
|
158
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-job-spring-service:6.4.1" level="project" />
|
|
|
159
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-orm:5.0.7.RELEASE" level="project" />
|
|
|
160
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-spring-boot-starter-cmmn:6.4.1" level="project" />
|
|
|
161
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-cmmn-engine:6.4.1" level="project" />
|
|
|
162
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-cmmn-spring:6.4.1" level="project" />
|
|
|
163
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-spring-boot-starter-dmn:6.4.1" level="project" />
|
|
|
164
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-dmn-engine:6.4.1" level="project" />
|
|
|
165
|
+ <orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" />
|
|
|
166
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-dmn-spring:6.4.1" level="project" />
|
|
|
167
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-spring-configurator:6.4.1" level="project" />
|
|
|
168
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-engine-configurator:6.4.1" level="project" />
|
|
|
169
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-cmmn-spring-configurator:6.4.1" level="project" />
|
|
|
170
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-cmmn-engine-configurator:6.4.1" level="project" />
|
|
|
171
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-dmn-spring-configurator:6.4.1" level="project" />
|
|
|
172
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-dmn-engine-configurator:6.4.1" level="project" />
|
|
|
173
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-form-spring-configurator:6.4.1" level="project" />
|
|
|
174
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-form-spring:6.4.1" level="project" />
|
|
|
175
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-form-engine:6.4.1" level="project" />
|
|
|
176
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-form-engine-configurator:6.4.1" level="project" />
|
|
|
177
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-content-spring-configurator:6.4.1" level="project" />
|
|
|
178
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-content-spring:6.4.1" level="project" />
|
|
|
179
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-content-engine:6.4.1" level="project" />
|
|
|
180
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-content-engine-configurator:6.4.1" level="project" />
|
|
|
181
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-idm-spring-configurator:6.4.1" level="project" />
|
|
|
182
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-engine-common:6.4.1" level="project" />
|
|
|
183
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-variable-service-api:6.4.1" level="project" />
|
|
|
184
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-spring-common:6.4.1" level="project" />
|
|
|
185
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-idm-spring:6.4.1" level="project" />
|
|
|
186
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-idm-engine-configurator:6.4.1" level="project" />
|
|
|
187
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-ui-modeler-conf:6.4.1" level="project" />
|
|
|
188
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-ui-modeler-logic:6.4.1" level="project" />
|
|
|
189
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-ui-common:6.4.1" level="project" />
|
|
|
190
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-log4j2:2.0.3.RELEASE" level="project" />
|
|
|
191
|
+ <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-slf4j-impl:2.10.0" level="project" />
|
|
|
192
|
+ <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-core:2.10.0" level="project" />
|
|
|
193
|
+ <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-jul:2.10.0" level="project" />
|
|
|
194
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-process-validation:6.4.1" level="project" />
|
|
|
195
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-image-generator:6.4.1" level="project" />
|
|
|
196
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-cmmn-model:6.4.1" level="project" />
|
|
|
197
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-cmmn-converter:6.4.1" level="project" />
|
|
|
198
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-cmmn-json-converter:6.4.1" level="project" />
|
|
|
199
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-cmmn-image-generator:6.4.1" level="project" />
|
|
|
200
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.9.6" level="project" />
|
|
|
201
|
+ <orderEntry type="library" name="Maven: org.json:json:20171018" level="project" />
|
|
|
202
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-hppc:2.9.6" level="project" />
|
|
|
203
|
+ <orderEntry type="library" name="Maven: com.carrotsearch:hppc:0.7.1" level="project" />
|
|
|
204
|
+ <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.6" level="project" />
|
|
|
205
|
+ <orderEntry type="library" name="Maven: commons-collections:commons-collections:3.2.2" level="project" />
|
|
|
206
|
+ <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpmime:4.5.5" level="project" />
|
|
|
207
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-context-support:5.0.7.RELEASE" level="project" />
|
|
|
208
|
+ <orderEntry type="library" name="Maven: org.springframework.security:spring-security-core:5.0.6.RELEASE" level="project" />
|
|
|
209
|
+ <orderEntry type="library" name="Maven: org.springframework.security:spring-security-config:5.0.6.RELEASE" level="project" />
|
|
|
210
|
+ <orderEntry type="library" name="Maven: org.springframework.security:spring-security-web:5.0.6.RELEASE" level="project" />
|
|
|
211
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-ui-modeler-rest:6.4.1" level="project" />
|
|
|
212
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-idm-api:6.4.1" level="project" />
|
|
|
213
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-bpmn-model:6.4.1" level="project" />
|
|
|
214
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-bpmn-converter:6.4.1" level="project" />
|
|
|
215
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-engine-common-api:6.4.1" level="project" />
|
|
|
216
|
+ <orderEntry type="library" name="Maven: org.slf4j:jcl-over-slf4j:1.7.25" level="project" />
|
|
|
217
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-json-converter:6.4.1" level="project" />
|
|
|
218
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-bpmn-layout:6.4.1" level="project" />
|
|
|
219
|
+ <orderEntry type="library" name="Maven: org.tinyjee.jgraphx:jgraphx:1.10.4.1" level="project" />
|
|
|
220
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-form-model:6.4.1" level="project" />
|
|
|
221
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-form-api:6.4.1" level="project" />
|
|
|
222
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-form-json-converter:6.4.1" level="project" />
|
|
|
223
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-dmn-model:6.4.1" level="project" />
|
|
|
224
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-dmn-xml-converter:6.4.1" level="project" />
|
|
|
225
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-dmn-json-converter:6.4.1" level="project" />
|
|
|
226
|
+ <orderEntry type="library" name="Maven: xerces:xercesImpl:2.12.0" level="project" />
|
|
|
227
|
+ <orderEntry type="library" name="Maven: xml-apis:xml-apis:1.4.01" level="project" />
|
|
|
228
|
+ <orderEntry type="library" name="Maven: org.liquibase:liquibase-core:3.5.5" level="project" />
|
|
|
229
|
+ <orderEntry type="library" name="Maven: commons-io:commons-io:2.6" level="project" />
|
|
|
230
|
+ <orderEntry type="library" name="Maven: org.apache.commons:commons-lang3:3.7" level="project" />
|
|
|
231
|
+ <orderEntry type="library" name="Maven: joda-time:joda-time:2.9.9" level="project" />
|
|
|
232
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-rest:6.4.1" level="project" />
|
|
|
233
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-engine:6.4.1" level="project" />
|
|
|
234
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-variable-service:6.4.1" level="project" />
|
|
|
235
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-identitylink-service:6.4.1" level="project" />
|
|
|
236
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-identitylink-service-api:6.4.1" level="project" />
|
|
|
237
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-entitylink-service:6.4.1" level="project" />
|
|
|
238
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-entitylink-service-api:6.4.1" level="project" />
|
|
|
239
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-task-service:6.4.1" level="project" />
|
|
|
240
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-task-service-api:6.4.1" level="project" />
|
|
|
241
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-job-service:6.4.1" level="project" />
|
|
|
242
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-job-service-api:6.4.1" level="project" />
|
|
|
243
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-idm-engine:6.4.1" level="project" />
|
|
|
244
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-cmmn-api:6.4.1" level="project" />
|
|
|
245
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-dmn-api:6.4.1" level="project" />
|
|
|
246
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-content-api:6.4.1" level="project" />
|
|
|
247
|
+ <orderEntry type="library" name="Maven: org.apache.commons:commons-email:1.5" level="project" />
|
|
|
248
|
+ <orderEntry type="library" name="Maven: com.sun.mail:javax.mail:1.6.1" level="project" />
|
|
|
249
|
+ <orderEntry type="library" name="Maven: javax.activation:activation:1.1" level="project" />
|
|
|
250
|
+ <orderEntry type="library" name="Maven: org.flowable:flowable-common-rest:6.4.1" level="project" />
|
|
|
251
|
+ <orderEntry type="library" name="Maven: javax.annotation:jsr250-api:1.0" level="project" />
|
|
|
252
|
+ <orderEntry type="library" name="Maven: javax.servlet:javax.servlet-api:3.1.0" level="project" />
|
|
|
253
|
+ <orderEntry type="library" name="Maven: io.swagger:swagger-annotations:1.5.21" level="project" />
|
|
|
254
|
+ <orderEntry type="library" name="Maven: io.swagger:swagger-models:1.5.21" level="project" />
|
|
|
255
|
+ <orderEntry type="library" scope="RUNTIME" name="Maven: org.springframework.boot:spring-boot-devtools:2.0.3.RELEASE" level="project" />
|
|
|
256
|
+ <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:2.0.3.RELEASE" level="project" />
|
|
|
257
|
+ <orderEntry type="library" name="Maven: com.github.pagehelper:pagehelper:5.1.4" level="project" />
|
|
|
258
|
+ <orderEntry type="library" name="Maven: com.github.jsqlparser:jsqlparser:1.0" level="project" />
|
|
|
259
|
+ <orderEntry type="library" name="Maven: org.projectlombok:lombok:1.16.22" level="project" />
|
|
|
260
|
+ <orderEntry type="library" name="Maven: io.springfox:springfox-swagger-ui:2.9.2" level="project" />
|
|
|
261
|
+ <orderEntry type="library" name="Maven: io.springfox:springfox-spring-web:2.9.2" level="project" />
|
|
|
262
|
+ <orderEntry type="library" name="Maven: io.springfox:springfox-swagger2:2.9.2" level="project" />
|
|
|
263
|
+ <orderEntry type="library" name="Maven: io.springfox:springfox-spi:2.9.2" level="project" />
|
|
|
264
|
+ <orderEntry type="library" name="Maven: io.springfox:springfox-core:2.9.2" level="project" />
|
|
|
265
|
+ <orderEntry type="library" name="Maven: net.bytebuddy:byte-buddy:1.7.11" level="project" />
|
|
|
266
|
+ <orderEntry type="library" name="Maven: io.springfox:springfox-schema:2.9.2" level="project" />
|
|
|
267
|
+ <orderEntry type="library" name="Maven: io.springfox:springfox-swagger-common:2.9.2" level="project" />
|
|
|
268
|
+ <orderEntry type="library" name="Maven: com.google.guava:guava:20.0" level="project" />
|
|
|
269
|
+ <orderEntry type="library" name="Maven: com.fasterxml:classmate:1.3.4" level="project" />
|
|
|
270
|
+ <orderEntry type="library" name="Maven: org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE" level="project" />
|
|
|
271
|
+ <orderEntry type="library" name="Maven: org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE" level="project" />
|
|
|
272
|
+ <orderEntry type="library" name="Maven: org.mapstruct:mapstruct:1.2.0.Final" level="project" />
|
|
|
273
|
+ <orderEntry type="library" name="Maven: com.opensymphony:xwork-core:2.1.6" level="project" />
|
|
|
274
|
+ <orderEntry type="library" name="Maven: org.springframework:spring-test:5.0.7.RELEASE" level="project" />
|
|
|
275
|
+ <orderEntry type="library" name="Maven: ognl:ognl:2.7.3" level="project" />
|
|
|
276
|
+ <orderEntry type="library" name="Maven: jboss:javassist:3.7.ga" level="project" />
|
|
|
277
|
+ <orderEntry type="library" name="Maven: net.sf.ehcache:ehcache:2.10.5" level="project" />
|
|
|
278
|
+ <orderEntry type="module" module-name="flowable-common" />
|
|
|
279
|
+ <orderEntry type="library" name="Maven: com.unis.springcloud:common:1.0.0" level="project" />
|
|
|
280
|
+ <orderEntry type="library" name="Maven: org.hibernate:hibernate-validator:5.1.0.Final" level="project" />
|
|
|
281
|
+ <orderEntry type="library" name="Maven: commons-beanutils:commons-beanutils:1.9.3" level="project" />
|
|
|
282
|
+ <orderEntry type="library" name="Maven: commons-fileupload:commons-fileupload:1.3.3" level="project" />
|
|
|
283
|
+ <orderEntry type="library" name="Maven: commons-lang:commons-lang:2.6" level="project" />
|
|
|
284
|
+ <orderEntry type="library" name="Maven: org.apache.poi:poi-ooxml:4.0.1" level="project" />
|
|
|
285
|
+ <orderEntry type="library" name="Maven: org.apache.poi:poi:4.0.1" level="project" />
|
|
|
286
|
+ <orderEntry type="library" name="Maven: org.apache.commons:commons-collections4:4.2" level="project" />
|
|
|
287
|
+ <orderEntry type="library" name="Maven: org.apache.commons:commons-math3:3.6.1" level="project" />
|
|
|
288
|
+ <orderEntry type="library" name="Maven: org.apache.poi:poi-ooxml-schemas:4.0.1" level="project" />
|
|
|
289
|
+ <orderEntry type="library" name="Maven: org.apache.xmlbeans:xmlbeans:3.0.2" level="project" />
|
|
|
290
|
+ <orderEntry type="library" name="Maven: org.apache.commons:commons-compress:1.18" level="project" />
|
|
|
291
|
+ <orderEntry type="library" name="Maven: com.github.virtuald:curvesapi:1.05" level="project" />
|
|
|
292
|
+ <orderEntry type="library" name="Maven: io.jsonwebtoken:jjwt:0.9.0" level="project" />
|
|
|
293
|
+ <orderEntry type="library" name="Maven: org.apache.commons:commons-pool2:2.5.0" level="project" />
|
|
|
294
|
+ <orderEntry type="library" name="Maven: net.coobird:thumbnailator:0.4.8" level="project" />
|
|
|
295
|
+ <orderEntry type="library" name="Maven: com.belerweb:pinyin4j:2.5.1" level="project" />
|
|
|
296
|
+ <orderEntry type="library" name="Maven: com.github.pagehelper:pagehelper-spring-boot-starter:2.1.0" level="project" />
|
|
|
297
|
+ <orderEntry type="library" name="Maven: com.github.pagehelper:pagehelper-spring-boot-autoconfigure:2.1.0" level="project" />
|
|
|
298
|
+ <orderEntry type="library" name="Maven: net.sourceforge.jexcelapi:jxl:2.6.12" level="project" />
|
|
|
299
|
+ <orderEntry type="module" module-name="flowable-client" />
|
|
|
300
|
+ <orderEntry type="library" name="Maven: io.github.openfeign.form:feign-form-spring:3.2.2" level="project" />
|
|
|
301
|
+ <orderEntry type="library" name="Maven: io.github.openfeign.form:feign-form:3.2.2" level="project" />
|
|
|
302
|
+ <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-starter-openfeign:2.0.0.RELEASE" level="project" />
|
|
|
303
|
+ <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-openfeign-core:2.0.0.RELEASE" level="project" />
|
|
|
304
|
+ <orderEntry type="library" name="Maven: io.github.openfeign:feign-core:9.5.1" level="project" />
|
|
|
305
|
+ <orderEntry type="library" name="Maven: io.github.openfeign:feign-slf4j:9.5.1" level="project" />
|
|
|
306
|
+ <orderEntry type="library" name="Maven: io.github.openfeign:feign-hystrix:9.5.1" level="project" />
|
|
|
307
|
+ <orderEntry type="library" name="Maven: io.github.openfeign:feign-java8:9.5.1" level="project" />
|
|
13
|
308
|
</component>
|
|
14
|
309
|
</module>
|