Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create docker container. add fasterxml dependency to build.sbt #18

Merged
merged 2 commits into from
Feb 24, 2015

Conversation

paulCodes
Copy link
Collaborator

basic docker container.

@@ -20,6 +20,7 @@ libraryDependencies ++= Seq(
"org.apache.geronimo.specs" % "geronimo-jms_1.1_spec" % "1.1.1",
"org.reflections" % "reflections" % "0.9.9-RC1",
"com.novocode" % "junit-interface" % "0.10" % "test",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.5.1",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason this is being included with this PR?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The forklift server won't start in a docker container without it. Errors out with a ClassNotFound exception.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it. Thanks for the info.

dcshock added a commit that referenced this pull request Feb 24, 2015
create docker container. add fasterxml dependency to build.sbt
@dcshock dcshock merged commit b505308 into develop Feb 24, 2015
@dcshock dcshock deleted the feature/docker-container branch April 17, 2015 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants