-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Can you update?
I had to generate my own client, thanks god for the OpenAPI spec.
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
Labels
No labels