KEYCLOAK-2805 - Moved cxf.version up to the main pom
This commit is contained in:
parent
f5f36545f3
commit
53799297b3
3 changed files with 1 additions and 3 deletions
|
@ -31,8 +31,6 @@
|
|||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
|
||||
<cxf.version>3.1.5</cxf.version>
|
||||
<jetty9.version>8.1.17.v20150415</jetty9.version>
|
||||
<keycloak.osgi.export>
|
||||
org.keycloak.adapters.osgi.*
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
<artifactId>keycloak-examples-fuse-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<properties>
|
||||
<cxf.version>3.1.5</cxf.version>
|
||||
<camel.version>2.16.1</camel.version>
|
||||
</properties>
|
||||
<modules>
|
||||
|
|
1
pom.xml
1
pom.xml
|
@ -50,6 +50,7 @@
|
|||
<apache.httpcomponents.httpcore.version>4.4.1</apache.httpcomponents.httpcore.version>
|
||||
<apache.mime4j.version>0.6</apache.mime4j.version>
|
||||
<bouncycastle.version>1.52</bouncycastle.version>
|
||||
<cxf.version>3.1.5</cxf.version>
|
||||
<dom4j.version>1.6.1</dom4j.version>
|
||||
<github.relaxng.version>2011.1</github.relaxng.version>
|
||||
<h2.version>1.3.173</h2.version>
|
||||
|
|
Loading…
Reference in a new issue