Bug 522129 - Add org.apiguardian to the required bundle list for JUnit5
for PDE

Change-Id: I0e3f2b8cd6b1361a0bc2a4001bfb97c43ef7f45d
Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
(cherry picked from commit d2350ed34c555363838fd13f80d7ce3286fa75f7)
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/java/JavaResolutionFactory.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/java/JavaResolutionFactory.java
index 80873f3..552bc05 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/java/JavaResolutionFactory.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/java/JavaResolutionFactory.java
@@ -212,7 +212,7 @@
 							"org.junit.platform.commons", "org.junit.platform.engine", //$NON-NLS-1$ //$NON-NLS-2$
 							"org.junit.platform.launcher", "org.junit.platform.runner", //$NON-NLS-1$ //$NON-NLS-2$
 							 "org.junit.platform.suite.api","org.junit.vintage.engine",  //$NON-NLS-1$ //$NON-NLS-2$
-							"org.hamcrest.core", "org.opentest4j" }; //$NON-NLS-1$ //$NON-NLS-2$
+							"org.hamcrest.core", "org.opentest4j", "org.apiguardian" }; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
 					return junit5PluginIDList;
 				}
 			}, new NullProgressMonitor());