jonasbark / flutter_stripe_payment

[DISCONTINUED] A flutter plugin with stripe payment plugin integration
MIT License
309 stars 244 forks source link

Duplicate class com.nimbusds.jose.JWEObject found in modules jetified-threedssdk-release-1.1.17-runtime.jar #334

Closed tarafat closed 3 years ago

tarafat commented 3 years ago

Duplicate class com.nimbusds.jose.Requirement found in modules jetified-threedssdk-release-1.1.17-runtime.jar (com.nds.threeds:threedssdk-release:1.1.17) and nimbus-jose-jwt-9.8.1.jar (com.nimbusds:nimbus-jose-jwt:9.8.1) Duplicate class com.nimbusds.jose.crypto.AESEncrypter found in modules jetified-threedssdk-release-1.1.17-runtime.jar (com.nds.threeds:threedssdk-release:1.1.17) and nimbus-jose-jwt-9.8.1.jar (com.nimbusds:nimbus-jose-jwt:9.8.1) Duplicate class com.nimbusds.jose.crypto.AESEncrypter$AlgFamily found in modules jetified-threedssdk-release-1.1.17-runtime.jar (com.nds.threeds:threedssdk-release:1.1.17) and nimbus-jose-jwt-9.8.1.jar (com.nimbusds:nimbus-jose-jwt:9.8.1) Duplicate class com.nimbusds.jose.crypto.impl.ECDH found in modules jetified-threedssdk-release-1.1.17-runtime.jar (com.nds.threeds:threedssdk-release:1.1.17) and nimbus-jose-jwt-9.8.1.jar (com.nimbusds:nimbus-jose-jwt:9.8.1) Duplicate class com.nimbusds.jose.crypto.impl.ECDH$AlgorithmMode found in modules jetified-threedssdk-release-1.1.17-runtime.jar (com.nds.threeds:threedssdk-release:1.1.17) and nimbus-jose-jwt-9.8.1.jar (com.nimbusds:nimbus-jose-jwt:9.8.1) Duplicate class com.nimbusds.jose.jwk.KeyOperation found in modules jetified-threedssdk-release-1.1.17-runtime.jar (com.nds.threeds:threedssdk-release:1.1.17) and nimbus-jose-jwt-9.8.1.jar (com.nimbusds:nimbus-jose-jwt:9.8.1)

Go to the documentation to learn how to Fix dependency resolution errors

tarafat commented 3 years ago

I was using both stripe and square dependencies on my project,commenting square dependencies solved the issue

sahilkashyap64 commented 1 year ago

I was using both stripe and square dependencies on my project,commenting square dependencies solved the issue

Adding this solved my problem, cuz I wanted to use both