Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ecsec Public
reqesidta-prototype
client-signer
Commits
b313e196
Commit
b313e196
authored
Oct 08, 2019
by
Tobias Wich
Browse files
Update proxy-vole lib
parent
d4414a12
Changes
3
Show whitespace changes
Inline
Side-by-side
crypto/tls/pom.xml
View file @
b313e196
...
...
@@ -30,6 +30,12 @@
<groupId>
com.github.markusbernhardt
</groupId>
<artifactId>
proxy-vole
</artifactId>
</dependency>
<!-- updated version or there are build problems due to JDK system dependencies which are not present in modern JDKs -->
<dependency>
<groupId>
org.javadelight
</groupId>
<artifactId>
delight-nashorn-sandbox
</artifactId>
<version>
0.1.26
</version>
</dependency>
</dependencies>
</project>
crypto/tls/src/main/java/org/openecard/crypto/tls/proxy/ProxySettingsLoader.java
View file @
b313e196
...
...
@@ -90,12 +90,6 @@ public class ProxySettingsLoader {
break
;
}
}
@Override
public
boolean
isLogginEnabled
(
LogLevel
logLevel
)
{
// can not determine without knowing the class
return
true
;
}
});
}
...
...
pom.xml
View file @
b313e196
...
...
@@ -853,7 +853,7 @@
<dependency>
<groupId>
com.github.markusbernhardt
</groupId>
<artifactId>
proxy-vole
</artifactId>
<version>
1.0.
4
</version>
<version>
1.0.
5
</version>
</dependency>
<dependency>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment