| @@ -0,0 +1,8 @@ | |||||
| # Default ignored files | |||||
| /shelf/ | |||||
| /workspace.xml | |||||
| # Datasource local storage ignored files | |||||
| /../../../../../:\javaResource\yuexiu-secp-v1.0\yuexiu-secp-v1.0\.idea/dataSources/ | |||||
| /dataSources.local.xml | |||||
| # Editor-based HTTP Client requests | |||||
| /httpRequests/ | |||||
| @@ -0,0 +1,50 @@ | |||||
| <?xml version="1.0" encoding="UTF-8"?> | |||||
| <project version="4"> | |||||
| <component name="CompilerConfiguration"> | |||||
| <annotationProcessing> | |||||
| <profile name="Maven default annotation processors profile" enabled="true"> | |||||
| <sourceOutputDir name="target/generated-sources/annotations" /> | |||||
| <sourceTestOutputDir name="target/generated-test-sources/test-annotations" /> | |||||
| <outputRelativeToContentRoot value="true" /> | |||||
| <module name="1069-yuexiu-registration-model-mybatis" /> | |||||
| <module name="1067-yuexiu-task-model-mybatis" /> | |||||
| <module name="1068-yexiu-read-model-mybatis" /> | |||||
| <module name="2069-yuexiu-registration-api" /> | |||||
| <module name="2067-yuexiu-task-api" /> | |||||
| <module name="2068-yexiu-read-api" /> | |||||
| <module name="2068-yexiu-read-application" /> | |||||
| <module name="2069-yuexiu-registration-application" /> | |||||
| <module name="2067-yuexiu-task-application" /> | |||||
| </profile> | |||||
| </annotationProcessing> | |||||
| <bytecodeTargetLevel> | |||||
| <module name="1067-yuexiu-task-model-mybatis" target="1.8" /> | |||||
| <module name="1068-yexiu-read-model-mybatis" target="1.8" /> | |||||
| <module name="1069-yuexiu-registration-model-mybatis" target="1.8" /> | |||||
| <module name="1069-yuexiu-registration-mybatis" target="1.8" /> | |||||
| <module name="2067-yuexiu-task-api" target="1.8" /> | |||||
| <module name="2067-yuexiu-task-application" target="1.8" /> | |||||
| <module name="2068-yexiu-read-api" target="1.8" /> | |||||
| <module name="2068-yexiu-read-application" target="1.8" /> | |||||
| <module name="2069-yuexiu-registration-api" target="1.8" /> | |||||
| <module name="2069-yuexiu-registration-application" target="1.8" /> | |||||
| <module name="2069-yuexiu-registration-mybatis" target="1.8" /> | |||||
| <module name="yuexiu-secp-v1.0" target="1.8" /> | |||||
| </bytecodeTargetLevel> | |||||
| </component> | |||||
| <component name="JavacSettings"> | |||||
| <option name="ADDITIONAL_OPTIONS_OVERRIDE"> | |||||
| <module name="1067-yuexiu-task-model-mybatis" options="-parameters -parameters" /> | |||||
| <module name="1068-yexiu-read-model-mybatis" options="-parameters -parameters" /> | |||||
| <module name="1069-yuexiu-registration-model-mybatis" options="-parameters -parameters" /> | |||||
| <module name="1069-yuexiu-registration-mybatis" options="-parameters -parameters" /> | |||||
| <module name="2067-yuexiu-task-api" options="-parameters -parameters" /> | |||||
| <module name="2067-yuexiu-task-application" options="-parameters" /> | |||||
| <module name="2068-yexiu-read-api" options="-parameters -parameters" /> | |||||
| <module name="2068-yexiu-read-application" options="-parameters" /> | |||||
| <module name="2069-yuexiu-registration-api" options="-parameters" /> | |||||
| <module name="2069-yuexiu-registration-application" options="-parameters" /> | |||||
| <module name="2069-yuexiu-registration-mybatis" options="-parameters" /> | |||||
| </option> | |||||
| </component> | |||||
| </project> | |||||
| @@ -0,0 +1,12 @@ | |||||
| <?xml version="1.0" encoding="UTF-8"?> | |||||
| <project version="4"> | |||||
| <component name="DataSourceManagerImpl" format="xml" multifile-model="true"> | |||||
| <data-source source="LOCAL" name="articledb@127.0.0.1" uuid="7cb494f2-0bcf-46e6-ab97-4fbaa8ce7014"> | |||||
| <driver-ref>mongo</driver-ref> | |||||
| <synchronize>true</synchronize> | |||||
| <jdbc-driver>com.dbschema.MongoJdbcDriver</jdbc-driver> | |||||
| <jdbc-url>mongodb://127.0.0.1:27017/articledb</jdbc-url> | |||||
| <working-dir>$ProjectFileDir$</working-dir> | |||||
| </data-source> | |||||
| </component> | |||||
| </project> | |||||
| @@ -0,0 +1,47 @@ | |||||
| <?xml version="1.0" encoding="UTF-8"?> | |||||
| <dataSource name="articledb@127.0.0.1"> | |||||
| <database-model serializer="dbm" dbms="MONGO" family-id="MONGO" format-version="4.20"> | |||||
| <root id="1"> | |||||
| <ServerVersion>4.0.5</ServerVersion> | |||||
| </root> | |||||
| <schema id="2" parent="1" name="admin"/> | |||||
| <schema id="3" parent="1" name="articledb"> | |||||
| <Current>1</Current> | |||||
| </schema> | |||||
| <schema id="4" parent="1" name="config"/> | |||||
| <schema id="5" parent="1" name="local"/> | |||||
| <schema id="6" parent="1" name="test"/> | |||||
| <table id="7" parent="3" name="comment"/> | |||||
| <column id="8" parent="7" name="_id"> | |||||
| <DataType>String(0)|12s</DataType> | |||||
| </column> | |||||
| <column id="9" parent="7" name="articleid"> | |||||
| <Position>1</Position> | |||||
| <DataType>String(0)|12s</DataType> | |||||
| </column> | |||||
| <column id="10" parent="7" name="content"> | |||||
| <Position>2</Position> | |||||
| <DataType>String(0)|12s</DataType> | |||||
| </column> | |||||
| <column id="11" parent="7" name="createdatetime"> | |||||
| <Position>3</Position> | |||||
| <DataType>Date(0)|91s</DataType> | |||||
| </column> | |||||
| <column id="12" parent="7" name="likenum"> | |||||
| <Position>4</Position> | |||||
| <DataType>Integer|4s</DataType> | |||||
| </column> | |||||
| <column id="13" parent="7" name="nickname"> | |||||
| <Position>5</Position> | |||||
| <DataType>String(0)|12s</DataType> | |||||
| </column> | |||||
| <column id="14" parent="7" name="state"> | |||||
| <Position>6</Position> | |||||
| <DataType>String(0)|12s</DataType> | |||||
| </column> | |||||
| <column id="15" parent="7" name="userid"> | |||||
| <Position>7</Position> | |||||
| <DataType>String(0)|12s</DataType> | |||||
| </column> | |||||
| </database-model> | |||||
| </dataSource> | |||||
| @@ -0,0 +1,2 @@ | |||||
| #n:articledb | |||||
| !<md> [null, 0, null, null, -2147483648, -2147483648] | |||||
| @@ -0,0 +1,15 @@ | |||||
| <?xml version="1.0" encoding="UTF-8"?> | |||||
| <project version="4"> | |||||
| <component name="Encoding" native2AsciiForPropertiesFiles="true" defaultCharsetForPropertiesFiles="UTF-8"> | |||||
| <file url="file://$PROJECT_DIR$/1067-yuexiu-task-model-mybatis/src/main/java" charset="UTF-8" /> | |||||
| <file url="file://$PROJECT_DIR$/1068-yexiu-read-model-mybatis/src/main/java" charset="UTF-8" /> | |||||
| <file url="file://$PROJECT_DIR$/1069-yuexiu-registration-model-mybatis/src/main/java" charset="UTF-8" /> | |||||
| <file url="file://$PROJECT_DIR$/2067-yuexiu-task-api/src/main/java" charset="UTF-8" /> | |||||
| <file url="file://$PROJECT_DIR$/2067-yuexiu-task-application/src/main/java" charset="UTF-8" /> | |||||
| <file url="file://$PROJECT_DIR$/2068-yexiu-read-api/src/main/java" charset="UTF-8" /> | |||||
| <file url="file://$PROJECT_DIR$/2068-yexiu-read-application/src/main/java" charset="UTF-8" /> | |||||
| <file url="file://$PROJECT_DIR$/2069-yuexiu-registration-api/src/main/java" charset="UTF-8" /> | |||||
| <file url="file://$PROJECT_DIR$/2069-yuexiu-registration-application/src/main/java" charset="UTF-8" /> | |||||
| <file url="PROJECT" charset="UTF-8" /> | |||||
| </component> | |||||
| </project> | |||||
| @@ -0,0 +1,30 @@ | |||||
| <?xml version="1.0" encoding="UTF-8"?> | |||||
| <project version="4"> | |||||
| <component name="RemoteRepositoriesConfiguration"> | |||||
| <remote-repository> | |||||
| <option name="id" value="central" /> | |||||
| <option name="name" value="Central Repository" /> | |||||
| <option name="url" value="http://maven.aliyun.com/nexus/content/groups/public/" /> | |||||
| </remote-repository> | |||||
| <remote-repository> | |||||
| <option name="id" value="myRepository" /> | |||||
| <option name="name" value="local private nexus" /> | |||||
| <option name="url" value="http://139.159.227.77:8081/nexus/content/repositories/thirdparty/" /> | |||||
| </remote-repository> | |||||
| <remote-repository> | |||||
| <option name="id" value="myRepository" /> | |||||
| <option name="name" value="local private nexus" /> | |||||
| <option name="url" value="http://139.159.227.77:8083/nexus/repository/maven-public/" /> | |||||
| </remote-repository> | |||||
| <remote-repository> | |||||
| <option name="id" value="central" /> | |||||
| <option name="name" value="Maven Central repository" /> | |||||
| <option name="url" value="https://repo1.maven.org/maven2" /> | |||||
| </remote-repository> | |||||
| <remote-repository> | |||||
| <option name="id" value="jboss.community" /> | |||||
| <option name="name" value="JBoss Community repository" /> | |||||
| <option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" /> | |||||
| </remote-repository> | |||||
| </component> | |||||
| </project> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: antlr:antlr:2.7.7"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/antlr/antlr/2.7.7/antlr-2.7.7.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/antlr/antlr/2.7.7/antlr-2.7.7-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/antlr/antlr/2.7.7/antlr-2.7.7-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: aopalliance:aopalliance:1.0"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/aopalliance/aopalliance/1.0/aopalliance-1.0.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/aopalliance/aopalliance/1.0/aopalliance-1.0-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: ch.ethz.ganymed:ganymed-ssh2:build210"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: ch.qos.logback:logback-classic:1.2.3"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: ch.qos.logback:logback-core:1.2.3"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: cn.hutool:hutool-all:5.6.5"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/cn/hutool/hutool-all/5.6.5/hutool-all-5.6.5.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/cn/hutool/hutool-all/5.6.5/hutool-all-5.6.5-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/cn/hutool/hutool-all/5.6.5/hutool-all-5.6.5-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.alibaba.cloud:spring-cloud-alibaba-sentinel-datasource:2.0.2.RELEASE"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/cloud/spring-cloud-alibaba-sentinel-datasource/2.0.2.RELEASE/spring-cloud-alibaba-sentinel-datasource-2.0.2.RELEASE.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/cloud/spring-cloud-alibaba-sentinel-datasource/2.0.2.RELEASE/spring-cloud-alibaba-sentinel-datasource-2.0.2.RELEASE-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/cloud/spring-cloud-alibaba-sentinel-datasource/2.0.2.RELEASE/spring-cloud-alibaba-sentinel-datasource-2.0.2.RELEASE-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.alibaba.cloud:spring-cloud-starter-alibaba-nacos-discovery:2.0.2.RELEASE"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/cloud/spring-cloud-starter-alibaba-nacos-discovery/2.0.2.RELEASE/spring-cloud-starter-alibaba-nacos-discovery-2.0.2.RELEASE.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/cloud/spring-cloud-starter-alibaba-nacos-discovery/2.0.2.RELEASE/spring-cloud-starter-alibaba-nacos-discovery-2.0.2.RELEASE-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/cloud/spring-cloud-starter-alibaba-nacos-discovery/2.0.2.RELEASE/spring-cloud-starter-alibaba-nacos-discovery-2.0.2.RELEASE-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.alibaba.cloud:spring-cloud-starter-alibaba-sentinel:2.0.2.RELEASE"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/cloud/spring-cloud-starter-alibaba-sentinel/2.0.2.RELEASE/spring-cloud-starter-alibaba-sentinel-2.0.2.RELEASE.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/cloud/spring-cloud-starter-alibaba-sentinel/2.0.2.RELEASE/spring-cloud-starter-alibaba-sentinel-2.0.2.RELEASE-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/cloud/spring-cloud-starter-alibaba-sentinel/2.0.2.RELEASE/spring-cloud-starter-alibaba-sentinel-2.0.2.RELEASE-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.alibaba.csp:sentinel-annotation-aspectj:1.7.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-annotation-aspectj/1.7.1/sentinel-annotation-aspectj-1.7.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-annotation-aspectj/1.7.1/sentinel-annotation-aspectj-1.7.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-annotation-aspectj/1.7.1/sentinel-annotation-aspectj-1.7.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.alibaba.csp:sentinel-cluster-client-default:1.7.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-cluster-client-default/1.7.1/sentinel-cluster-client-default-1.7.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-cluster-client-default/1.7.1/sentinel-cluster-client-default-1.7.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-cluster-client-default/1.7.1/sentinel-cluster-client-default-1.7.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.alibaba.csp:sentinel-cluster-common-default:1.7.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-cluster-common-default/1.7.1/sentinel-cluster-common-default-1.7.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-cluster-common-default/1.7.1/sentinel-cluster-common-default-1.7.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-cluster-common-default/1.7.1/sentinel-cluster-common-default-1.7.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.alibaba.csp:sentinel-cluster-server-default:1.7.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-cluster-server-default/1.7.1/sentinel-cluster-server-default-1.7.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-cluster-server-default/1.7.1/sentinel-cluster-server-default-1.7.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-cluster-server-default/1.7.1/sentinel-cluster-server-default-1.7.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.alibaba.csp:sentinel-core:1.7.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-core/1.7.1/sentinel-core-1.7.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-core/1.7.1/sentinel-core-1.7.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-core/1.7.1/sentinel-core-1.7.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.alibaba.csp:sentinel-datasource-apollo:1.7.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-datasource-apollo/1.7.1/sentinel-datasource-apollo-1.7.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-datasource-apollo/1.7.1/sentinel-datasource-apollo-1.7.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-datasource-apollo/1.7.1/sentinel-datasource-apollo-1.7.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.alibaba.csp:sentinel-datasource-extension:1.7.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-datasource-extension/1.7.1/sentinel-datasource-extension-1.7.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-datasource-extension/1.7.1/sentinel-datasource-extension-1.7.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-datasource-extension/1.7.1/sentinel-datasource-extension-1.7.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.alibaba.csp:sentinel-parameter-flow-control:1.7.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-parameter-flow-control/1.7.1/sentinel-parameter-flow-control-1.7.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-parameter-flow-control/1.7.1/sentinel-parameter-flow-control-1.7.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-parameter-flow-control/1.7.1/sentinel-parameter-flow-control-1.7.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.alibaba.csp:sentinel-reactor-adapter:1.7.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-reactor-adapter/1.7.1/sentinel-reactor-adapter-1.7.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-reactor-adapter/1.7.1/sentinel-reactor-adapter-1.7.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-reactor-adapter/1.7.1/sentinel-reactor-adapter-1.7.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.alibaba.csp:sentinel-spring-webflux-adapter:1.7.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-spring-webflux-adapter/1.7.1/sentinel-spring-webflux-adapter-1.7.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-spring-webflux-adapter/1.7.1/sentinel-spring-webflux-adapter-1.7.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-spring-webflux-adapter/1.7.1/sentinel-spring-webflux-adapter-1.7.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.alibaba.csp:sentinel-spring-webmvc-adapter:1.7.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-spring-webmvc-adapter/1.7.1/sentinel-spring-webmvc-adapter-1.7.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-spring-webmvc-adapter/1.7.1/sentinel-spring-webmvc-adapter-1.7.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-spring-webmvc-adapter/1.7.1/sentinel-spring-webmvc-adapter-1.7.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.alibaba.csp:sentinel-transport-common:1.7.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-transport-common/1.7.1/sentinel-transport-common-1.7.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-transport-common/1.7.1/sentinel-transport-common-1.7.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-transport-common/1.7.1/sentinel-transport-common-1.7.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.alibaba.csp:sentinel-transport-simple-http:1.7.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-transport-simple-http/1.7.1/sentinel-transport-simple-http-1.7.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-transport-simple-http/1.7.1/sentinel-transport-simple-http-1.7.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/csp/sentinel-transport-simple-http/1.7.1/sentinel-transport-simple-http-1.7.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.alibaba:druid:1.2.6"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/druid/1.2.6/druid-1.2.6.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/druid/1.2.6/druid-1.2.6-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/druid/1.2.6/druid-1.2.6-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.alibaba:fastjson:1.2.60"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/fastjson/1.2.60/fastjson-1.2.60.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/fastjson/1.2.60/fastjson-1.2.60-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/fastjson/1.2.60/fastjson-1.2.60-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.alibaba.nacos:nacos-api:1.2.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/nacos/nacos-api/1.2.1/nacos-api-1.2.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/nacos/nacos-api/1.2.1/nacos-api-1.2.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/nacos/nacos-api/1.2.1/nacos-api-1.2.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.alibaba.nacos:nacos-client:1.2.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/nacos/nacos-client/1.2.1/nacos-client-1.2.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/nacos/nacos-client/1.2.1/nacos-client-1.2.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/nacos/nacos-client/1.2.1/nacos-client-1.2.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.alibaba.nacos:nacos-common:1.2.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/nacos/nacos-common/1.2.1/nacos-common-1.2.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/nacos/nacos-common/1.2.1/nacos-common-1.2.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/nacos/nacos-common/1.2.1/nacos-common-1.2.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.alibaba.spring:spring-context-support:1.0.6"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/spring/spring-context-support/1.0.6/spring-context-support-1.0.6.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/spring/spring-context-support/1.0.6/spring-context-support-1.0.6-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/spring/spring-context-support/1.0.6/spring-context-support-1.0.6-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.aliyun.oss:aliyun-sdk-oss:2.8.3"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/aliyun/oss/aliyun-sdk-oss/2.8.3/aliyun-sdk-oss-2.8.3.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/aliyun/oss/aliyun-sdk-oss/2.8.3/aliyun-sdk-oss-2.8.3-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/aliyun/oss/aliyun-sdk-oss/2.8.3/aliyun-sdk-oss-2.8.3-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.auth0:java-jwt:3.3.0"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/auth0/java-jwt/3.3.0/java-jwt-3.3.0.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/auth0/java-jwt/3.3.0/java-jwt-3.3.0-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/auth0/java-jwt/3.3.0/java-jwt-3.3.0-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.baomidou:mybatis-plus:3.3.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus/3.3.1/mybatis-plus-3.3.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus/3.3.1/mybatis-plus-3.3.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus/3.3.1/mybatis-plus-3.3.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.baomidou:mybatis-plus-annotation:3.3.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-annotation/3.3.1/mybatis-plus-annotation-3.3.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-annotation/3.3.1/mybatis-plus-annotation-3.3.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-annotation/3.3.1/mybatis-plus-annotation-3.3.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.baomidou:mybatis-plus-boot-starter:3.3.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-boot-starter/3.3.1/mybatis-plus-boot-starter-3.3.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-boot-starter/3.3.1/mybatis-plus-boot-starter-3.3.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-boot-starter/3.3.1/mybatis-plus-boot-starter-3.3.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.baomidou:mybatis-plus-core:3.3.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-core/3.3.1/mybatis-plus-core-3.3.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-core/3.3.1/mybatis-plus-core-3.3.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-core/3.3.1/mybatis-plus-core-3.3.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.baomidou:mybatis-plus-extension:3.3.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-extension/3.3.1/mybatis-plus-extension-3.3.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-extension/3.3.1/mybatis-plus-extension-3.3.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-extension/3.3.1/mybatis-plus-extension-3.3.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.baomidou:mybatis-plus-generator:3.3.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-generator/3.3.1/mybatis-plus-generator-3.3.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-generator/3.3.1/mybatis-plus-generator-3.3.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-generator/3.3.1/mybatis-plus-generator-3.3.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.belerweb:pinyin4j:2.5.0"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/belerweb/pinyin4j/2.5.0/pinyin4j-2.5.0.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/belerweb/pinyin4j/2.5.0/pinyin4j-2.5.0-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/belerweb/pinyin4j/2.5.0/pinyin4j-2.5.0-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.ctrip.framework.apollo:apollo-client:1.4.0"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/ctrip/framework/apollo/apollo-client/1.4.0/apollo-client-1.4.0.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/ctrip/framework/apollo/apollo-client/1.4.0/apollo-client-1.4.0-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/ctrip/framework/apollo/apollo-client/1.4.0/apollo-client-1.4.0-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.ctrip.framework.apollo:apollo-client:1.5.0"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/ctrip/framework/apollo/apollo-client/1.5.0/apollo-client-1.5.0.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/ctrip/framework/apollo/apollo-client/1.5.0/apollo-client-1.5.0-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/ctrip/framework/apollo/apollo-client/1.5.0/apollo-client-1.5.0-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.ctrip.framework.apollo:apollo-core:1.4.0"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/ctrip/framework/apollo/apollo-core/1.4.0/apollo-core-1.4.0.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/ctrip/framework/apollo/apollo-core/1.4.0/apollo-core-1.4.0-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/ctrip/framework/apollo/apollo-core/1.4.0/apollo-core-1.4.0-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.ctrip.framework.apollo:apollo-core:1.5.0"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/ctrip/framework/apollo/apollo-core/1.5.0/apollo-core-1.5.0.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/ctrip/framework/apollo/apollo-core/1.5.0/apollo-core-1.5.0-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/ctrip/framework/apollo/apollo-core/1.5.0/apollo-core-1.5.0-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.fasterxml:classmate:1.3.4"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/classmate/1.3.4/classmate-1.3.4-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/classmate/1.3.4/classmate-1.3.4-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.9.0"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.fasterxml.jackson.core:jackson-core:2.9.8"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-core/2.9.8/jackson-core-2.9.8.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-core/2.9.8/jackson-core-2.9.8-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-core/2.9.8/jackson-core-2.9.8-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.fasterxml.jackson.core:jackson-databind:2.9.10.7"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-databind/2.9.10.7/jackson-databind-2.9.10.7.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-databind/2.9.10.7/jackson-databind-2.9.10.7-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-databind/2.9.10.7/jackson-databind-2.9.10.7-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.8"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.9.8/jackson-dataformat-xml-2.9.8.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.9.8/jackson-dataformat-xml-2.9.8-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.9.8/jackson-dataformat-xml-2.9.8-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.9.8/jackson-datatype-jdk8-2.9.8.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.9.8/jackson-datatype-jdk8-2.9.8-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.9.8/jackson-datatype-jdk8-2.9.8-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.9.8/jackson-datatype-jsr310-2.9.8.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.9.8/jackson-datatype-jsr310-2.9.8-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.9.8/jackson-datatype-jsr310-2.9.8-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.fasterxml.jackson.module:jackson-module-afterburner:2.9.8"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-afterburner/2.9.8/jackson-module-afterburner-2.9.8.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-afterburner/2.9.8/jackson-module-afterburner-2.9.8-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-afterburner/2.9.8/jackson-module-afterburner-2.9.8-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.9.8"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.8/jackson-module-jaxb-annotations-2.9.8.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.8/jackson-module-jaxb-annotations-2.9.8-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.8/jackson-module-jaxb-annotations-2.9.8-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-parameter-names/2.9.8/jackson-module-parameter-names-2.9.8.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-parameter-names/2.9.8/jackson-module-parameter-names-2.9.8-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-parameter-names/2.9.8/jackson-module-parameter-names-2.9.8-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.fasterxml.woodstox:woodstox-core:5.0.3"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.github.ben-manes.caffeine:caffeine:2.6.2"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/github/ben-manes/caffeine/caffeine/2.6.2/caffeine-2.6.2.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/github/ben-manes/caffeine/caffeine/2.6.2/caffeine-2.6.2-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/github/ben-manes/caffeine/caffeine/2.6.2/caffeine-2.6.2-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.github.jsqlparser:jsqlparser:3.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/github/jsqlparser/jsqlparser/3.1/jsqlparser-3.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/github/jsqlparser/jsqlparser/3.1/jsqlparser-3.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/github/jsqlparser/jsqlparser/3.1/jsqlparser-3.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.github.mifmif:generex:1.0.2"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/github/mifmif/generex/1.0.2/generex-1.0.2.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/github/mifmif/generex/1.0.2/generex-1.0.2-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/github/mifmif/generex/1.0.2/generex-1.0.2-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.github.virtuald:curvesapi:1.04"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/github/virtuald/curvesapi/1.04/curvesapi-1.04.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/github/virtuald/curvesapi/1.04/curvesapi-1.04-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/github/virtuald/curvesapi/1.04/curvesapi-1.04-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.google.code.findbugs:annotations:3.0.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/code/findbugs/annotations/3.0.1/annotations-3.0.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/code/findbugs/annotations/3.0.1/annotations-3.0.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/code/findbugs/annotations/3.0.1/annotations-3.0.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.google.code.findbugs:jsr305:3.0.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.google.code.gson:gson:2.8.5"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.8.5/gson-2.8.5-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.8.5/gson-2.8.5-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.google.guava:guava:16.0"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/16.0/guava-16.0.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/16.0/guava-16.0-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/16.0/guava-16.0-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.google.guava:guava:19.0"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/19.0/guava-19.0.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/19.0/guava-19.0-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/19.0/guava-19.0-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.google.guava:guava:20.0"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/20.0/guava-20.0.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/20.0/guava-20.0-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/20.0/guava-20.0-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.google.guava:guava:21.0"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/21.0/guava-21.0.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/21.0/guava-21.0-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/21.0/guava-21.0-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.google.inject:guice:4.1.0"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/inject/guice/4.1.0/guice-4.1.0.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/inject/guice/4.1.0/guice-4.1.0-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/google/inject/guice/4.1.0/guice-4.1.0-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.2/concurrentlinkedhashmap-lru-1.4.2.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.2/concurrentlinkedhashmap-lru-1.4.2-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.2/concurrentlinkedhashmap-lru-1.4.2-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.googlecode.json-simple:json-simple:1.1.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.itextpdf:itext-asian:5.2.0"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/itextpdf/itext-asian/5.2.0/itext-asian-5.2.0.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/itextpdf/itext-asian/5.2.0/itext-asian-5.2.0-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/itextpdf/itext-asian/5.2.0/itext-asian-5.2.0-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.itextpdf:itextpdf:5.4.3"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/itextpdf/itextpdf/5.4.3/itextpdf-5.4.3.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/itextpdf/itextpdf/5.4.3/itextpdf-5.4.3-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/itextpdf/itextpdf/5.4.3/itextpdf-5.4.3-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.nepxion:banner:1.0.2"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/banner/1.0.2/banner-1.0.2.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/banner/1.0.2/banner-1.0.2-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/banner/1.0.2/banner-1.0.2-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.nepxion:discovery-common:6.0.6"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/discovery-common/6.0.6/discovery-common-6.0.6.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/discovery-common/6.0.6/discovery-common-6.0.6-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/discovery-common/6.0.6/discovery-common-6.0.6-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.nepxion:discovery-plugin-admin-center:6.0.6"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/discovery-plugin-admin-center/6.0.6/discovery-plugin-admin-center-6.0.6.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/discovery-plugin-admin-center/6.0.6/discovery-plugin-admin-center-6.0.6-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/discovery-plugin-admin-center/6.0.6/discovery-plugin-admin-center-6.0.6-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.nepxion:discovery-plugin-config-center:6.0.6"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/discovery-plugin-config-center/6.0.6/discovery-plugin-config-center-6.0.6.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/discovery-plugin-config-center/6.0.6/discovery-plugin-config-center-6.0.6-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/discovery-plugin-config-center/6.0.6/discovery-plugin-config-center-6.0.6-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.nepxion:discovery-plugin-framework:6.0.6"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/discovery-plugin-framework/6.0.6/discovery-plugin-framework-6.0.6.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/discovery-plugin-framework/6.0.6/discovery-plugin-framework-6.0.6-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/discovery-plugin-framework/6.0.6/discovery-plugin-framework-6.0.6-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.nepxion:discovery-plugin-framework-nacos:6.0.6"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/discovery-plugin-framework-nacos/6.0.6/discovery-plugin-framework-nacos-6.0.6.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/discovery-plugin-framework-nacos/6.0.6/discovery-plugin-framework-nacos-6.0.6-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/discovery-plugin-framework-nacos/6.0.6/discovery-plugin-framework-nacos-6.0.6-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.nepxion:discovery-plugin-starter-nacos:6.0.6"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/discovery-plugin-starter-nacos/6.0.6/discovery-plugin-starter-nacos-6.0.6.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/discovery-plugin-starter-nacos/6.0.6/discovery-plugin-starter-nacos-6.0.6-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/discovery-plugin-starter-nacos/6.0.6/discovery-plugin-starter-nacos-6.0.6-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.nepxion:eventbus-aop:2.0.12"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/eventbus-aop/2.0.12/eventbus-aop-2.0.12.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/eventbus-aop/2.0.12/eventbus-aop-2.0.12-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/eventbus-aop/2.0.12/eventbus-aop-2.0.12-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.nepxion:eventbus-aop-starter:2.0.12"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/eventbus-aop-starter/2.0.12/eventbus-aop-starter-2.0.12.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/eventbus-aop-starter/2.0.12/eventbus-aop-starter-2.0.12-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/eventbus-aop-starter/2.0.12/eventbus-aop-starter-2.0.12-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.nepxion:matrix-aop:2.0.7"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/matrix-aop/2.0.7/matrix-aop-2.0.7.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/matrix-aop/2.0.7/matrix-aop-2.0.7-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/matrix-aop/2.0.7/matrix-aop-2.0.7-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.nepxion:matrix-aop-starter:2.0.7"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/matrix-aop-starter/2.0.7/matrix-aop-starter-2.0.7.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/matrix-aop-starter/2.0.7/matrix-aop-starter-2.0.7-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/nepxion/matrix-aop-starter/2.0.7/matrix-aop-starter-2.0.7-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.netflix.archaius:archaius-core:0.7.6"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/archaius/archaius-core/0.7.6/archaius-core-0.7.6.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/archaius/archaius-core/0.7.6/archaius-core-0.7.6-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/archaius/archaius-core/0.7.6/archaius-core-0.7.6-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.netflix.hystrix:hystrix-core:1.5.12"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/hystrix/hystrix-core/1.5.12/hystrix-core-1.5.12.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/hystrix/hystrix-core/1.5.12/hystrix-core-1.5.12-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/hystrix/hystrix-core/1.5.12/hystrix-core-1.5.12-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.netflix.hystrix:hystrix-javanica:1.5.12"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/hystrix/hystrix-javanica/1.5.12/hystrix-javanica-1.5.12.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/hystrix/hystrix-javanica/1.5.12/hystrix-javanica-1.5.12-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/hystrix/hystrix-javanica/1.5.12/hystrix-javanica-1.5.12-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.netflix.hystrix:hystrix-metrics-event-stream:1.5.12"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/hystrix/hystrix-metrics-event-stream/1.5.12/hystrix-metrics-event-stream-1.5.12.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/hystrix/hystrix-metrics-event-stream/1.5.12/hystrix-metrics-event-stream-1.5.12-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/hystrix/hystrix-metrics-event-stream/1.5.12/hystrix-metrics-event-stream-1.5.12-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.netflix.hystrix:hystrix-serialization:1.5.12"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/hystrix/hystrix-serialization/1.5.12/hystrix-serialization-1.5.12.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/hystrix/hystrix-serialization/1.5.12/hystrix-serialization-1.5.12-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/hystrix/hystrix-serialization/1.5.12/hystrix-serialization-1.5.12-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.netflix.netflix-commons:netflix-commons-util:0.3.0"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/netflix-commons/netflix-commons-util/0.3.0/netflix-commons-util-0.3.0.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/netflix-commons/netflix-commons-util/0.3.0/netflix-commons-util-0.3.0-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/netflix-commons/netflix-commons-util/0.3.0/netflix-commons-util-0.3.0-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.netflix.netflix-commons:netflix-statistics:0.1.1"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/netflix-commons/netflix-statistics/0.1.1/netflix-statistics-0.1.1.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/netflix-commons/netflix-statistics/0.1.1/netflix-statistics-0.1.1-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/netflix-commons/netflix-statistics/0.1.1/netflix-statistics-0.1.1-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.netflix.ribbon:ribbon:2.2.5"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/ribbon/ribbon/2.2.5/ribbon-2.2.5.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/ribbon/ribbon/2.2.5/ribbon-2.2.5-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/ribbon/ribbon/2.2.5/ribbon-2.2.5-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.netflix.ribbon:ribbon-core:2.2.5"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/ribbon/ribbon-core/2.2.5/ribbon-core-2.2.5.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/ribbon/ribbon-core/2.2.5/ribbon-core-2.2.5-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/ribbon/ribbon-core/2.2.5/ribbon-core-2.2.5-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.netflix.ribbon:ribbon-httpclient:2.2.5"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/ribbon/ribbon-httpclient/2.2.5/ribbon-httpclient-2.2.5.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/ribbon/ribbon-httpclient/2.2.5/ribbon-httpclient-2.2.5-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/ribbon/ribbon-httpclient/2.2.5/ribbon-httpclient-2.2.5-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.netflix.ribbon:ribbon-loadbalancer:2.2.5"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/ribbon/ribbon-loadbalancer/2.2.5/ribbon-loadbalancer-2.2.5.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/ribbon/ribbon-loadbalancer/2.2.5/ribbon-loadbalancer-2.2.5-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/ribbon/ribbon-loadbalancer/2.2.5/ribbon-loadbalancer-2.2.5-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.netflix.ribbon:ribbon-transport:2.2.5"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/ribbon/ribbon-transport/2.2.5/ribbon-transport-2.2.5.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/ribbon/ribbon-transport/2.2.5/ribbon-transport-2.2.5-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/ribbon/ribbon-transport/2.2.5/ribbon-transport-2.2.5-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.netflix.servo:servo-core:0.12.21"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/servo/servo-core/0.12.21/servo-core-0.12.21.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/servo/servo-core/0.12.21/servo-core-0.12.21-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/servo/servo-core/0.12.21/servo-core-0.12.21-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||
| @@ -0,0 +1,13 @@ | |||||
| <component name="libraryTable"> | |||||
| <library name="Maven: com.netflix.turbine:turbine-core:1.0.0"> | |||||
| <CLASSES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/turbine/turbine-core/1.0.0/turbine-core-1.0.0.jar!/" /> | |||||
| </CLASSES> | |||||
| <JAVADOC> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/turbine/turbine-core/1.0.0/turbine-core-1.0.0-javadoc.jar!/" /> | |||||
| </JAVADOC> | |||||
| <SOURCES> | |||||
| <root url="jar://$MAVEN_REPOSITORY$/com/netflix/turbine/turbine-core/1.0.0/turbine-core-1.0.0-sources.jar!/" /> | |||||
| </SOURCES> | |||||
| </library> | |||||
| </component> | |||||