Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraradermache2023-10-28 07:52:31 +0000
committeraradermache2023-10-28 07:52:31 +0000
commit7560d888b3544bd506655cac4238a556de43ed9b (patch)
treed76cdc05e4f5b9c6396b754f562ef90c12f78cd2 /tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/META-INF
parenta7b0c522b36c2fbbbea65afb33c55fba2dceeaf2 (diff)
downloadorg.eclipse.papyrus-7560d888b3544bd506655cac4238a556de43ed9b.tar.gz
org.eclipse.papyrus-7560d888b3544bd506655cac4238a556de43ed9b.tar.xz
org.eclipse.papyrus-7560d888b3544bd506655cac4238a556de43ed9b.zip
Bug 582075 - [Releng] Update target platform to get other version of google.inject
- also change com.google versions - don't specify version in SDK feature - remove unused import to javax.inject in infra.nattable - adapt target platform, work of Pauline DEVILLE <pauline.deville@cea.fr> Change-Id: I11a785f9988122e8681006f4e8ee6440dcce5f62 Signed-off-by: aradermache <ansgar.radermacher@cea.fr>
Diffstat (limited to 'tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/META-INF')
-rw-r--r--tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/META-INF/MANIFEST.MF
index 333dff9f3c3..905dc448ed9 100644
--- a/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/META-INF/MANIFEST.MF
@@ -18,6 +18,6 @@ Bundle-Name: Papyrus Infrastructure Tools Tests
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.infra.tools.tests;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-17
-Import-Package: com.google.common.collect;version="[30.1.0, 31.0.0)"
+Import-Package: com.google.common.collect;version="[32.0.0, 33.0.0)"
Automatic-Module-Name: org.eclipse.papyrus.infra.tools.tests
Eclipse-BundleShape: dir

Back to the top