Skip to content
Snippets Groups Projects
Select Git revision
  • d9e0922d14c8f2e6ea648f8aeba7475d2b48e7ce
  • master default
  • renovate/requests-2.x
  • renovate/flask-3.x
  • renovate/gevent-25.x
  • renovate/postgres-17.x
  • renovate/python-3.x
  • v1.1.0
  • v1.0.0
9 results

version.json

Blame
  • pom.xml 10.29 KiB
    <?xml version="1.0" encoding="UTF-8"?>
    <project xmlns="http://maven.apache.org/POM/4.0.0"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <parent>
            <artifactId>BudgetMaster</artifactId>
            <groupId>de.deadlocker8</groupId>
            <version>2.15.1</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
    
        <artifactId>BudgetMasterServer</artifactId>
    
        <dependencyManagement>
            <dependencies>
                <dependency>
                    <groupId>de.thecodelabs</groupId>
                    <artifactId>jlibs</artifactId>
                    <version>${jlibs.version}</version>
                    <type>pom</type>
                    <scope>import</scope>
                </dependency>
            </dependencies>
        </dependencyManagement>
    
        <properties>
            <jlibs.version>3.2.0</jlibs.version>
            <versionizer.version>3.0.1</versionizer.version>
            <webjars-locator.version>0.47</webjars-locator.version>
            <jquery.version>3.6.4</jquery.version>
            <materializecss.version>1.0.0</materializecss.version>
            <fontawesome.version>6.4.0</fontawesome.version>
            <sortablejs.version>1.15.0</sortablejs.version>
            <mousetrap.version>1.6.5</mousetrap.version>
            <codemirror.version>5.62.2</codemirror.version>
            <selenium.version>4.10.0</selenium.version>
            <jgit.version>6.6.0.202305301015-r</jgit.version>
            <natorder.version>1.1.3</natorder.version>
            <itextpdf.version>5.5.13.3</itextpdf.version>
            <vanilla-picker.version>2.12.1</vanilla-picker.version>
            <jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version>
            <opencsv.version>5.7.1</opencsv.version>
            <datatables.version>1.13.5</datatables.version>
            <jakarta.xml.bind-api.version>4.0.0</jakarta.xml.bind-api.version>
            <junit-jupiter-engine.version>5.9.3</junit-jupiter-engine.version>
    
            <project.outputDirectory>${project.build.directory}/../build/${project.version}</project.outputDirectory>
            <project.artifactName>${project.artifactId}-v${project.version}</project.artifactName>
        </properties>
    
        <dependencies>
            <dependency>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-freemarker</artifactId>
            </dependency>
    
            <dependency>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-devtools</artifactId>
            </dependency>
    
            <dependency>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-web</artifactId>
            </dependency>
    
            <dependency>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-data-jpa</artifactId>
            </dependency>