dswork-config
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.skeychen</groupId> <artifactId>dswork-config</artifactId> <version>10.4.0</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent><groupId>com.github.skeychen</groupId><artifactId>dswork-parent</artifactId><version>10.4.0</version></parent> <artifactId>dswork-config</artifactId> <dependencies> <dependency><groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId><scope>provided</scope></dependency> <dependency><groupId>org.apache.logging.log4j</groupId><artifactId>log4j-core</artifactId><scope>provided</scope></dependency> <dependency><groupId>ch.qos.logback</groupId><artifactId>logback-core</artifactId><scope>provided</scope></dependency> <dependency><groupId>ch.qos.logback</groupId><artifactId>logback-classic</artifactId><scope>provided</scope></dependency> <dependency><groupId>org.springframework</groupId><artifactId>spring-webmvc</artifactId><scope>provided</scope></dependency> <dependency><groupId>com.github.skeychen</groupId><artifactId>dswork-core</artifactId><scope>provided</scope></dependency> <dependency><groupId>com.github.skeychen</groupId><artifactId>dswork-jdbc</artifactId><scope>provided</scope></dependency> <dependency><groupId>com.github.skeychen</groupId><artifactId>dswork-web</artifactId><scope>provided</scope></dependency> <dependency><groupId>org.apache.commons</groupId><artifactId>commons-dbcp2</artifactId><scope>provided</scope></dependency> <dependency><groupId>org.mybatis</groupId><artifactId>mybatis</artifactId><scope>provided</scope></dependency> <dependency><groupId>org.mybatis</groupId><artifactId>mybatis-spring</artifactId><scope>provided</scope></dependency> </dependencies> </project>