<dependency>
<groupId>org.infinispan.protostream</groupId>
<artifactId>protostream</artifactId>
<version>2.0.0.Alpha4</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.infinispan.protostream', module='protostream', version='2.0.0.Alpha4')
)
<parent> <groupId>org.infinispan.protostream</groupId> <artifactId>parent</artifactId> <version>2.0.0.Alpha4</version> </parent>
compile
|-- org.jboss.logging:jboss-logging
|-- org.jboss.logging:jboss-logging-processor
|-- com.google.protobuf:protobuf-java
runtime
|-- log4j:log4j
test
|-- org.easytesting:fest-assert-core
|-- junit:junit
|-- org.infinispan.protostream:sample-domain-definition