We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2407c commit 33ec68fCopy full SHA for 33ec68f
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>fr.inria</groupId>
5
<artifactId>yajta</artifactId>
6
- <version>1.0.0</version>
+ <version>1.1.0</version>
7
<packaging>jar</packaging>
8
<name>yajta</name>
9
<url>http://maven.apache.org</url>
src/main/java/fr/inria/yajta/Agent.java
@@ -6,7 +6,6 @@
import java.io.IOException;
import java.lang.instrument.Instrumentation;
import java.lang.instrument.UnmodifiableClassException;
-import java.net.JarURLConnection;
10
import java.util.Arrays;
11
import java.util.Properties;
12
0 commit comments