We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cec5b commit c98c4dbCopy full SHA for c98c4db
examples/storm/pom.xml
@@ -101,6 +101,11 @@
101
<artifactId>bullet-record</artifactId>
102
<version>${bullet.record.version}</version>
103
</dependency>
104
+ <dependency>
105
+ <groupId>com.yahoo.bullet</groupId>
106
+ <artifactId>bullet-core</artifactId>
107
+ <version>${bullet.core.version}</version>
108
+ </dependency>
109
</dependencies>
110
<build>
111
<plugins>
0 commit comments