Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Test dependencies leaking into the pom.xml files #67

Open
LouisCAD opened this issue Mar 10, 2018 · 1 comment
Open

Test dependencies leaking into the pom.xml files #67

LouisCAD opened this issue Mar 10, 2018 · 1 comment

Comments

@LouisCAD
Copy link

Hi, using version 2.0 with the following dependencies in the build.gradle file:

// Test dependencies
testImplementation 'junit:junit:4.12'
androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.1', {
    exclude group: 'com.android.support', module: 'support-annotations'
})

I get this in the pom.xml:

<dependency>
    <groupId>junit</groupId>
    <artifactId>junit</artifactId>
    <version>4.12</version>
    <scope>test</scope>
</dependency>

I guess test dependencies shouldn't leak there.

@cookseym
Copy link

cookseym commented Feb 8, 2019

☝️ Bump --> same here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants