Merge branch 'asm_14.4.1' of ssh://10.201.30.8:29418/AWIPS2_baseline into master_14.4.1
Former-commit-id:c19e0d67fe
[formerly41594784d8
[formerly 0f43b2ab4b9cfafa58483a7f7b394bae78cb2737]] Former-commit-id:41594784d8
Former-commit-id:0b4b21e4e4
This commit is contained in:
commit
bcb77af0c1
1 changed files with 12 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
<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-3.1.xsd">
|
||||
|
||||
<bean class="com.raytheon.uf.common.message.JAXBMessageRegistry" factory-method="register">
|
||||
<constructor-arg>
|
||||
<list>
|
||||
<value>com.raytheon.uf.common.dataplugin.obs.metar.MetarRecord</value>
|
||||
</list>
|
||||
</constructor-arg>
|
||||
</bean>
|
||||
|
||||
</beans>
|
Loading…
Add table
Reference in a new issue