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 behaviour?
Thanks
On 10/19/07, Jeff Yu <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Try this:
>
> <dependency>
> <groupId>org.apache.cxf</groupId>
> <artifactId>cxf-rt-core</artifactId>
> <version>${cxf.version}</version>
> </dependency>
>
> <dependency>
> <groupId>org.apache.cxf</groupId>
> <artifactId>cxf-rt-bindings-soap</artifactId>
> <version>${cxf.version}</version>
> </dependency>
>
> <dependency>
> <groupId>org.apache.cxf</groupId>
> <artifactId>cxf-rt-frontend-jaxws</artifactId>
> <version>${cxf.version}</version>
> </dependency>
>
> <dependency>
> <groupId>org.apache.cxf</groupId>
> <artifactId>cxf-tools-common</artifactId>
> <version>${cxf.version}</version>
> </dependency>
>
> <dependency>
> <groupId>org.apache.cxf</groupId>
> <artifactId>cxf-rt-transports-http</artifactId>
> <version>${cxf.version}</version>
> </dependency>
> <dependency>
> <groupId>org.apache.cxf</groupId>
> <artifactId>cxf-rt-transports-http-jetty</artifactId>
> <version>${cxf.version}</version>
> </dependency>
> <dependency>
> <groupId>org.apache.cxf</groupId>
> <artifactId>cxf-rt-ws-security</artifactId>
> <version>${cxf.version}</version>
> </dependency>
>
> Thanks
> Jeff
>
>
> shaminda perera wrote:
> > Hi all..
> >
> > I need to get all the CXF jars in to my Maven dependancy list..
> >
> > I have done something like this
> >
> >
> > <dependency>
> >
> > <groupId>org.apache.cxf</groupId>
> >
> > <artifactId>apache-cxf</artifactId>
> >
> > <version>2.0.1-incubator</version>
> >
> > </dependency>
> >
> > but i am not getting the required jars..
> >
> > someone pls help ,,, i need the correct entry to put in here..
> >
> > Thanks
> >
> >
>