aboutsummaryrefslogtreecommitdiff
path: root/repository
diff options
context:
space:
mode:
authorAndreas Reiter <andreas.reiter@iaik.tugraz.at>2014-03-06 11:02:58 +0100
committerAndreas Reiter <andreas.reiter@iaik.tugraz.at>2014-03-06 11:02:58 +0100
commitf144311799a2d491bc6c7de88f43665cc8ad2254 (patch)
tree05f5d9ba81b766a827ac672f7e95fafae33f7431 /repository
parent00389dee59f886d4389b191d98b1a1db7b5de161 (diff)
downloadmoa-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')
-rw-r--r--repository/eu/stork/oasis-dss-api/1.0.0-RELEASE/oasis-dss-api-1.0.0-RELEASE.jar (renamed from repository/eu/stork/oasis-dss-api/1.0.0-SNAPSHOT/oasis-dss-api-1.0.0-SNAPSHOT.jar)bin282629 -> 282669 bytes
-rw-r--r--repository/eu/stork/oasis-dss-api/1.0.0-RELEASE/oasis-dss-api-1.0.0-RELEASE.pom (renamed from repository/eu/stork/oasis-dss-api/1.0.0-SNAPSHOT/oasis-dss-api-1.0.0-SNAPSHOT.pom)42
2 files changed, 15 insertions, 27 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-RELEASE/oasis-dss-api-1.0.0-RELEASE.jar
index 8414d7851..2943eac88 100644
--- 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-RELEASE/oasis-dss-api-1.0.0-RELEASE.jar
Binary files differ
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-RELEASE/oasis-dss-api-1.0.0-RELEASE.pom
index ef04f07c4..7dab86ee0 100644
--- 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-RELEASE/oasis-dss-api-1.0.0-RELEASE.pom
@@ -3,32 +3,10 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>oasis-dss-api</artifactId>
<groupId>eu.stork</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0-RELEASE</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>
@@ -75,11 +53,21 @@
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
</dependency>
+<!-- <dependency> -->
+<!-- <groupId>org.jvnet.jaxb2_commons</groupId> -->
+<!-- <artifactId>jaxb2-namespace-prefix</artifactId> -->
+<!-- <version>1.1</version> -->
+<!-- </dependency> -->
<dependency>
- <groupId>com.sun.xml.ws</groupId>
- <artifactId>jaxws-rt</artifactId>
- <version>2.1.7</version>
+ <groupId>eu.medsea.mimeutil</groupId>
+ <artifactId>mime-util</artifactId>
+ <version>2.1.3</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
-
</dependencies>
</project> \ No newline at end of file