Repository: syncope Updated Branches: refs/heads/master d56a96f3b -> 282a19baa
Tests alla green with Wildfly 9 - except for SYNCOPE-782 Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/282a19ba Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/282a19ba Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/282a19ba Branch: refs/heads/master Commit: 282a19baac7a21127c6c3c86bed5c8a4e8018aa0 Parents: d56a96f Author: Francesco Chicchiriccò <[email protected]> Authored: Sat Mar 19 11:59:31 2016 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Sat Mar 19 11:59:31 2016 +0100 ---------------------------------------------------------------------- fit/core-reference/pom.xml | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/282a19ba/fit/core-reference/pom.xml ---------------------------------------------------------------------- diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml index 924c669..07a1e7a 100644 --- a/fit/core-reference/pom.xml +++ b/fit/core-reference/pom.xml @@ -594,10 +594,42 @@ under the License. <id>jboss-it</id> <dependencies> - <dependency> + <dependency> <groupId>javax.xml.ws</groupId> <artifactId>jaxws-api</artifactId> <version>2.2.11</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-core</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-ws-policy</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-wsdl</artifactId> + <version>${cxf.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.syncope.core</groupId> + <artifactId>syncope-core-persistence-jpa</artifactId> + <version>${project.version}</version> + <exclusions> + <exclusion> + <groupId>org.apache.bval</groupId> + <artifactId>bval-jsr</artifactId> + </exclusion> + </exclusions> </dependency> <dependency>
