Skip to content

Commit ce0c061

Browse files
committed
staxmate should be embedded
1 parent 6314323 commit ce0c061

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@
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>

sonar-python-plugin/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@
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>
@@ -112,8 +117,8 @@
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>

0 commit comments

Comments
 (0)