Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
HAWKULAR-683 - make sure xsd validation doesn't require internet access
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Oct 8, 2015
1 parent fe83bda commit 175aac0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
-->
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd">
xsi:schemaLocation="http://www.springframework.org/schema/beans classpath:spring-beans-2.0.xsd
http://activemq.apache.org/schema/core classpath:activemq.xsd">

<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" />

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<version.org.hawkular.accounts>1.0.16.Final-SRC-revision-3f499fed1a9fbc506ee6f72bd346a87e87621dc3</version.org.hawkular.accounts>
<version.org.hawkular.agent>0.10.1.Final-SRC-revision-978a81e1a3f688e1505950d2c67d3c615c0b313d</version.org.hawkular.agent>
<version.org.hawkular.alerts>0.5.0.Final-SRC-revision-4b0914c22cc1bf101b339149daa6f52aa383634f</version.org.hawkular.alerts>
<version.org.hawkular.bus>0.7.0.Final</version.org.hawkular.bus>
<version.org.hawkular.bus>0.7.1.Final-SNAPSHOT</version.org.hawkular.bus>
<version.org.hawkular.commons>0.2.2.Final-SRC-revision-1a725b961ec22eee5a81375aff4c016c73cd95e4</version.org.hawkular.commons>
<version.org.hawkular.cmdgw>0.9.1.Final-SRC-revision-d8f85d04925ffe7e8e172a5b5059f9a14b9fef53</version.org.hawkular.cmdgw>
<version.org.hawkular.metrics>0.7.0.Final</version.org.hawkular.metrics>
Expand Down

0 comments on commit 175aac0

Please sign in to comment.