INTEXT-122: Make XSD versionless from SI-core XSD
JIRA: https://jira.spring.io/browse/INTEXT-122 Fix for SMPP. All other extensions will be fixed on demand, when they will be upgraded to SI 4.0 or higher
This commit is contained in:
@@ -29,7 +29,7 @@ ext {
|
||||
slf4jVersion = '1.7.7'
|
||||
commonsLangVersion = '2.6'
|
||||
commonsBeanUtilsVersion = '1.8.3'
|
||||
springIntegrationVersion = '4.0.2.RELEASE'
|
||||
springIntegrationVersion = '4.0.5.RELEASE'
|
||||
|
||||
idPrefix = 'smpp'
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<xsd:import namespace="http://www.springframework.org/schema/beans" />
|
||||
<xsd:import namespace="http://www.springframework.org/schema/tool" />
|
||||
<xsd:import namespace="http://www.springframework.org/schema/integration"
|
||||
schemaLocation="http://www.springframework.org/schema/integration/spring-integration-4.0.xsd" />
|
||||
schemaLocation="http://www.springframework.org/schema/integration/spring-integration.xsd" />
|
||||
|
||||
<xsd:annotation>
|
||||
<xsd:documentation><![CDATA[
|
||||
|
||||
Reference in New Issue
Block a user