summaryrefslogtreecommitdiff
path: root/trunk/pdf-over-signator/pom.xml
diff options
context:
space:
mode:
authortkellner <tkellner@3a0b52a2-8410-0410-bc02-ff6273a87459>2012-08-07 14:52:00 +0000
committertkellner <tkellner@3a0b52a2-8410-0410-bc02-ff6273a87459>2012-08-07 14:52:00 +0000
commit94bf81d31e74a209d60f2fd4f1f20448770bf1a0 (patch)
treeee0a3ebc6e659360cbf822bf428034c33527ce39 /trunk/pdf-over-signator/pom.xml
parentef8b65e36085eb8d113620cb91ae1f0b2695eea2 (diff)
downloadpdf-over-94bf81d31e74a209d60f2fd4f1f20448770bf1a0.tar.gz
pdf-over-94bf81d31e74a209d60f2fd4f1f20448770bf1a0.tar.bz2
pdf-over-94bf81d31e74a209d60f2fd4f1f20448770bf1a0.zip
Refactoring
git-svn-id: https://svn.iaik.tugraz.at/svn/egiz/prj/current/12PDF-OVER-4.0@12276 3a0b52a2-8410-0410-bc02-ff6273a87459
Diffstat (limited to 'trunk/pdf-over-signator/pom.xml')
-rw-r--r--trunk/pdf-over-signator/pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/trunk/pdf-over-signator/pom.xml b/trunk/pdf-over-signator/pom.xml
new file mode 100644
index 00000000..a6cddab4
--- /dev/null
+++ b/trunk/pdf-over-signator/pom.xml
@@ -0,0 +1,18 @@
+<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>
+ <artifactId>pdf-over</artifactId>
+ <groupId>a-sit.at</groupId>
+ <version>4.0.0-SNAPSHOT</version>
+ <relativePath>..</relativePath>
+ </parent>
+ <artifactId>pdf-over-signator</artifactId>
+ <name>PDF-Over Signator</name>
+ <dependencies>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </dependency>
+ </dependencies>
+</project> \ No newline at end of file