Dependency littleproxy
Friday, May 14, 2021 at 02:51amHello,
I try to install the version 11.41 of com.silanis.sdk
As I see, there is a dependency on littleproxy 1.1.2 (org\littleshoot\littleproxy\1.1.2)., but it has not been updated since 2017.
Could you please confirm if it is still supported and required?
Thanks and Regards,
Michail
Reply to: Dependency littleproxy
Friday, May 14, 2021 at 04:29amHi Michail,
If search the keyword "littleshoot" in the entire SDK source code, I only found it being referenced once in class "ProxyConfigurationExample", used to set up a testing HTTP proxy. Hence in my understanding, if you are installing the SDK without dependencies, you don't need to install this one.
Duo
Reply to: Dependency littleproxy
Friday, May 14, 2021 at 05:27amHi Duo,
I did it but during the maven build, I got the error of org.littleshoot:littleproxy:jar:1.1.2 which is missing..
Regards,
Michail
Reply to: Dependency littleproxy
Friday, May 14, 2021 at 06:20amHi Michail,
Could you elaborate it a bit so that I can understand the scenario better? Are you installing the OSS Java SDK in Maven with below code, or you are adding the JAR file (without dependencies) to the build path? (Because below artifact already includes all the necessary dependencies) Or are you trying to compile the SDK source code manually?
<!-- https://mvnrepository.com/artifact/com.silanis.esl/sdk -->
<dependency>
<groupId>com.silanis.esl</groupId>
<artifactId>sdk</artifactId>
<version>11.41</version>
</dependency>
Duo
Reply to: Dependency littleproxy
Friday, May 14, 2021 at 06:31amHi Duo,
We succeeded to build successfully.
Many thanks,
Michail