<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <artifactId>philae</artifactId> <name>Egypt Philae</name> <version>2023-06</version> <parent> <groupId>de.uni-leipzig.urz</groupId> <artifactId>dptbase-parent</artifactId> <version>2023.06-SNAPSHOT</version> </parent> <developers> <developer> <id>bt1cu</id> <name>Jens Kupferschmidt</name> <organization>Universitätsrechenzentrum Leipzig</organization> <email>jens.kupferschmidt (at) uni-leipzig.de</email> <organizationUrl>http://www.uni-leipzig.de/urz/</organizationUrl> <timezone>+1</timezone> <roles> <role>architect</role> <role>developer</role> </roles> </developer> <developer> <id>bt1mb</id> <name>Michael Becker</name> <organization>Universitätsrechenzentrum Leipzig</organization> <email>michael.becker (at) uni-leipzig.de</email> <organizationUrl>http://www.uni-leipzig.de/urz/</organizationUrl> <timezone>+1</timezone> <roles> <role>architect</role> <role>developer</role> </roles> </developer> <developer> <id>bt1me</id> <name>Moritz Engelmann</name> <organization>Universitätsrechenzentrum Leipzig</organization> <email>moritz.engelmann (at) uni-leipzig.de</email> <organizationUrl>http://www.uni-leipzig.de/urz/</organizationUrl> <timezone>+1</timezone> <roles> <role>architect</role> <role>developer</role> </roles> </developer> </developers> <repositories> <repository> <id>UL Nexus Snapshots</id> <url>https://nexus.sc.uni-leipzig.de/repository/maven-snapshots/</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> <checksumPolicy>warn</checksumPolicy> </snapshots> </repository> </repositories> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <configuration> <outputDirectory> ${build.directory}/lib </outputDirectory> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.mycore</groupId> <artifactId>mycore-base</artifactId> </dependency> <dependency> <groupId>org.mycore</groupId> <artifactId>mycore-ifs</artifactId> </dependency> <dependency> <groupId>org.mycore</groupId> <artifactId>mycore-solr</artifactId> </dependency> <dependency> <groupId>org.mycore</groupId> <artifactId>mycore-classbrowser</artifactId> </dependency> <dependency> <groupId>org.mycore</groupId> <artifactId>mycore-classeditor</artifactId> </dependency> <dependency> <groupId>org.mycore</groupId> <artifactId>mycore-cronjob</artifactId> </dependency> <dependency> <groupId>org.mycore</groupId> <artifactId>mycore-iiif</artifactId> </dependency> <dependency> <groupId>org.mycore</groupId> <artifactId>mycore-indexing</artifactId> </dependency> <dependency> <groupId>org.mycore</groupId> <artifactId>mycore-jobqueue</artifactId> </dependency> <dependency> <groupId>org.mycore</groupId> <artifactId>mycore-mets</artifactId> </dependency> <dependency> <groupId>org.mycore</groupId> <artifactId>mycore-mods</artifactId> </dependency> <dependency> <groupId>org.mycore</groupId> <artifactId>mycore-oai</artifactId> </dependency> <dependency> <groupId>org.mycore</groupId> <artifactId>mycore-ocfl</artifactId> </dependency> <dependency> <groupId>org.mycore</groupId> <artifactId>mycore-user2</artifactId> </dependency> <dependency> <groupId>org.mycore</groupId> <artifactId>mycore-iview2</artifactId> </dependency> <dependency> <groupId>org.mycore</groupId> <artifactId>mycore-neo4j</artifactId> </dependency> <dependency> <groupId>org.mycore</groupId> <artifactId>mycore-webtools</artifactId> </dependency> <dependency> <groupId>org.mycore</groupId> <artifactId>mycore-wfc</artifactId> </dependency> <dependency> <groupId>org.mycore</groupId> <artifactId>mycore-xeditor</artifactId> </dependency> <dependency> <groupId>org.mycore</groupId> <artifactId>mycore-viewer</artifactId> </dependency> <dependency> <groupId>de.uni-leipzig.urz</groupId> <artifactId>dptbase-anttools</artifactId> </dependency> <dependency> <groupId>de.uni-leipzig.urz</groupId> <artifactId>dptbase-common</artifactId> </dependency> <dependency> <groupId>de.uni-leipzig.urz</groupId> <artifactId>dptbase-agent</artifactId> </dependency> <dependency> <groupId>de.uni-leipzig.urz</groupId> <artifactId>dptbase-infomail</artifactId> </dependency> <dependency> <groupId>jakarta.servlet</groupId> <artifactId>jakarta.servlet-api</artifactId> </dependency> <dependency> <groupId>com.oopsconsultancy</groupId> <artifactId>xmltask</artifactId> </dependency> <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> </dependency> <dependency> <groupId>com.itextpdf</groupId> <artifactId>itextpdf</artifactId> </dependency> </dependencies> </project>