You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "izogfif (via GitHub)" <gi...@apache.org> on 2023/03/10 15:45:31 UTC

[GitHub] [jmeter] izogfif commented on issue #5322: Gradle module metadata refers to invalid 'bom' artifact

izogfif commented on issue #5322:
URL: https://github.com/apache/jmeter/issues/5322#issuecomment-1463993583

   For those using Kotlin DSL for Gradle scripts: write this in your `build.gradle.kts` file:
   
       implementation("org.apache.jmeter:ApacheJMeter_http:5.5") {
           exclude( "org.apache.jmeter", "bom")
       }
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org