<?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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.kuali.coeus</groupId>
        <artifactId>coeus-s2sgen</artifactId>
        <version>2601.0002</version>
    </parent>
    <artifactId>coeus-s2sgen-impl</artifactId>

    <properties>
        <gg.schema.dir>${basedir}/src/main/resources/org/kuali/coeus/s2sgen/impl/generate/support/schema</gg.schema.dir>
    </properties>
    
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.xmlbeans</groupId>
                <artifactId>xmlbeans</artifactId>
                <executions>
                    <execution>
                        <id>gg</id>
                        <phase>generate-sources</phase>
                        <goals>
                            <goal>compile</goal>
                        </goals>
                        <configuration>
                            <sourceDir>${gg.schema.dir}</sourceDir>
                            <catalogLocation>${gg.schema.dir}/catalog.xml</catalogLocation>
                            <repackage>org.kuali.coeus.s2sgen.impl.generate.support.metadata</repackage>
                            <name>s2sgen</name>
                            <mdefNamespaces>
                                <mdefNamespace>http://apply.grants.gov/forms/Attachments-V1.0</mdefNamespace>
                                <mdefNamespace>http://apply.grants.gov/system/Global-V1.0</mdefNamespace>
                                <mdefNamespace>http://apply.grants.gov/system/GlobalLibrary-V1.0</mdefNamespace>
                                <mdefNamespace>http://apply.grants.gov/system/GlobalLibrary-V2.0</mdefNamespace>
                                <mdefNamespace>http://apply.grants.gov/system/UniversalCodes-V1.0</mdefNamespace>
                                <mdefNamespace>http://apply.grants.gov/system/UniversalCodes-V2.0</mdefNamespace>

                                <mdefNamespace>http://apply.grants.gov/forms/RR_FedNonFedBudget_2_0-V2.0</mdefNamespace>
                                <mdefNamespace>http://apply.grants.gov/forms/RR_Budget10_3_0-V3.0</mdefNamespace>
                                <mdefNamespace>http://apply.grants.gov/forms/RR_MP_Budget_3_0-V3.0</mdefNamespace>
                                <mdefNamespace>http://apply.grants.gov/forms/RR_MP_Budget_2_0-V2.0</mdefNamespace>
                                <mdefNamespace>http://apply.grants.gov/forms/RR_Budget_3_0-V3.0</mdefNamespace>
                                <mdefNamespace>http://apply.grants.gov/forms/RR_Budget_2_0-V2.0</mdefNamespace>
                                <mdefNamespace>http://apply.grants.gov/forms/RR_MP_Budget_1_1-V1.1</mdefNamespace>
                                <mdefNamespace>http://apply.grants.gov/forms/PHS398_TrainingBudget_2_0-V2.0</mdefNamespace>
                                <mdefNamespace>http://apply.grants.gov/forms/RR_Budget10_2_0-V2.0</mdefNamespace>
                            </mdefNamespaces>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>
    
    <dependencies>

        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
        </dependency>

        <dependency>
            <groupId>com.github.librepdf</groupId>
            <artifactId>openpdf</artifactId>
        </dependency>

        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.logging.log4j</groupId>
            <artifactId>log4j-api</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.logging.log4j</groupId>
            <artifactId>log4j-core</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.logging.log4j</groupId>
            <artifactId>log4j-1.2-api</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.logging.log4j</groupId>
            <artifactId>log4j-jcl</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.logging.log4j</groupId>
            <artifactId>log4j-slf4j-impl</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.logging.log4j</groupId>
            <artifactId>log4j-jul</artifactId>
        </dependency>

        <dependency>
            <groupId>org.junit.jupiter</groupId>
            <artifactId>junit-jupiter-engine</artifactId>
        </dependency>

        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-collections4</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-lang3</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.santuario</groupId>
            <artifactId>xmlsec</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.xmlgraphics</groupId>
            <artifactId>fop</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.xmlgraphics</groupId>
            <artifactId>xmlgraphics-commons</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.xmlbeans</groupId>
            <artifactId>xmlbeans</artifactId>
        </dependency>

        <dependency>
            <groupId>org.kuali.coeus</groupId>
            <artifactId>coeus-api-all</artifactId>
        </dependency>

        <dependency>
            <groupId>org.kuali.coeus</groupId>
            <artifactId>coeus-s2sgen-api</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-beans</artifactId>
        </dependency>

        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context</artifactId>
        </dependency>

        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-core</artifactId>
        </dependency>
    </dependencies>
</project>
