diff options
Diffstat (limited to 'groot-bootstrap/pom.xml')
| -rw-r--r-- | groot-bootstrap/pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/groot-bootstrap/pom.xml b/groot-bootstrap/pom.xml index d0201ab..9f67699 100644 --- a/groot-bootstrap/pom.xml +++ b/groot-bootstrap/pom.xml @@ -67,7 +67,7 @@ <dependency> <groupId>com.geedgenetworks</groupId> - <artifactId>format-raw</artifactId> + <artifactId>format-msgpack</artifactId> <version>${revision}</version> <scope>${scope}</scope> </dependency> @@ -95,6 +95,13 @@ </dependency> <dependency> + <groupId>com.geedgenetworks</groupId> + <artifactId>format-raw</artifactId> + <version>${revision}</version> + <scope>${scope}</scope> + </dependency> + + <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-runtime-web_${scala.version}</artifactId> <version>${flink.version}</version> |
