Repository: incubator-samza-hello-samza Updated Branches: refs/heads/latest fc59aea20 -> 68d9961ef
SAMZA-485; remove samza-serializers from hello-samza Project: http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/commit/68d9961e Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/tree/68d9961e Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/diff/68d9961e Branch: refs/heads/latest Commit: 68d9961efcac72ef84830036ca2ce62b4c4b6016 Parents: fc59aea Author: Chris Riccomini <[email protected]> Authored: Tue Dec 2 10:59:05 2014 -0800 Committer: Chris Riccomini <[email protected]> Committed: Tue Dec 2 10:59:05 2014 -0800 ---------------------------------------------------------------------- pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/blob/68d9961e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bfb0c84..0e1f918 100644 --- a/pom.xml +++ b/pom.xml @@ -53,11 +53,6 @@ under the License. </dependency> <dependency> <groupId>org.apache.samza</groupId> - <artifactId>samza-serializers_2.10</artifactId> - <version>${samza.version}</version> - </dependency> - <dependency> - <groupId>org.apache.samza</groupId> <artifactId>samza-shell</artifactId> <classifier>dist</classifier> <type>tgz</type>
