Sha256: 60377861232502ab67538485be965a5a98cf1725f3e753bbb37752965131690f

Contents?: true

Size: 354 Bytes

Versions: 9

Compression:

Stored size: 354 Bytes

Contents

Feature: Tracking Maven Dependencies
  So that I can track Maven dependencies
  As an application developer using license finder
  I want to be able to manage Maven dependencies

  Scenario: See the dependencies from the pom file
    Given A pom file with dependencies
    When I run license_finder
    Then I should see a Maven dependency with a license

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
license_finder-1.2 features/maven_dependencies.feature
license_finder-1.2-java features/maven_dependencies.feature
license_finder-1.1.1-java features/maven_dependencies.feature
license_finder-1.1.1 features/maven_dependencies.feature
license_finder-1.1.0 features/maven_dependencies.feature
license_finder-1.0.1 features/maven_dependencies.feature
license_finder-1.0.0.1 features/maven_dependencies.feature
license_finder-1.0.0.0 features/maven_dependencies.feature
license_finder-1.0.0.0-java features/maven_dependencies.feature