Skip to content
Snippets Groups Projects
Commit 0fbb977e authored by mbrodhu's avatar mbrodhu
Browse files

added cors to pom

parent ef3d1062
No related branches found
No related tags found
No related merge requests found
......@@ -18,21 +18,21 @@
<artifactId>crud-common</artifactId>
<version>${tgcrud.version}</version>
</dependency>
<!--dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-security-cors</artifactId>
<version>${cxf.version}</version>
</dependency-->
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-client</artifactId>
<version>${cxf.version}</version>
</dependency>
<!--dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
<version>${cxf.version}</version>
</dependency-->
</dependency>
<!--dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment