<dependency>
<groupId>org.pustefixframework</groupId>
<artifactId>pustefix-core</artifactId>
<version>0.23.0</version>
</dependency>
@Grapes(
@Grab(group='org.pustefixframework', module='pustefix-core', version='0.23.0')
)
<parent> <groupId>org.pustefixframework</groupId> <artifactId>pustefixframework</artifactId> <version>0.23.0</version> </parent>
compile
|-- org.pustefixframework:pustefix-live
|-- org.slf4j:slf4j-api:1.7.25
|-- org.slf4j:jcl-over-slf4j:1.7.25
|-- com.marsching.flexiparse:flexiparse:0.2.1
|-- org.springframework:spring-context:4.3.11.RELEASE
|-- org.springframework:spring-webmvc:4.3.11.RELEASE
|-- org.springframework:spring-test:4.3.11.RELEASE
|-- net.sf.saxon:Saxon-HE:9.6.0-4
|-- com.google.javascript:closure-compiler:v20140625
|-- org.springframework.data:spring-data-commons:1.7.3.RELEASE
provided
|-- javax.servlet:javax.servlet-api:3.0.1
test
|-- ch.qos.logback:logback-classic:1.2.3
|-- ch.qos.logback:logback-core:1.2.3
|-- org.apache.tomcat.embed:tomcat-embed-core:8.0.41
|-- org.apache.tomcat.embed:tomcat-embed-logging-juli:8.0.41
|-- org.apache.tomcat.embed:tomcat-embed-jasper:8.0.41