diff options
author | Andreas Reiter <andreas.reiter@iaik.tugraz.at> | 2014-03-06 11:02:58 +0100 |
---|---|---|
committer | Andreas Reiter <andreas.reiter@iaik.tugraz.at> | 2014-03-06 11:02:58 +0100 |
commit | f144311799a2d491bc6c7de88f43665cc8ad2254 (patch) | |
tree | 05f5d9ba81b766a827ac672f7e95fafae33f7431 /repository/eu/stork/oasis-dss-api/1.0.0-SNAPSHOT | |
parent | 00389dee59f886d4389b191d98b1a1db7b5de161 (diff) | |
download | moa-id-spss-f144311799a2d491bc6c7de88f43665cc8ad2254.tar.gz moa-id-spss-f144311799a2d491bc6c7de88f43665cc8ad2254.tar.bz2 moa-id-spss-f144311799a2d491bc6c7de88f43665cc8ad2254.zip |
Updated oasis-dss-api version to 1.0.0-RELEASE
Diffstat (limited to 'repository/eu/stork/oasis-dss-api/1.0.0-SNAPSHOT')
-rw-r--r-- | repository/eu/stork/oasis-dss-api/1.0.0-SNAPSHOT/oasis-dss-api-1.0.0-SNAPSHOT.jar | bin | 282629 -> 0 bytes | |||
-rw-r--r-- | repository/eu/stork/oasis-dss-api/1.0.0-SNAPSHOT/oasis-dss-api-1.0.0-SNAPSHOT.pom | 85 |
2 files changed, 0 insertions, 85 deletions
diff --git a/repository/eu/stork/oasis-dss-api/1.0.0-SNAPSHOT/oasis-dss-api-1.0.0-SNAPSHOT.jar b/repository/eu/stork/oasis-dss-api/1.0.0-SNAPSHOT/oasis-dss-api-1.0.0-SNAPSHOT.jar Binary files differdeleted file mode 100644 index 8414d7851..000000000 --- a/repository/eu/stork/oasis-dss-api/1.0.0-SNAPSHOT/oasis-dss-api-1.0.0-SNAPSHOT.jar +++ /dev/null diff --git a/repository/eu/stork/oasis-dss-api/1.0.0-SNAPSHOT/oasis-dss-api-1.0.0-SNAPSHOT.pom b/repository/eu/stork/oasis-dss-api/1.0.0-SNAPSHOT/oasis-dss-api-1.0.0-SNAPSHOT.pom deleted file mode 100644 index ef04f07c4..000000000 --- a/repository/eu/stork/oasis-dss-api/1.0.0-SNAPSHOT/oasis-dss-api-1.0.0-SNAPSHOT.pom +++ /dev/null @@ -1,85 +0,0 @@ -<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> - <artifactId>oasis-dss-api</artifactId> - <groupId>eu.stork</groupId> - <version>1.0.0-SNAPSHOT</version> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jaxb2-maven-plugin</artifactId> - <version>1.5</version> - <executions> - <execution> - <id>oasis-dss</id> - <goals> - <goal>xjc</goal> - </goals> - </execution> - </executions> - <configuration> - <args> - <arg>-npa</arg> - </args> - <schemaDirectory>${project.basedir}/src/main/resources/schema/oasis-dss</schemaDirectory> - <schemaFiles>oasis-dss-core-schema-v1.0-os.xsd</schemaFiles> - <packageName>eu.stork.oasisdss.profile</packageName> - <extension>true</extension> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> - <configuration> - <source>1.6</source> - <target>1.6</target> - <encoding>${project.build.sourceEncoding}</encoding> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <version>2.4</version> - <configuration> - <encoding>${project.build.sourceEncoding}</encoding> - </configuration> - </plugin> - - </plugins> - </build> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> - <dependencies> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.17</version> - </dependency> - <dependency> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - <version>2.11.0</version> - - <scope>provided</scope> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.11</version> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-io</artifactId> - <version>1.3.2</version> - </dependency> - <dependency> - <groupId>com.sun.xml.ws</groupId> - <artifactId>jaxws-rt</artifactId> - <version>2.1.7</version> - </dependency> - - </dependencies> -</project>
\ No newline at end of file |