This is an automated email from the ASF dual-hosted git repository. buhhunyx pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf.git
commit c3f78e46ff3dbe42197ba0fb080527a9ec530278 Author: Alexey Markevich <[email protected]> AuthorDate: Thu Jan 30 08:53:06 2020 +0300 cxf-systests-uncategorized: sync jacorb version --- systests/uncategorized/pom.xml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/systests/uncategorized/pom.xml b/systests/uncategorized/pom.xml index b9dbe35..018ce9b 100644 --- a/systests/uncategorized/pom.xml +++ b/systests/uncategorized/pom.xml @@ -130,20 +130,6 @@ </plugin> </plugins> </build> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.jacorb</groupId> - <artifactId>jacorb</artifactId> - <version>3.7</version> - </dependency> - <dependency> - <groupId>org.jacorb</groupId> - <artifactId>jacorb-omgapi</artifactId> - <version>3.7</version> - </dependency> - </dependencies> - </dependencyManagement> <dependencies> <dependency> <groupId>org.apache.cxf</groupId> @@ -406,6 +392,7 @@ <dependency> <groupId>org.jacorb</groupId> <artifactId>jacorb</artifactId> + <version>${cxf.jacorb.version}</version> <scope>test</scope> </dependency> <dependency>
