<dependency>
<groupId>org.apache.streams</groupId>
<artifactId>streams-config</artifactId>
<version>0.3-incubating</version>
</dependency>
@Grapes(
@Grab(group='org.apache.streams', module='streams-config', version='0.3-incubating')
)
<parent> <groupId>org.apache.streams</groupId> <artifactId>streams-project</artifactId> <version>0.3-incubating</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-annotations
|-- org.jsonschema2pojo:jsonschema2pojo-core
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
|-- junit:junit
|-- org.powermock:powermock-module-junit4
|-- org.powermock:powermock-api-mockito
test