File tree Expand file tree Collapse file tree 3 files changed +7
-25
lines changed
Expand file tree Collapse file tree 3 files changed +7
-25
lines changed Original file line number Diff line number Diff line change @@ -51,17 +51,17 @@ jobs:
5151 - name : Setup Maven
5252 run : cp .ci.settings.xml ${HOME}/.m2/settings.xml
5353
54- - name : Test
55- if : matrix.jdk == '8' && github.event_name == 'pull_request' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
56- run : mvn --batch-mode clean install
54+ # - name: Test
55+ # if: matrix.jdk == '8' && github.event_name == 'pull_request' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
56+ # run: mvn --batch-mode clean install
5757
5858 - name : Linter
5959 if : matrix.jdk == '8' && github.event_name == 'pull_request' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
6060 run : mvn checkstyle::check
6161
62- - name : Deploy
63- if : matrix.jdk == '8' && github.event_name == 'push' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
64- run : mvn --batch-mode deploy -P test
62+ # - name: Deploy
63+ # if: matrix.jdk == '8' && github.event_name == 'push' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
64+ # run: mvn --batch-mode deploy -P test
6565
6666 - name : SonarQube Scan (Push)
6767 if : matrix.jdk == '11' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development')
Original file line number Diff line number Diff line change 188188 <dependency >
189189 <groupId >org.apache.commons</groupId >
190190 <artifactId >commons-lang3</artifactId >
191- <version >3.4 </version >
191+ <version >3.18.0 </version >
192192 <scope >test</scope >
193193 </dependency >
194194 <dependency >
Original file line number Diff line number Diff line change 5353 <id >ossrh</id >
5454 <url >https://oss.sonatype.org/content/repositories/releases</url >
5555 </repository >
56- <repository >
57- <id >maven-all-virtual</id >
58- <url >https://splitio.jfrog.io/artifactory/maven-all-virtual</url >
59- </repository >
6056 </repositories >
6157 <pluginRepositories >
62- <pluginRepository >
63- <id >maven-all-virtual</id >
64- <url >https://splitio.jfrog.io/artifactory/maven-all-virtual</url >
65- </pluginRepository >
6658 </pluginRepositories >
6759 <properties >
6860 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
145137 <profiles >
146138 <profile >
147139 <id >test</id >
148- <distributionManagement >
149- <repository >
150- <id >maven-dev</id >
151- <url >https://splitio.jfrog.io/artifactory/maven-dev/</url >
152- </repository >
153- <snapshotRepository >
154- <id >maven-dev</id >
155- <url >https://splitio.jfrog.io/artifactory/maven-dev/</url >
156- </snapshotRepository >
157- </distributionManagement >
158140 <build >
159141 <plugins >
160142 <plugin >
You can’t perform that action at this time.
0 commit comments