Browse Source

remove com.intellij:annotations

Shinsuke Sugaya 4 years ago
parent
commit
0e322bd8a2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pom.xml

+ 4 - 0
pom.xml

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