Changeset 3ded84d in Git for pom.xml


Ignore:
Timestamp:
01/18/22 17:18:17 (3 years ago)
Author:
Test <matonikolov77@…>
Branches:
main
Children:
e0ef1b1
Parents:
7fafead
Message:

Model-database resolved bugs for mapping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    r7fafead r3ded84d  
    2222            <artifactId>spring-boot-starter-jdbc</artifactId>
    2323        </dependency>
    24         <dependency>
    25             <groupId>org.springframework.boot</groupId>
    26             <artifactId>spring-boot-starter-security</artifactId>
    27         </dependency>
     24<!--        <dependency>-->
     25<!--            <groupId>org.springframework.boot</groupId>-->
     26<!--            <artifactId>spring-boot-starter-security</artifactId>-->
     27<!--        </dependency>-->
    2828        <dependency>
    2929            <groupId>org.springframework.boot</groupId>
     
    7171            <artifactId>h2</artifactId>
    7272        </dependency>
     73        <dependency>
     74            <groupId>com.jcraft</groupId>
     75            <artifactId>jsch</artifactId>
     76            <version>0.1.55</version>
     77        </dependency>
     78    </dependencies>
    7379
    74 
    75 
    76     </dependencies>
    7780
    7881    <build>
Note: See TracChangeset for help on using the changeset viewer.