Forráskód Böngészése

remove com.intellij:annotations

Shinsuke Sugaya 4 éve
szülő
commit
0e322bd8a2
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      pom.xml

+ 4 - 0
pom.xml

@@ -1279,6 +1279,10 @@
 					<groupId>javax.activation</groupId>
 					<artifactId>activation</artifactId>
 				</exclusion>
+				<exclusion>
+					<groupId>com.intellij</groupId>
+					<artifactId>annotations</artifactId>
+				</exclusion>
 			</exclusions>
 		</dependency>
 		<dependency>