aboutsummaryrefslogtreecommitdiff
path: root/repository/MOA/spss/common/3.1.2/common-3.1.2.pom
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2021-11-22 17:25:00 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2021-11-22 17:25:00 +0100
commitfc0385dbeee71f1ce18783ef1c7a4d06288fdb0d (patch)
tree48c1c7ce79bbf02a5c369cb3c2d135359c17bbb8 /repository/MOA/spss/common/3.1.2/common-3.1.2.pom
parente3d6ec57d438058cc9d36905c327cd5c9f0233ce (diff)
parent9128d32d0bbbdc4d7183d3e189ffd3f59905aad5 (diff)
downloadmoa-id-spss-fc0385dbeee71f1ce18783ef1c7a4d06288fdb0d.tar.gz
moa-id-spss-fc0385dbeee71f1ce18783ef1c7a4d06288fdb0d.tar.bz2
moa-id-spss-fc0385dbeee71f1ce18783ef1c7a4d06288fdb0d.zip
Merge branch 'master' of gitlab.iaik.tugraz.at:egiz/moa-idspss
Diffstat (limited to 'repository/MOA/spss/common/3.1.2/common-3.1.2.pom')
-rw-r--r--repository/MOA/spss/common/3.1.2/common-3.1.2.pom40
1 files changed, 40 insertions, 0 deletions
diff --git a/repository/MOA/spss/common/3.1.2/common-3.1.2.pom b/repository/MOA/spss/common/3.1.2/common-3.1.2.pom
new file mode 100644
index 000000000..52464a717
--- /dev/null
+++ b/repository/MOA/spss/common/3.1.2/common-3.1.2.pom
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.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>
+ <groupId>moaSig</groupId>
+ <artifactId>common</artifactId>
+ <version>3.1.2</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.7.12</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.12.0</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <version>2.7.1</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>joda-time</groupId>
+ <artifactId>joda-time</artifactId>
+ <version>2.10.1</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>jaxen</groupId>
+ <artifactId>jaxen</artifactId>
+ <version>1.1.6</version>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+</project>