This repository was archived by the owner on May 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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
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 -->
Original file line number Diff line number Diff line change 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
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 >
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 >
123122
124123 <plugin >
125124 <artifactId >maven-shade-plugin</artifactId >
125+ <version >3.2.0</version >
126126 <executions >
127127 <execution >
128128 <phase >package</phase >
You can’t perform that action at this time.
0 commit comments