|
|
|
|
<?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="Spring" name="Spring">
|
|
|
|
|
<configuration />
|
|
|
|
|
</facet>
|
|
|
|
|
<facet type="web" name="Web">
|
|
|
|
|
<configuration>
|
|
|
|
|
<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/main/java" isTestSource="false" />
|
|
|
|
|
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
|
|
|
|
|
<excludeFolder url="file://$MODULE_DIR$/target" />
|
|
|
|
|
</content>
|
|
|
|
|
<orderEntry type="inheritedJdk" />
|
|
|
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-web:2.1.4.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:2.1.4.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-logging:2.1.4.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: ch.qos.logback:logback-classic:1.2.3" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: ch.qos.logback:logback-core:1.2.3" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-to-slf4j:2.11.2" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-api:2.11.2" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.slf4j:jul-to-slf4j:1.7.26" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: javax.annotation:javax.annotation-api:1.3.2" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="RUNTIME" name="Maven: org.yaml:snakeyaml:1.23" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-json:2.1.4.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-tomcat:2.1.4.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-core:9.0.17" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-el:9.0.17" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-websocket:9.0.17" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.hibernate.validator:hibernate-validator:6.0.16.Final" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: javax.validation:validation-api:2.0.1.Final" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.jboss.logging:jboss-logging:3.3.2.Final" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework:spring-web:5.1.6.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework:spring-beans:5.1.6.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework:spring-webmvc:5.1.6.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework:spring-aop:5.1.6.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework:spring-context:5.1.6.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework:spring-expression:5.1.6.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-actuator:2.1.4.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-actuator-autoconfigure:2.1.4.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-actuator:2.1.4.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: io.micrometer:micrometer-core:1.1.4" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.hdrhistogram:HdrHistogram:2.1.9" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.latencyutils:LatencyUtils:2.0.3" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.mybatis.spring.boot:mybatis-spring-boot-starter:1.3.2" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.mybatis.spring.boot:mybatis-spring-boot-autoconfigure:1.3.2" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.mybatis:mybatis:3.4.6" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.mybatis:mybatis-spring:1.3.2" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.alibaba:druid-spring-boot-starter:1.1.10" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.alibaba:druid:1.1.10" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.26" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-autoconfigure:2.1.4.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: mysql:mysql-connector-java:5.1.47" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-jdbc:2.1.4.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.zaxxer:HikariCP:3.2.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework:spring-jdbc:5.1.6.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework:spring-tx:5.1.6.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="RUNTIME" name="Maven: org.springframework.boot:spring-boot-devtools:2.1.4.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:2.1.4.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.projectlombok:lombok:1.18.8" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-starter-test:2.1.4.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test:2.1.4.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test-autoconfigure:2.1.4.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="TEST" name="Maven: com.jayway.jsonpath:json-path:2.4.0" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="TEST" name="Maven: net.minidev:json-smart:2.3" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="TEST" name="Maven: net.minidev:accessors-smart:1.2" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="TEST" name="Maven: org.ow2.asm:asm:5.0.4" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="TEST" name="Maven: org.assertj:assertj-core:3.11.1" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="TEST" name="Maven: org.mockito:mockito-core:2.23.4" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: net.bytebuddy:byte-buddy:1.9.12" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="TEST" name="Maven: net.bytebuddy:byte-buddy-agent:1.9.12" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="TEST" name="Maven: org.objenesis:objenesis:2.6" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-library:1.3" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="TEST" name="Maven: org.skyscreamer:jsonassert:1.5.0" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="TEST" name="Maven: com.vaadin.external.google:android-json:0.0.20131108.vaadin1" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework:spring-core:5.1.6.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework:spring-jcl:5.1.6.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="TEST" name="Maven: org.springframework:spring-test:5.1.6.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="TEST" name="Maven: org.xmlunit:xmlunit-core:2.6.2" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="TEST" name="Maven: javax.xml.bind:jaxb-api:2.3.1" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="TEST" name="Maven: javax.activation:javax.activation-api:1.2.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: io.springfox:springfox-swagger2:2.9.2" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: io.swagger:swagger-annotations:1.5.20" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: io.swagger:swagger-models:1.5.20" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: io.springfox:springfox-spi:2.9.2" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: io.springfox:springfox-core:2.9.2" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: io.springfox:springfox-schema:2.9.2" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: io.springfox:springfox-swagger-common:2.9.2" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: io.springfox:springfox-spring-web:2.9.2" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.google.guava:guava:20.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.fasterxml:classmate:1.4.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.mapstruct:mapstruct:1.2.0.Final" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: io.springfox:springfox-swagger-ui:2.9.2" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.google.code.gson:gson:2.6.2" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.auth0:java-jwt:3.7.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.9.8" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: commons-codec:commons-codec:1.11" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.2" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="RUNTIME" name="Maven: org.apache.httpcomponents:httpmime:4.5.8" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: commons-net:commons-net:3.1" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-data-redis:2.1.4.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework.data:spring-data-redis:2.1.6.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework.data:spring-data-keyvalue:2.1.6.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework.data:spring-data-commons:2.1.6.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework:spring-oxm:5.1.6.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.springframework:spring-context-support:5.1.6.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: io.lettuce:lettuce-core:5.1.6.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: io.netty:netty-common:4.1.34.Final" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: io.netty:netty-handler:4.1.34.Final" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: io.netty:netty-buffer:4.1.34.Final" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: io.netty:netty-codec:4.1.34.Final" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: io.netty:netty-transport:4.1.34.Final" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: io.netty:netty-resolver:4.1.34.Final" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: io.projectreactor:reactor-core:3.2.8.RELEASE" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.reactivestreams:reactive-streams:1.0.2" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.commons:commons-pool2:2.6.1" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.alibaba:fastjson:1.2.47" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.httpcomponents:httpclient:4.5.12" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.httpcomponents:httpcore:4.4.11" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: commons-httpclient:commons-httpclient:3.1" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: commons-lang:commons-lang:2.3" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.maven.plugins:maven-assembly-plugin:3.0.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.maven:maven-plugin-api:3.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.sonatype.sisu:sisu-inject-plexus:1.4.2" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.sonatype.sisu:sisu-inject-bean:1.4.2" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.sonatype.sisu:sisu-guice:noaop:2.1.7" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.maven:maven-core:3.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.maven:maven-settings:3.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.maven:maven-settings-builder:3.3.9" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.maven:maven-builder-support:3.3.9" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.commons:commons-lang3:3.8.1" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.maven:maven-repository-metadata:3.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.maven:maven-model-builder:3.0" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="RUNTIME" name="Maven: org.apache.maven:maven-aether-provider:3.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.sonatype.aether:aether-impl:1.7" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.sonatype.aether:aether-spi:1.7" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.sonatype.aether:aether-api:1.7" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.sonatype.aether:aether-util:1.7" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.codehaus.plexus:plexus-classworlds:2.2.3" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.codehaus.plexus:plexus-component-annotations:1.5.5" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.sonatype.plexus:plexus-sec-dispatcher:1.3" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.sonatype.plexus:plexus-cipher:1.4" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.maven:maven-artifact:3.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.maven:maven-model:3.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.maven.shared:maven-common-artifact-filters:3.0.1" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.maven.shared:maven-shared-utils:3.1.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.maven.shared:maven-artifact-transfer:0.9.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.codehaus.plexus:plexus-interpolation:1.24" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.codehaus.plexus:plexus-archiver:3.4" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.commons:commons-compress:1.11" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.iq80.snappy:snappy:0.4" level="project" />
|
|
|
|
|
<orderEntry type="library" scope="RUNTIME" name="Maven: org.tukaani:xz:1.5" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.maven.shared:file-management:3.0.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.maven.shared:maven-shared-io:3.0.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.maven:maven-compat:3.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.maven.wagon:wagon-provider-api:2.10" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: commons-io:commons-io:2.5" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.maven.shared:maven-filtering:3.1.1" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.sonatype.plexus:plexus-build-api:0.0.7" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.codehaus.plexus:plexus-io:2.7.1" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.apache.maven:maven-archiver:3.1.1" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.codehaus.plexus:plexus-utils:3.0.24" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.aliyun.oss:aliyun-sdk-oss:3.6.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.jdom:jdom:1.1" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: org.codehaus.jettison:jettison:1.1" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: stax:stax-api:1.0.1" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.aliyun:aliyun-java-sdk-core:3.4.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.aliyun:aliyun-java-sdk-ram:3.0.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.aliyun:aliyun-java-sdk-sts:3.0.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.aliyun:aliyun-java-sdk-ecs:4.2.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: io.minio:minio:8.0.3" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.carrotsearch.thirdparty:simple-xml-safe:2.7.1" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.squareup.okhttp3:okhttp:3.8.1" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.squareup.okio:okio:1.13.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.9.0" level="project" />
|
|
|
|
|
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.9.8" level="project" />
|
|
|
|
|
</component>
|
|
|
|
|
</module>
|