Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wsargent committed Dec 4, 2024
1 parent 18dc8e3 commit 6478a4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,7 @@ More info in the [blog post](https://tersesystems.com/blog/2018/07/27/debug-java

## Installation

Packages are hosted on jCenter:

### Maven

```xml
<repositories>
<repository>
<id>central</id>
<name>bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
</repositories>

```
<dependency>
<groupId>com.tersesystems.debugjsse</groupId>
<artifactId>debugjsse</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions lib/src/test/java/com/tersesystems/debugjsse/Main.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import com.tersesystems.debugjsse.AbstractDebug;
import com.tersesystems.debugjsse.Debug;
import com.tersesystems.debugjsse.DebugJSSEProvider;
package com.tersesystems.debugjsse;

import org.slf4j.LoggerFactory;

import javax.net.ssl.*;
Expand Down

0 comments on commit 6478a4a

Please sign in to comment.