- Timestamp:
- 02/03/24 15:58:58 (9 months ago)
- Branches:
- master
- Children:
- aea04dd
- Parents:
- 3e572eb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pom.xml
r3e572eb r501396e 41 41 <scope>test</scope> 42 42 </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 43 57 </dependencies> 44 58
Note:
See TracChangeset
for help on using the changeset viewer.