Changeset 501396e for pom.xml


Ignore:
Timestamp:
02/03/24 15:58:58 (5 months ago)
Author:
Blazho <aleksandar.blazhevski@…>
Branches:
master
Children:
aea04dd
Parents:
3e572eb
Message:

added missing files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    r3e572eb r501396e  
    4141            <scope>test</scope>
    4242        </dependency>
     43        <!-- https://mvnrepository.com/artifact/com.jcraft/jsch -->
     44        <dependency>
     45            <groupId>com.jcraft</groupId>
     46            <artifactId>jsch</artifactId>
     47            <version>0.1.55</version>
     48        </dependency>
     49
     50        <!-- https://mvnrepository.com/artifact/org.json/json -->
     51        <dependency>
     52            <groupId>org.json</groupId>
     53            <artifactId>json</artifactId>
     54            <version>20231013</version>
     55        </dependency>
     56
    4357    </dependencies>
    4458
Note: See TracChangeset for help on using the changeset viewer.