<dependency>
<groupId>org.mod4j</groupId>
<artifactId>mod4j-runtime-common</artifactId>
<version>1.0.1</version>
</dependency>
<parent> <groupId>org.mod4j</groupId> <artifactId>mod4j</artifactId> <version>1.0.1</version> </parent>
compile
|-- aspectj:aspectjweaver:1.5.3
|-- commons-logging:commons-logging:1.0.4
|-- org.springframework:spring-context:2.5
|-- org.springframework:spring-aop:2.5
|-- org.springframework:spring-jdbc:2.5
test
|-- junit:junit:4.4