Skip to content

Ancient asm dependency prevents library usage alongside GWT 10 #235

Description

@jamirov-rd

Can you update?

I had to generate my own client, thanks god for the OpenAPI spec.

Image

comes from:

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>com.cybersource</groupId>
	<artifactId>AuthenticationSdk</artifactId>
	<packaging>jar</packaging>
	<version>0.0.41</version>
	<name>CyberSource Authentication SDK</name>
	<url>https://developer.cybersource.com</url>
	<description>Cybersource Rest Auth SDK</description>
	<licenses>
		<license>
			<name>SDK License Agreement</name>
			<url>https://github.com/CyberSource/cybersource-rest-auth-java/blob/master/LICENSE.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
		<connection>scm:git:https://github.com/CyberSource/cybersource-rest-auth-java.git</connection>
		<developerConnection>scm:git:https://github.com/CyberSource/cybersource-rest-auth-java.git</developerConnection>
		<url>https://github.com/CyberSource/cybersource-rest-auth-java.git</url>
	</scm>
...
	<dependencies>
...
		<dependency>
			<groupId>net.minidev</groupId>
			<artifactId>asm</artifactId>
			<version>1.0.2</version>
		</dependency>
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions