Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2020-07-15 07:40:50 +0000
committerQuentin Le Menez2020-11-09 08:37:35 +0000
commitcbc2667bb24b2c8e946afeedc904ba3bf718434a (patch)
treee83615bd87a700b068411914f217887e216ce9ef /tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/pom.xml
parente3b8ccf5f618d96996a9f1b7f64d9a4367861423 (diff)
downloadorg.eclipse.papyrus-cbc2667bb24b2c8e946afeedc904ba3bf718434a.tar.gz
org.eclipse.papyrus-cbc2667bb24b2c8e946afeedc904ba3bf718434a.tar.xz
org.eclipse.papyrus-cbc2667bb24b2c8e946afeedc904ba3bf718434a.zip
Bug 565020: Remove all reexported dependencies
- update pom version - update manifest project version - remove all re-export - add all missing required dependencies (with developped tooling + add many others required handly) - remove the optional attribute (and maybe others) - update target platform - fix 2 features verify manually: - infra.architecture - infra.constraints - infra.core - infra.emf.expression - infra.emf - facet.editor - facet make in ignore org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsForPackage_none() Change-Id: Id83401c9c46ab360214407572c4d5bd35cb8c03e Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Diffstat (limited to 'tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/pom.xml')
-rw-r--r--tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/pom.xml33
1 files changed, 18 insertions, 15 deletions
diff --git a/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/pom.xml b/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/pom.xml
index 3fa58f696a0..0b69a855d46 100644
--- a/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/pom.xml
+++ b/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/pom.xml
@@ -1,16 +1,19 @@
-<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.uml.diagram.tests.releng</artifactId>
- <version>1.2.0-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.uml.diagram.usecase.tests</artifactId>
- <version>4.0.200-SNAPSHOT</version>
- <packaging>eclipse-test-plugin</packaging>
-
- <properties>
- <generator.workflow.main.class>org.eclipse.papyrus.uml.diagram.usecase.tests.generation.UseCaseDiagramGenerateTestsWorkflow</generator.workflow.main.class>
- </properties>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.papyrus.tests</groupId>
+ <artifactId>org.eclipse.papyrus.uml.diagram.tests.releng</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.papyrus.tests</groupId>
+ <artifactId>org.eclipse.papyrus.uml.diagram.usecase.tests</artifactId>
+ <version>5.0.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <generator.workflow.main.class>org.eclipse.papyrus.uml.diagram.usecase.tests.generation.UseCaseDiagramGenerateTestsWorkflow</generator.workflow.main.class>
+ </properties>
</project> \ No newline at end of file

Back to the top