zheng-remote-config
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.zhengframework</groupId>
<artifactId>zheng-remote-config</artifactId>
<version>1.8.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.zhengframework</groupId>
<artifactId>zhengframework</artifactId>
<version>1.8.0</version>
</parent>
<groupId>com.github.zhengframework</groupId>
<artifactId>zheng-remote-config</artifactId>
<version>1.8.0</version>
<description>zheng framework module: remote config</description>
<url>https://github.com/zhengframework/zhengframework</url>
<licenses>
<license>
<name>Apache 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.github.zhengframework</groupId>
<artifactId>zheng-bom</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.zhengframework</groupId>
<artifactId>zheng-core</artifactId>
</dependency>
<dependency>
<groupId>com.github.zhengframework</groupId>
<artifactId>zheng-web</artifactId>
</dependency>
<dependency>
<groupId>com.github.zhengframework</groupId>
<artifactId>zheng-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.zhengframework</groupId>
<artifactId>zheng-web-jetty</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>