Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Commit

Permalink
creating a more pure api
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kerwin committed Sep 22, 2017
1 parent 807e220 commit a316844
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 727 deletions.
17 changes: 1 addition & 16 deletions pom.xml
Expand Up @@ -9,22 +9,7 @@
</parent>

<artifactId>phone-home-api</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>5.0.0</version>

<name>Phone Home API</name>
<url>http://maven.apache.org</url>

<dependencies>
<dependency>
<groupId>com.blackducksoftware.integration</groupId>
<artifactId>hub-common-rest</artifactId>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>org.mock-server</groupId>
<artifactId>mockserver-netty</artifactId>
<version>3.10.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

This file was deleted.

Expand Up @@ -23,12 +23,10 @@
*/
package com.blackducksoftware.integration.phonehome;

import java.io.Serializable;
import java.util.Map;
import java.util.Objects;

public class PhoneHomeRequestBody implements Serializable {
private static final long serialVersionUID = 5604676370200060866L;
public class PhoneHomeRequestBody {
public static final PhoneHomeRequestBody DO_NOT_PHONE_HOME = null;
private final String regId;
private final String source;
Expand Down

This file was deleted.

0 comments on commit a316844

Please sign in to comment.