<?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">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>pro.javacard</groupId>
        <artifactId>beefy-parent</artifactId>
        <version>26.06.29</version>
    </parent>

    <artifactId>beefy-source-jar</artifactId>
    <name>BeefyJar source</name>
    <description>Bundled git source.zip packaging and extraction</description>
    <properties>
        <jgit.version>7.7.0.202606012155-r</jgit.version>
    </properties>

    <dependencies>
        <dependency>
            <groupId>pro.javacard</groupId>
            <artifactId>beefy-common</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jgit</groupId>
            <artifactId>org.eclipse.jgit</artifactId>
            <version>${jgit.version}</version>
        </dependency>
    </dependencies>
</project>
