<dependency>
<groupId>org.infinispan.protostream</groupId>
<artifactId>protostream</artifactId>
<version>5.0.0.Final</version>
</dependency>
@Grapes(
@Grab(group='org.infinispan.protostream', module='protostream', version='5.0.0.Final')
)
<parent> <groupId>org.infinispan.protostream</groupId> <artifactId>parent</artifactId> <version>5.0.0.Final</version> </parent>
compile
|-- org.jboss.logging:jboss-logging
|-- org.jboss.logging:jboss-logging-processor
|-- com.fasterxml.jackson.core:jackson-core
test
|-- org.apache.logging.log4j:log4j-api
|-- org.apache.logging.log4j:log4j-core
|-- org.apache.logging.log4j:log4j-slf4j-impl
|-- org.apache.logging.log4j:log4j-jul
|-- org.easytesting:fest-assert-core
|-- junit:junit