Changeset a95bd1b for pom.xml


Ignore:
Timestamp:
05/23/26 14:21:13 (4 months ago)
Author:
MBK <marija.karapandzova@…>
Branches:
master
Children:
7e4a5fd
Parents:
0e894d2
Message:

Add functionalities for total sum in billing and generate pdf invoice for a bill

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    r0e894d2 ra95bd1b  
    1010    </parent>
    1111    <groupId>medora</groupId>
    12     <artifactId>medora5</artifactId>
     12    <artifactId>medora4</artifactId>
    1313    <version>0.0.1-SNAPSHOT</version>
    14     <name>medora5</name>
    15     <description>medora5</description>
     14    <name>medora4</name>
     15    <description>medora4</description>
    1616    <url/>
    1717    <licenses>
     
    7575            <artifactId>spring-boot-starter-validation</artifactId>
    7676        </dependency>
     77
     78        <!-- iText for PDF generation -->
     79        <dependency>
     80            <groupId>com.itextpdf</groupId>
     81            <artifactId>kernel</artifactId>
     82            <version>7.2.5</version>
     83        </dependency>
     84        <dependency>
     85            <groupId>com.itextpdf</groupId>
     86            <artifactId>layout</artifactId>
     87            <version>7.2.5</version>
     88        </dependency>
     89        <dependency>
     90            <groupId>com.itextpdf</groupId>
     91            <artifactId>io</artifactId>
     92            <version>7.2.5</version>
     93        </dependency>
    7794    </dependencies>
    7895
Note: See TracChangeset for help on using the changeset viewer.