Changeset 7fafead in Git for pom.xml


Ignore:
Timestamp:
01/16/22 20:22:55 (3 years ago)
Author:
Test <matonikolov77@…>
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.
Message:

Resolving models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    r2d57cad r7fafead  
    4242            <groupId>org.postgresql</groupId>
    4343            <artifactId>postgresql</artifactId>
    44             <scope>runtime</scope>
    4544        </dependency>
    4645        <dependency>
     
    7271            <artifactId>h2</artifactId>
    7372        </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
    8375
    8476    </dependencies>
Note: See TracChangeset for help on using the changeset viewer.