[extra-standard] r1959 committed - Some cleanup with dependencies

4 views
Skip to first unread message

extra-s...@googlecode.com

unread,
Mar 24, 2015, 10:39:16 AM3/24/15
to extra-sta...@googlegroups.com
Revision: 1959
Author: florianstratil
Date: Tue Mar 24 14:38:56 2015 UTC
Log: Some cleanup with dependencies
https://code.google.com/p/extra-standard/source/detail?r=1959

Deleted:
/trunk/java/apps/extraClientLight/src/main/resources/wsdl/eXTra-error-1.xsd
Modified:
/trunk/java/apps/extraClientLight/pom.xml

=======================================
---
/trunk/java/apps/extraClientLight/src/main/resources/wsdl/eXTra-error-1.xsd
Fri Oct 17 06:38:41 2014 UTC
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Schema module describing eXTra service extension messages
-
- @file eXTra-error-1.xsd
- @author [MS] Michael Schäfer, Statistisches Bundesamt
- @version 1.0.0
- @state RELEASE
- @date 2011-10-21
-
- @changed 2010-07-04 1.0 MS / Set version to '1.0'
- @changed 2010-07-12 1.0 MS - Removed unused import of
ns '../codelists/1'
- @changed 2010-10-21 1.0 MS - Changed @state to RELEASE
-
--->
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:xcpt="http://www.extra-standard.de/namespace/components/1"
- xmlns:xsrv="http://www.extra-standard.de/namespace/service/1"
- xmlns="http://www.extra-standard.de/namespace/service/1"
- targetNamespace="http://www.extra-standard.de/namespace/service/1"
- attributeFormDefault="unqualified"
- elementFormDefault="qualified"
- version="1.0.0">
-
- <!-- Import shared element declarations and type declarations -->
-
- <xs:import
namespace="http://www.extra-standard.de/namespace/components/1"
schemaLocation="eXTra-components-1.xsd"/>
-
- <!-- Complex content types -->
-
- <!-- A message to be returned if a request could not be processed
properly for whatever reason.
- @since 1.0 MS
- -->
- <xs:complexType name="ExtraErrorType">
- <xs:sequence>
- <xs:element name="Reason" type="ExtraErrorReasonType"/>
- <xs:element ref="xcpt:RequestID" minOccurs="0"/>
- <xs:element ref="xcpt:ResponseID" minOccurs="0"/>
- <xs:element ref="xcpt:TimeStamp"/>
- <xs:element ref="xcpt:Application" minOccurs="0"/>
- <xs:element ref="xcpt:Report"/>
- </xs:sequence>
- <xs:attribute name="version">
- <xs:simpleType>
- <xs:restriction base="xcpt:AbstractVersionType">
- <xs:enumeration value="1.0"/>
- </xs:restriction>
- </xs:simpleType>
- </xs:attribute>
- </xs:complexType>
-
- <!-- Simple content types -->
-
- <!-- @since 1.0 MS -->
- <xs:simpleType name="ExtraErrorReasonType">
- <xs:restriction base="xs:anyURI">
- <xs:enumeration
value="http://www.extra-standard.de/reason/SERVICE_TEMPORARILY_UNAVAILABLE"/>
- <xs:enumeration
value="http://www.extra-standard.de/reason/SERVICE_PERMANENTLY_UNAVAILABLE"/>
- <xs:enumeration
value="http://www.extra-standard.de/reason/SERVICE_FAILURE"/>
- <xs:enumeration
value="http://www.extra-standard.de/reason/INVALID_REQUEST"/>
- <xs:enumeration
value="http://www.extra-standard.de/reason/UNSPECIFIED"/>
- </xs:restriction>
- </xs:simpleType>
-
- <!-- Messages -->
-
- <!-- @since 1.0 MS -->
- <xs:element name="ExtraError" type="ExtraErrorType"/>
-
-</xs:schema>
=======================================
--- /trunk/java/apps/extraClientLight/pom.xml Tue Nov 11 10:22:36 2014 UTC
+++ /trunk/java/apps/extraClientLight/pom.xml Tue Mar 24 14:38:56 2015 UTC
@@ -11,6 +11,28 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>2.7.3</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>geronimo-javamail_1.4_spec</artifactId>
+ <groupId>org.apache.geronimo.specs</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>neethi</artifactId>
+ <groupId>org.apache.neethi</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>cxf-rt-ws-policy</artifactId>
+ <groupId>org.apache.cxf</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>woodstox-core-asl</artifactId>
+ <groupId>org.codehaus.woodstox</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>asm</artifactId>
+ <groupId>asm</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
@@ -20,7 +42,7 @@
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
- <version>7.0</version>
+ <version>7.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Reply all
Reply to author
Forward
0 new messages