{"id":16156382,"url":"https://github.com/flowdalic/maven-transitive-dynamic-dependency","last_synced_at":"2025-04-07T01:17:39.073Z","repository":{"id":140516267,"uuid":"172381710","full_name":"Flowdalic/maven-transitive-dynamic-dependency","owner":"Flowdalic","description":null,"archived":false,"fork":false,"pushed_at":"2019-02-24T20:00:41.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T06:43:05.887Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Flowdalic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-24T19:41:26.000Z","updated_at":"2019-02-24T20:00:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"75fa3f62-860d-4798-8676-5fdd2b104549","html_url":"https://github.com/Flowdalic/maven-transitive-dynamic-dependency","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowdalic%2Fmaven-transitive-dynamic-dependency","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowdalic%2Fmaven-transitive-dynamic-dependency/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowdalic%2Fmaven-transitive-dynamic-dependency/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowdalic%2Fmaven-transitive-dynamic-dependency/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flowdalic","download_url":"https://codeload.github.com/Flowdalic/maven-transitive-dynamic-dependency/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247574092,"owners_count":20960497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T01:44:47.514Z","updated_at":"2025-04-07T01:17:39.055Z","avatar_url":"https://github.com/Flowdalic.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Test maven (transitive) dynamic dependencies\n============================================\n\nThis project declares a dependency to\n\n```\norg.igniterealtime.smack:smack-tcp:4.3.2\n```\n\nwhich itself declares, over `smack-core` a dependency to\n\n```\norg.jxmpp:jxmpp-core:[0.6, 0.7)\n```\n\nHowever, different build systems resolve this ranged dynamic\ndependency differently.\n\n\nIt failes with `mvn` (Maven)\n\n```bash\n$ mvn exec:java\n…\nSmack version: 4.3.2 (4.3.2-4.3 2019-02-22)\njxmpp version: 0.7.0-alpha5\nERROR: jxmpp version does not start with '0.6' as expected. :(\n```\n\nbecause an errornous version of jxmpp (0.7.0-alpha5 at the time of\nwriting) is pulled in.\n\nAnd is successful with `gradle` (Gradle)\n\n```bash\n$ gradle run\n…\nSmack version: 4.3.2 (4.3.2-4.3 2019-02-22)\njxmpp version: 0.6.3\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowdalic%2Fmaven-transitive-dynamic-dependency","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowdalic%2Fmaven-transitive-dynamic-dependency","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowdalic%2Fmaven-transitive-dynamic-dependency/lists"}