Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.osee.client.all.feature/feature.xml3
-rw-r--r--plugins/org.eclipse.osee.parent/pom.xml7
2 files changed, 1 insertions, 9 deletions
diff --git a/features/org.eclipse.osee.client.all.feature/feature.xml b/features/org.eclipse.osee.client.all.feature/feature.xml
index 80c73eabcaa..7a68adcc0a5 100644
--- a/features/org.eclipse.osee.client.all.feature/feature.xml
+++ b/features/org.eclipse.osee.client.all.feature/feature.xml
@@ -17,9 +17,6 @@
%license
</license>
- <includes
- id="edu.umd.cs.findbugs.plugin.eclipse"
- version="0.0.0"/>
<includes
id="org.eclipse.osee.client.feature"
diff --git a/plugins/org.eclipse.osee.parent/pom.xml b/plugins/org.eclipse.osee.parent/pom.xml
index 6d0895eb378..79ce7b9df0f 100644
--- a/plugins/org.eclipse.osee.parent/pom.xml
+++ b/plugins/org.eclipse.osee.parent/pom.xml
@@ -96,12 +96,7 @@
<layout>p2</layout>
<url>http://download.eclipse.org/mylyn/releases/3.5/</url>
</repository>
-
- <repository>
- <id>findbugs</id>
- <layout>p2</layout>
- <url>http://findbugs.cs.umd.edu/eclipse</url>
- </repository>
+
<!-- <repository>
<id>orbit</id>

Back to the top