diff options
-rw-r--r-- | BKUOnline/pom.xml | 4 | ||||
-rw-r--r-- | BKUOnline/src/main/webapp/WEB-INF/wsdl/stal.xsd | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml index 9d8a808f..a0e45cf6 100644 --- a/BKUOnline/pom.xml +++ b/BKUOnline/pom.xml @@ -43,12 +43,12 @@ <version>1.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
- <dependency>
+ <!--dependency>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUApplet</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>provided</scope>
- </dependency>
+ </dependency-->
<!--
| see https://wsit.dev.java.net/issues/show_bug.cgi?id=970
-->
diff --git a/BKUOnline/src/main/webapp/WEB-INF/wsdl/stal.xsd b/BKUOnline/src/main/webapp/WEB-INF/wsdl/stal.xsd index 74d5fe6e..c4e48e2c 100644 --- a/BKUOnline/src/main/webapp/WEB-INF/wsdl/stal.xsd +++ b/BKUOnline/src/main/webapp/WEB-INF/wsdl/stal.xsd @@ -81,6 +81,7 @@ <complexContent> <extension base="tns:RequestType"> <sequence> + <!-- enumeration IdentityLink, CertifiedKeyPair --> <element name="InfoboxIdentifier" type="string"/> <element name="DomainIdentifier" type="string" minOccurs="0"/> </sequence> |