- Timestamp:
- 01/16/22 20:22:55 (3 years ago)
- Branches:
- main
- Children:
- 3ded84d
- Parents:
- 2d57cad (diff), 7bc8942 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pom.xml
r2d57cad r7fafead 42 42 <groupId>org.postgresql</groupId> 43 43 <artifactId>postgresql</artifactId> 44 <scope>runtime</scope>45 44 </dependency> 46 45 <dependency> … … 72 71 <artifactId>h2</artifactId> 73 72 </dependency> 74 <dependency> 75 <groupId>org.postgresql</groupId> 76 <artifactId>postgresql</artifactId> 77 </dependency> 78 <dependency> 79 <groupId>com.jcraft</groupId> 80 <artifactId>jsch</artifactId> 81 <version>0.1.55</version> 82 </dependency> 73 74 83 75 84 76 </dependencies>
Note:
See TracChangeset
for help on using the changeset viewer.