File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 134134 </exclusion >
135135 </exclusions >
136136 </dependency >
137+ <dependency >
138+ <groupId >org.codehaus.staxmate</groupId >
139+ <artifactId >staxmate</artifactId >
140+ <version >2.0.1</version >
141+ </dependency >
137142 <dependency >
138143 <groupId >org.sonarsource.orchestrator</groupId >
139144 <artifactId >sonar-orchestrator</artifactId >
Original file line number Diff line number Diff line change 5454 <groupId >org.codehaus.woodstox</groupId >
5555 <artifactId >woodstox-core-lgpl</artifactId >
5656 </dependency >
57+ <!-- Used by PylintRuleRepository->org.sonar.squidbridge.rules.SqaleXmlLoader -->
58+ <dependency >
59+ <groupId >org.codehaus.staxmate</groupId >
60+ <artifactId >staxmate</artifactId >
61+ </dependency >
5762 <dependency >
5863 <groupId >org.apache.maven</groupId >
5964 <artifactId >maven-project</artifactId >
112117 <configuration >
113118 <rules >
114119 <requireFilesSize >
115- <minsize >3800000 </minsize >
116- <maxsize >4000000 </maxsize >
120+ <minsize >4000000 </minsize >
121+ <maxsize >4100000 </maxsize >
117122 <files >
118123 <file >${project.build.directory} /${project.build.finalName} .jar</file >
119124 </files >
You can’t perform that action at this time.
0 commit comments