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

cleanup pom dep versioning #617

Merged
merged 16 commits into from
Sep 2, 2022

Commits on Sep 2, 2022

  1. Finish moving lifecycle-mapping plugin into Eclipse specific profile

    As a part of oVirt#616
    lifecycle-mapping has been move into eclipse specific profile in root
    pom.xml, but unfortunately other places were missed.
    
    Signed-off-by: Martin Perina <mperina@redhat.com>
    mwperina committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    162fb09 View commit details
    Browse the repository at this point in the history
  2. Clean up dependencies and plugins versions

    1. Extract dependencies and plugins versions into properties section
    2. Split oVirt/external dependencies/plugins versions into separate
       sections
    
    Signed-off-by: Martin Perina <mperina@redhat.com>
    mwperina committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    2239e29 View commit details
    Browse the repository at this point in the history
  3. Clean up backend/manager/dependencies/common/pom.xml

    1. Moves cors-filter dependency definition into root pom.xml
    2. Remove specific versions from dependencies, because they are defined
       in root pom.xml
    
    Signed-off-by: Martin Perina <mperina@redhat.com>
    mwperina committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    fe1d8a2 View commit details
    Browse the repository at this point in the history
  4. Clean up backend/manager/modules/aaa/pom.xml

    1. Moves ovirt-engine-extensions-api dependency definition into root
       pom.xml
    2. Removes specific versions from dependencies, because they are defined
       in root pom.xml
    
    Signed-off-by: Martin Perina <mperina@redhat.com>
    mwperina committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    4700bd6 View commit details
    Browse the repository at this point in the history
  5. Clean up backend/manager/modules/auth-plugin/pom.xml

    1. Moves jboss-as-domain-management dependency definition into root
       pom.xml
    2. Removes specific versions from dependencies, because they are defined
       in root pom.xml
    
    Signed-off-by: Martin Perina <mperina@redhat.com>
    mwperina committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    f7f3b62 View commit details
    Browse the repository at this point in the history
  6. Clean up backend/manager/modules/common/pom.xml

    1. Moves jboss-modules dependency definition into root pom.xml
    2. Removes specific versions from dependencies, because they are defined
       in root pom.xml
    
    Signed-off-by: Martin Perina <mperina@redhat.com>
    mwperina committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    c9c4cb8 View commit details
    Browse the repository at this point in the history
  7. Clean up backend/manager/modules/dal/pom.xml

    1. Moves dbunit dependency definition into root pom.xml
    2. Removes specific versions from dependencies, because they are defined
       in root pom.xml
    
    Signed-off-by: Martin Perina <mperina@redhat.com>
    mwperina committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    a9b0287 View commit details
    Browse the repository at this point in the history
  8. Clean up backend/manager/modules/restapi/interface/definition/pom.xml

    1. Moves istack-commons-runtime dependency definition into root pom.xml
    2. Moves jaxb2-maven-plugin dependency definition into root pom.xml
    3. Moves metamodel-tool and metamodel-runtime dependency definition into
       root pom.xml
    4. Removes specific versions from dependencies, because they are defined
       in root pom.xml
    
    Signed-off-by: Martin Perina <mperina@redhat.com>
    mwperina committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    36c4a25 View commit details
    Browse the repository at this point in the history
  9. Clean up backend/manager/modules/restapi/pom.xml

    1. Moves jboss-jaxrs-api_2.0_spec dependency definition into root
       pom.xml
    2. Removes specific versions from dependencies, because they are defined
       in root pom.xml
    
    Signed-off-by: Martin Perina <mperina@redhat.com>
    mwperina committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    60a5760 View commit details
    Browse the repository at this point in the history
  10. Clean up backend/manager/modules/vdsbroker/pom.xml

    1. Moves javax.json dependency definition into root pom.xml
    2. Removes specific versions from dependencies, because they are defined
       in root pom.xml
    
    Signed-off-by: Martin Perina <mperina@redhat.com>
    mwperina committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    02a57ea View commit details
    Browse the repository at this point in the history
  11. Clean up backend/pom.xml

    1. Moves maven-enforcer-plugin dependency definition into root pom.xml
    2. Removes specific versions from dependencies, because they are defined
       in root pom.xml
    
    Signed-off-by: Martin Perina <mperina@redhat.com>
    mwperina committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    13eb7a9 View commit details
    Browse the repository at this point in the history
  12. Clean up ear/pom.xml

    1. Moves spring-beans dependency definition into root pom.xml
    2. Removes specific versions from dependencies, because they are defined
       in root pom.xml
    
    Signed-off-by: Martin Perina <mperina@redhat.com>
    mwperina committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    3b42c89 View commit details
    Browse the repository at this point in the history
  13. Clean up frontend/brands/ovirt-brand/pom.xml

    1. Moves jsass dependency definition into root pom.xml
    2. Removes specific versions from dependencies, because they are defined
       in root pom.xml
    
    Signed-off-by: Martin Perina <mperina@redhat.com>
    mwperina committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    8e805d7 View commit details
    Browse the repository at this point in the history
  14. Clean up frontend/webadmin/modules/gwt-common/pom.xml

    1. Moves properties-maven-pugin dependency definition into root pom.xml
    2. Removes specific versions from dependencies, because they are defined
       in root pom.xml
    
    Signed-off-by: Martin Perina <mperina@redhat.com>
    mwperina committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    3a2d8f0 View commit details
    Browse the repository at this point in the history
  15. Clean up frontend/webadmin/modules/pom.xml

    1. Moves gin dependency definition into root pom.xml
    2. Moves maven-processor-plugin definition into root pom.xml
    3. Moves maven-clean-plugin ddefinition into root pom.xml
    4. Removes specific versions from dependencies, because they are defined
       in root pom.xml
    
    Signed-off-by: Martin Perina <mperina@redhat.com>
    mwperina committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    e0f725e View commit details
    Browse the repository at this point in the history
  16. Remove specific dependencies/plugins versioning

    Removes specific dependencies/plugins version from following
    subproject definition files:
    
    * backend/manager/dependencies/tools/pom.xml
    * backend/manager/extensions-tool/pom.xml
    * backend/manager/modules/bll/pom.xml
    * backend/manager/modules/builtin-extensions/pom.xml
    * backend/manager/modules/enginesso/pom.xml
    * backend/manager/modules/extensions-manager/pom.xml
    * backend/manager/modules/logger/pom.xml
    * backend/manager/modules/restapi/jaxrs/pom.xml
    * backend/manager/modules/utils/pom.xml
    * backend/manager/tools/pom.xml
    * build-tools-root/ovirt-checkstyle-extension/pom.xml
    * frontend/webadmin/modules/frontend/pom.xml
    * frontend/webadmin/modules/gwt-aop/pom.xml
    * frontend/webadmin/modules/uicommonweb/pom.xml
    * frontend/webadmin/modules/webadmin/pom.xml
    * frontend/pom.xml
    
    Signed-off-by: Martin Perina <mperina@redhat.com>
    mwperina committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    a240f05 View commit details
    Browse the repository at this point in the history