diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-10 14:31:55 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-10 14:31:55 +0100 |
commit | 9128d32d0bbbdc4d7183d3e189ffd3f59905aad5 (patch) | |
tree | 30d25a3a302b3a68edaf6eb9e796dc108d5b23ec /repository/MOA/spss/server/moa-sig-lib/3.1.2/moa-sig-lib-3.1.2.pom | |
parent | ab5efe91d1779893723a7085e1f8984a4b9b466f (diff) | |
parent | 13a046b8df16ed037d2b9bc84969b583e89b8e53 (diff) | |
download | moa-id-spss-9128d32d0bbbdc4d7183d3e189ffd3f59905aad5.tar.gz moa-id-spss-9128d32d0bbbdc4d7183d3e189ffd3f59905aad5.tar.bz2 moa-id-spss-9128d32d0bbbdc4d7183d3e189ffd3f59905aad5.zip |
Merge branch 'development_preview' into 'master'
Development preview
See merge request egiz/moa-idspss!2
Diffstat (limited to 'repository/MOA/spss/server/moa-sig-lib/3.1.2/moa-sig-lib-3.1.2.pom')
-rw-r--r-- | repository/MOA/spss/server/moa-sig-lib/3.1.2/moa-sig-lib-3.1.2.pom | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/repository/MOA/spss/server/moa-sig-lib/3.1.2/moa-sig-lib-3.1.2.pom b/repository/MOA/spss/server/moa-sig-lib/3.1.2/moa-sig-lib-3.1.2.pom new file mode 100644 index 000000000..0836d47a3 --- /dev/null +++ b/repository/MOA/spss/server/moa-sig-lib/3.1.2/moa-sig-lib-3.1.2.pom @@ -0,0 +1,82 @@ +<?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>moa-sig-lib</artifactId> + <version>3.1.2</version> + <dependencies> + <dependency> + <groupId>MOA.spss</groupId> + <artifactId>common</artifactId> + <version>3.1.2</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.17</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.2</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.6</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.11</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.apache.axis</groupId> + <artifactId>axis-jaxrpc</artifactId> + <version>1.4</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.xerial</groupId> + <artifactId>sqlite-jdbc</artifactId> + <version>3.25.2</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + <version>2.3.1</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>com.sun.xml.bind</groupId> + <artifactId>jaxb-core</artifactId> + <version>2.3.0.1</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>com.sun.xml.bind</groupId> + <artifactId>jaxb-impl</artifactId> + <version>2.3.2</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.postgresql</groupId> + <artifactId>postgresql</artifactId> + <version>9.4-1204-jdbc42</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.8.1</version> + <scope>runtime</scope> + </dependency> + </dependencies> +</project> |