RE: maven repo for cxf jars

2007-10-19 Thread Benson Margulies
] Sent: Friday, October 19, 2007 10:05 AM To: cxf-user@incubator.apache.org Subject: Re: maven repo for cxf jars Thanks Jeff.. another quick question. what is the difference between javax.xml.bind.annotation.XmlType and org.apache.cxf.aegis.type.java5.XmlType both are having the same

Re: maven repo for cxf jars

2007-10-19 Thread Jeff Yu
Hi, Try this: dependency groupIdorg.apache.cxf/groupId artifactIdcxf-rt-core/artifactId version${cxf.version}/version /dependency dependency groupIdorg.apache.cxf/groupId artifactIdcxf-rt-bindings-soap/artifactId version${cxf.version}/version