Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • I Indexer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 21
    • Merge requests 21
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • System
  • Indexer
  • Merge requests
  • !129

Switching the dependencies to release versions

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged David Diederich requested to merge remove-snapshot-dependencies into master Mar 18, 2021
  • Overview 2
  • Commits 3
  • Pipelines 7
  • Changes 4

This changes the library dependencies to use released versions of the core libraries. They were previously depending on SNAPSHOT versions, which is a less stable version. More importantly, the SNAPSHOT versions are periodically purged from the system to save disk space -- this happened recently. Since these libraries no longer exist on community, building Indexer becomes difficult.

In this case, the fossa-analyze step is unable to run the mvn dependency:tree for these two components. Later, it complains about incompatible licenses using Elasticsearch 7.11. However, we're actually using version 7.8, which was still Apache 2.0 licensed. I believe that the inability to run mvn dependency:tree led FOSSA to textually scan the pom.xml file, where it found elasticsearch dependencies with no version specified and assumed the latest available.

This MR moves those dependencies to a release version, which is better going forward and allows FOSSA to do the build and get good dependency information. I assert that there are no substantial changes between the SNAPSHOT version I moved from and the latest release version that I moved to. It's difficult to know which commit the SNAPSHOT dependency linked to, since it moved many times, but here are the differences from the last time the SNAPSHOT dependency was listed and the one commit that has the release version (0.7.0). All of these changes were from me, updating versions and references as part of the release process.

  • GCP Differences
  • IBM Differences

Separately, since I was working with FOSSA, I updated the configuration file and the corresponding NOTICE changes resulting from the new module.

Edited Mar 18, 2021 by David Diederich
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: remove-snapshot-dependencies