Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit bf853fc

Browse files
author
Timothy G. Rundle
committed
POM cleanup
1 parent 2e029d9 commit bf853fc

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
<sslr.version>1.23</sslr.version>
103103
<sslr-squid-bridge.version>2.6.1</sslr-squid-bridge.version>
104104
<ant.version>1.6</ant.version>
105+
<json-simple.version>1.1.1</json-simple.version>
105106

106107
</properties>
107108

@@ -165,7 +166,7 @@
165166
<dependency>
166167
<groupId>com.googlecode.json-simple</groupId>
167168
<artifactId>json-simple</artifactId>
168-
<version>1.1.1</version>
169+
<version>${json-simple.version}</version>
169170
</dependency>
170171

171172
<!-- Test dependencies -->

sonar-swift-plugin/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
<version>0.4.3-develop1</version>
3030
</parent>
3131

32-
<groupId>com.backelite.sonarqube</groupId>
3332
<artifactId>backelite-sonar-swift-plugin</artifactId>
3433
<version>0.4.3-develop1</version>
3534

@@ -67,12 +66,12 @@
6766
<dependency>
6867
<groupId>junit</groupId>
6968
<artifactId>junit</artifactId>
70-
<scope>compile</scope>
69+
<scope>test</scope>
7170
</dependency>
7271
<dependency>
7372
<groupId>org.mockito</groupId>
7473
<artifactId>mockito-all</artifactId>
75-
<scope>compile</scope>
74+
<scope>test</scope>
7675
</dependency>
7776
<dependency>
7877
<groupId>org.assertj</groupId>
@@ -85,7 +84,7 @@
8584
<dependency>
8685
<groupId>org.sonarsource.sslr</groupId>
8786
<artifactId>sslr-testing-harness</artifactId>
88-
<scope>compile</scope>
87+
<scope>test</scope>
8988
</dependency>
9089
<dependency>
9190
<groupId>org.sonarsource.sonarlint.core</groupId>
@@ -123,6 +122,7 @@
123122

124123
<plugin>
125124
<artifactId>maven-shade-plugin</artifactId>
125+
<version>3.2.0</version>
126126
<executions>
127127
<execution>
128128
<phase>package</phase>

0 commit comments

Comments
 (0)