<dependency>
<groupId>cn.easyproject</groupId>
<artifactId>easybackup-mysql</artifactId>
<version>1.1.0-RELEASE</version>
</dependency>
@Grapes(
@Grab(group='cn.easyproject', module='easybackup-mysql', version='1.1.0-RELEASE')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>
compile
|-- cn.easyproject:easybackup:2.1.0-RELEASE
|-- org.apache.commons:commons-compress:1.12
|-- org.springframework:spring-context:4.3.1.RELEASE
|-- org.springframework:spring-aop:4.3.1.RELEASE
|-- org.springframework:spring-context-support:4.3.1.RELEASE
|-- org.springframework:spring-tx:4.3.1.RELEASE
|-- org.slf4j:slf4j-log4j12:1.7.21
|-- com.sun.mail:javax.mail:1.5.5
|-- org.freemarker:freemarker:2.3.23
|-- org.quartz-scheduler:quartz:2.2.3
|-- org.quartz-scheduler:quartz-jobs:2.2.3
test
|-- junit:junit:4.11