diff --git a/nachrichten-manager-server/pom.xml b/nachrichten-manager-server/pom.xml
index 6bf7913e69a308b529d5969465a08ca00f241d38..fa3c2b2ebff80757eb3eb3449280a169a966dab3 100644
--- a/nachrichten-manager-server/pom.xml
+++ b/nachrichten-manager-server/pom.xml
@@ -48,7 +48,7 @@
 		<bayernid-proxy-interface.version>0.7.0</bayernid-proxy-interface.version>
 		<vorgang-manager.version>2.17.0</vorgang-manager.version>
 		<muk-postfach.version>0.1.0</muk-postfach.version>
-		<osiv2-postfach.version>0.1.0</osiv2-postfach.version>
+		<osiv2-postfach.version>0.2.0</osiv2-postfach.version>
 		<api-lib.version>0.16.0</api-lib.version>
 	</properties>
 
@@ -173,16 +173,6 @@
 			<artifactId>grpc-client-spring-boot-starter</artifactId>
 		</dependency>
 
-		<!-- oauth for osiv2-postfach -->
-		<dependency>
-			<groupId>org.springframework.boot</groupId>
-			<artifactId>spring-boot-starter-web</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.springframework.boot</groupId>
-			<artifactId>spring-boot-starter-oauth2-client</artifactId>
-		</dependency>
-
 		<!-- commons -->
 		<dependency>
 			<groupId>org.apache.commons</groupId>