The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Type | License | Optional |
---|---|---|---|---|---|
concurrent | concurrent | 1.3.4 | jar | >http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html | No |
javassist | javassist | 3.8.0.GA | jar | - | No |
javax.persistence | persistence-api | 1.0 | jar | Common Development and Distribution License (CDDL) v1.0 | No |
org.domdrides | domdrides-core | 1.8-SNAPSHOT | jar | Apache 2 | No |
org.springframework | spring-aop | 3.2.1.RELEASE | jar | The Apache Software License, Version 2.0 | No |
org.springframework | spring-context | 3.2.1.RELEASE | jar | The Apache Software License, Version 2.0 | No |
org.springframework | spring-orm | 3.2.1.RELEASE | jar | The Apache Software License, Version 2.0 | No |
org.springframework | spring-tx | 3.2.1.RELEASE | jar | The Apache Software License, Version 2.0 | No |
org.hibernate | hibernate-core | 3.3.2.GA | jar | GNU Lesser General Public License | Yes |
org.hibernate | hibernate-entitymanager | 3.3.2.GA | jar | GNU LESSER GENERAL PUBLIC LICENSE | Yes |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Classifier | Type | License |
---|---|---|---|---|---|
commons-dbcp | commons-dbcp | 1.2.2 | - | jar | /LICENSE.txt |
hsqldb | hsqldb | 1.8.0.7 | - | jar | HSQLDB License |
log4j | log4j | 1.2.12 | - | jar | - |
org.domdrides | domdrides-core | 1.8-SNAPSHOT | tests | jar | Apache 2 |
org.slf4j | slf4j-log4j12 | 1.5.8 | - | jar | - |
org.springframework | spring-jdbc | 3.2.1.RELEASE | - | jar | The Apache Software License, Version 2.0 |
org.springframework | spring-test | 3.2.1.RELEASE | - | jar | The Apache Software License, Version 2.0 |
org.testng | testng | 5.7 | jdk15 | jar | Apache License, Version 2.0 |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Type | License |
---|---|---|---|---|
antlr | antlr | 2.7.6 | jar | - |
aopalliance | aopalliance | 1.0 | jar | Public Domain |
asm | asm | 1.5.3 | jar | - |
asm | asm-attrs | 1.5.3 | jar | - |
cglib | cglib | 2.1_3 | jar | - |
commons-collections | commons-collections | 3.1 | jar | - |
commons-logging | commons-logging | 1.0.4 | jar | /LICENSE.txt |
dom4j | dom4j | 1.6.1 | jar | - |
javax.transaction | jta | 1.1 | jar | - |
net.sf.ehcache | ehcache | 1.2.3 | jar | The Apache Software License, Version 2.0 |
org.hibernate | ejb3-persistence | 1.0.1.GA | jar | - |
org.hibernate | hibernate | 3.2.6.ga | jar | GNU LESSER GENERAL PUBLIC LICENSE |
org.hibernate | hibernate-annotations | 3.3.1.GA | jar | GNU LESSER GENERAL PUBLIC LICENSE |
org.hibernate | hibernate-commons-annotations | 3.0.0.ga | jar | GNU LESSER GENERAL PUBLIC LICENSE |
org.slf4j | slf4j-api | 1.5.8 | jar | - |
org.springframework | spring-beans | 3.2.1.RELEASE | jar | The Apache Software License, Version 2.0 |
org.springframework | spring-core | 3.2.1.RELEASE | jar | The Apache Software License, Version 2.0 |
org.springframework | spring-expression | 3.2.1.RELEASE | jar | The Apache Software License, Version 2.0 |
xml-apis | xml-apis | 1.0.b2 | jar | The Apache Software License, Version 2.0 |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Type | License |
---|---|---|---|---|
commons-pool | commons-pool | 1.3 | jar | /LICENSE.txt |
junit | junit | 3.8.1 | jar | Common Public License Version 1.0 |
HSQLDB License: HSQLDB
Public domain, Sun Microsoystems: Dough Lea's util.concurrent package
Public Domain: AOP alliance
GNU LESSER GENERAL PUBLIC LICENSE: Hibernate, Hibernate Annotations, Hibernate Commons Annotations, Hibernate Entitity Manager
Apache 2: domdrides-core, domdrides-jpa
Unknown: AntLR, Java Persistence API, Java Transaction API, Javassist, SLF4J API Module, SLF4J LOG4J-12 Binding, asm, asm-attrs, cglib, commons-collections, dom4j, log4j
Apache License, Version 2.0: TestNG
Common Public License Version 1.0: JUnit
GNU Lesser General Public License: Hibernate Core
The Apache Software License, Version 2.0: Commons DBCP, Commons Pool, Logging, Spring AOP, Spring Beans, Spring Context, Spring Core, Spring Expression Language (SpEL), Spring JDBC, Spring Object/Relational Mapping, Spring TestContext Framework, Spring Transaction, XML Commons External Components XML APIs, ehcache
Common Development and Distribution License (CDDL) v1.0: Enterprise JavaBeans (EJB) 3.0
Filename | Size | Entries | Classes | Packages | JDK Rev | Debug |
---|---|---|---|---|---|---|
antlr-2.7.6.jar | 433.04 kB | 226 | 224 | 12 | 1.2 | debug |
aopalliance-1.0.jar | 4.36 kB | 15 | 9 | 2 | 1.3 | debug |
asm-1.5.3.jar | 25.74 kB | 19 | 14 | 1 | 1.2 | release |
asm-attrs-1.5.3.jar | 16.36 kB | 22 | 16 | 1 | 1.2 | release |
cglib-2.1_3.jar | 275.72 kB | 243 | 228 | 8 | 1.2 | debug |
commons-collections-3.1.jar | 546.26 kB | 465 | 446 | 12 | 1.1 | debug |
commons-dbcp-1.2.2.jar | 118.90 kB | 63 | 51 | 4 | 1.3 | debug |
commons-logging-1.0.4.jar | 37.12 kB | 29 | 18 | 2 | 1.2 | debug |
commons-pool-1.3.jar | 60.63 kB | 48 | 39 | 2 | 1.3 | debug |
concurrent-1.3.4.jar | 184.85 kB | 230 | 221 | 2 | 1.1 | release |
dom4j-1.6.1.jar | 306.54 kB | 208 | 190 | 14 | 1.3 | debug |
hsqldb-1.8.0.7.jar | 628.64 kB | 340 | 301 | 13 | 1.2 | release |
javassist-3.8.0.GA.jar | 580.04 kB | 352 | 333 | 17 | 1.2 | debug |
persistence-api-1.0.jar | 50.93 kB | 97 | 91 | 2 | 1.5 | debug |
jta-1.1.jar | 14.72 kB | 24 | 18 | 2 | 1.3 | debug |
junit-3.8.1.jar | 118.23 kB | 119 | 100 | 6 | 1.1 | debug |
log4j-1.2.12.jar | 349.69 kB | 283 | 253 | 19 | 1.1 | debug |
ehcache-1.2.3.jar | 203.17 kB | 137 | 117 | 13 | 1.3 | debug |
core/target/test-classes | - | 0 | 0 | 0 | - | release |
core/target/classes | - | 0 | 0 | 0 | - | release |
ejb3-persistence-1.0.1.GA.jar | 51.61 kB | 98 | 92 | 2 | 1.5 | debug |
hibernate-3.2.6.ga.jar | 2.17 MB | 1,445 | 1,361 | 78 | 1.4 | debug |
hibernate-annotations-3.3.1.GA.jar | 273.63 kB | 168 | 155 | 8 | 1.5 | debug |
hibernate-commons-annotations-3.0.0.ga.jar | 64.87 kB | 68 | 57 | 6 | 1.5 | debug |
slf4j-api-1.5.8.jar | 22.90 kB | 32 | 21 | 3 | 1.3 | debug |
slf4j-log4j12-1.5.8.jar | 9.45 kB | 16 | 6 | 1 | 1.3 | debug |
spring-aop-3.2.1.RELEASE.jar | 327.22 kB | 282 | 252 | 15 | 1.5 | debug |
spring-beans-3.2.1.RELEASE.jar | 592.73 kB | 401 | 358 | 14 | 1.5 | debug |
spring-context-3.2.1.RELEASE.jar | 838.39 kB | 733 | 631 | 67 | 1.5 | debug |
spring-core-3.2.1.RELEASE.jar | 843.40 kB | 676 | 638 | 32 | 1.5 | debug |
spring-expression-3.2.1.RELEASE.jar | 190.69 kB | 139 | 127 | 6 | 1.5 | debug |
spring-jdbc-3.2.1.RELEASE.jar | 391.73 kB | 326 | 294 | 18 | 1.5 | debug |
spring-orm-3.2.1.RELEASE.jar | 383.05 kB | 302 | 279 | 14 | 1.5 | debug |
spring-test-3.2.1.RELEASE.jar | 443.57 kB | 368 | 331 | 27 | 1.5 | debug |
spring-tx-3.2.1.RELEASE.jar | 235.32 kB | 231 | 195 | 20 | 1.5 | debug |
testng-5.7-jdk15.jar | 804.87 kB | 592 | 478 | 33 | 1.5 | debug |
xml-apis-1.0.b2.jar | 106.76 kB | 217 | 184 | 17 | 1.2 | release |
hibernate-core-3.3.2.GA.jar | 2.20 MB | 1,507 | 1,409 | 83 | 1.4 | debug |
hibernate-entitymanager-3.3.2.GA.jar | 115.98 kB | 92 | 77 | 8 | 1.5 | debug |
Total | Size | Entries | Classes | Packages | JDK Rev | Debug |
39 | 13.80 MB | 10,613 | 9,614 | 584 | 1.5 | 32 |
compile: 29 | compile: 10.94 MB | compile: 8,458 | compile: 7,761 | compile: 461 | - | compile: 24 |
test: 10 | test: 2.86 MB | test: 2,155 | test: 1,853 | test: 123 | - | test: 8 |
Repo ID | URL | Release | Snapshot | |
---|---|---|---|---|
apache-snapshot-repository | http://people.apache.org/repo/m2-snapshot-repository | Yes | Yes | - |
codehaus-repository | http://repository.codehaus.org | Yes | Yes | - |
central | http://repo1.maven.org/maven2 | Yes | - | - |
Repository locations for each of the Dependencies.