source 'https://rubygems.org'

# Specify your gem's dependencies in engine_to_interface_adapter.gemspec
gemspec

gem 'onapp-engine',
    '~> 0.4',
    git: 'git@bitbucket.org:onappcore/onapp-engine.git',
    branch: '0.4.x',
    require: false
