MyBatis3整合Spring3项目依赖类库jar包之间的依赖

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

12-5-6项目依赖

项目依赖

compile

以下是这一项目的编译依赖列表。编译和运行本应用需要这些依赖。

GroupId ArtifactId版本类型License备注org.mybatis mybatis 3.1.1jar The Apache Software License, Version 2.0No org.springframework spring-context 3.1.1.RELEASE jar The Apache Software License, Version 2.0No org.springframework spring-core 3.1.1.RELEASE jar The Apache Software License, Version 2.0No org.springframework spring-jdbc 3.1.1.RELEASE jar The Apache Software License, Version 2.0No org.springframework spring-tx 3.1.1.RELEASE jar The Apache Software License, Version 2.0No org.springframework.batch spring-batch-core 2.1.8.RELEASE jar Apache 2.0Yes

test

以下是这一项目的测试依赖列表。这些依赖仅仅在编译和运行本应用中的单元测试时需要。

GroupId ArtifactId版本类型License

cglib cglib 2.2.2jar ASF 2.0

com.mockrunner mockrunner-jdk1.5-j2ee1.30.4jar Mockrunner License, based on Apache Software License, version 1.1

javax.transaction transaction-api 1.1jar-

junit junit 4.10jar Common Public License Version 1.0

log4j log4j 1.2.16jar The Apache Software License, Version 2.0

ognl ognl 2.6.9jar BSD License

org.hsqldb hsqldb 2.2.4jar HSQLDB License, a BSD open source license

org.springframework spring-test 3.1.1.RELEASE jar The Apache Software License, Version 2.0

项目传递依赖

以下是本项目的传递依赖列表。传递依赖是项目依赖的依赖:

compile

以下是这一项目的编译依赖列表。编译和运行本应用需要这些依赖。

GroupId ArtifactId版本类

License

aopalliance aopalliance 1.0jar Public Domain

com.thoughtworks.xstream xstream 1.3jar BSD style

commons-logging commons-logging 1.1.1jar The Apache Software License, Version 2.0

org.codehaus.jettison jettison 1.1jar-

org.springframework spring-aop 3.1.1.RELEASE jar The Apache Software License, Version 2.0

org.springframework spring-asm 3.1.1.RELEASE jar The Apache Software License, Version 2.0

org.springframework spring-beans 3.1.1.RELEASE jar The Apache Software License, Version 2.0

org.springframework spring-expression 3.1.1.RELEASE jar The Apache Software License, Version 2.0

org.springframework.batch spring-batch-

2.1.8.RELEASE jar Apache 2.0

infrastructure

xpp3xpp3_min 1.1.4c jar Indiana University Extreme! Lab Software License, vesion

1.1.1-Public Domain

org.mybatis:mybatis-spring:jar:1.1.2-SNAPSHOT

org.mybatis:mybatis:jar:3.1.1 (compile)

org.springframework:spring-core:jar:3.1.1.RELEASE (compile)

commons-logging:commons-logging:jar:1.1.1 (compile)

org.springframework:spring-tx:jar:3.1.1.RELEASE (compile)

org.springframework:spring-beans:jar:3.1.1.RELEASE (compile)

org.springframework:spring-core:jar:3.1.1.RELEASE (compile)

org.springframework:spring-context:jar:3.1.1.RELEASE (compile)

org.springframework:spring-core:jar:3.1.1.RELEASE (compile)

org.springframework:spring-jdbc:jar:3.1.1.RELEASE (compile)

org.springframework:spring-beans:jar:3.1.1.RELEASE (compile)

org.springframework:spring-core:jar:3.1.1.RELEASE (compile)

org.springframework:spring-tx:jar:3.1.1.RELEASE (compile)

org.springframework:spring-context:jar:3.1.1.RELEASE (compile)

org.springframework:spring-aop:jar:3.1.1.RELEASE (compile)

aopalliance:aopalliance:jar:1.0 (compile)

org.springframework:spring-asm:jar:3.1.1.RELEASE (compile)

org.springframework:spring-beans:jar:3.1.1.RELEASE (compile)

org.springframework:spring-core:jar:3.1.1.RELEASE (compile)

org.springframework:spring-beans:jar:3.1.1.RELEASE (compile)

org.springframework:spring-core:jar:3.1.1.RELEASE (compile)

org.springframework:spring-expression:jar:3.1.1.RELEASE (compile)

org.springframework:spring-core:jar:3.1.1.RELEASE (compile)

org.springframework:spring-asm:jar:3.1.1.RELEASE (compile)

org.springframework.batch:spring-batch-core:jar:2.1.8.RELEASE (compile) org.springframework.batch:spring-batch-infrastructure:jar:2.1.8.RELEASE (compile) com.thoughtworks.xstream:xstream:jar:1.3 (compile)

xpp3:xpp3_min:jar:1.1.4c (compile)

org.codehaus.jettison:jettison:jar:1.1 (compile)

ognl:ognl:jar:2.6.9 (test)

cglib:cglib:jar:2.2.2 (test)

asm:asm:jar:3.3.1 (test)

junit:junit:jar:4.10 (test)

org.hamcrest:hamcrest-core:jar:1.1 (test)

org.springframework:spring-test:jar:3.1.1.RELEASE (test)

org.hsqldb:hsqldb:jar:2.2.4 (test)

log4j:log4j:jar:1.2.16 (test)

com.mockrunner:mockrunner-jdk1.5-j2ee1.3:jar:0.4 (test)

oro:oro:jar:2.0.8 (test)

javax.transaction:transaction-api:jar:1.1 (test)

相关文档
最新文档