Skip to content

Commit 6478a4a

Browse files
committed
Update README
1 parent 18dc8e3 commit 6478a4a

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

README.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,7 @@ More info in the [blog post](https://tersesystems.com/blog/2018/07/27/debug-java
1212

1313
## Installation
1414

15-
Packages are hosted on jCenter:
16-
17-
### Maven
18-
19-
```xml
20-
<repositories>
21-
<repository>
22-
<id>central</id>
23-
<name>bintray</name>
24-
<url>http://jcenter.bintray.com</url>
25-
</repository>
26-
</repositories>
27-
15+
```
2816
<dependency>
2917
<groupId>com.tersesystems.debugjsse</groupId>
3018
<artifactId>debugjsse</artifactId>

lib/src/test/java/com/tersesystems/debugjsse/Main.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import com.tersesystems.debugjsse.AbstractDebug;
2-
import com.tersesystems.debugjsse.Debug;
3-
import com.tersesystems.debugjsse.DebugJSSEProvider;
1+
package com.tersesystems.debugjsse;
2+
43
import org.slf4j.LoggerFactory;
54

65
import javax.net.ssl.*;

0 commit comments

Comments
 (0)