diff --git a/distribution/adapters/fuse-adapter-zip/pom.xml b/distribution/adapters/fuse-adapter-zip/pom.xml
index 2d7e3c42e4..addd1b9bc8 100644
--- a/distribution/adapters/fuse-adapter-zip/pom.xml
+++ b/distribution/adapters/fuse-adapter-zip/pom.xml
@@ -44,17 +44,6 @@
-
- org.keycloak
- keycloak-osgi-thirdparty
- ${project.version}
-
-
- *
- *
-
-
-
org.bouncycastle
bcprov-jdk15on
diff --git a/distribution/adapters/osgi/pom.xml b/distribution/adapters/osgi/pom.xml
index 5756fc7e2a..c97df0dfa9 100755
--- a/distribution/adapters/osgi/pom.xml
+++ b/distribution/adapters/osgi/pom.xml
@@ -34,7 +34,6 @@
features
jaas
- thirdparty
\ No newline at end of file
diff --git a/distribution/adapters/osgi/thirdparty/pom.xml b/distribution/adapters/osgi/thirdparty/pom.xml
deleted file mode 100755
index d8644ad4c8..0000000000
--- a/distribution/adapters/osgi/thirdparty/pom.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
-
-
-
- keycloak-parent
- org.keycloak
- 4.1.0.Final-SNAPSHOT
- ../../../../pom.xml
-
-
- Keycloak OSGI Thirdparty
- Keycloak OSGI bundling for 3rd party libs without OSGI headers in manifest
- 4.0.0
-
- keycloak-osgi-thirdparty
- bundle
-
-
-
- org.apache.http.*;version=${apache.httpcomponents.version}
-
-
- *;resolution:=optional
-
-
-
-
-
- org.apache.httpcomponents
- httpclient
-
-
- commons-logging
- commons-logging
-
-
- commons-codec
- commons-codec
-
-
-
-
-
-
-
-
- org.apache.felix
- maven-bundle-plugin
- true
-
-
- bundle-manifest
- process-classes
-
- manifest
-
-
-
-
-
- *;scope=compile|runtime;artifactId=!httpclient|httpcore
- true
- .
- ${project.name}
- ${project.groupId}.${project.artifactId}
- ${keycloak.osgi.import}
- ${keycloak.osgi.export}
- ${project.name}
- ${project.version}
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/distribution/adapters/osgi/thirdparty/src/main/resources/.gitignore b/distribution/adapters/osgi/thirdparty/src/main/resources/.gitignore
deleted file mode 100644
index 17a1088295..0000000000
--- a/distribution/adapters/osgi/thirdparty/src/main/resources/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-# This is just to ensure that directory is added to git
\ No newline at end of file