Skip to content

Commit

Permalink
Bump jetty-server version, checkstyle version, update checkstyle conf…
Browse files Browse the repository at this point in the history
…ig. (#672)

Signed-off-by: Roman Grigoriadi <roman.grigoriadi@oracle.com>
  • Loading branch information
Roman Grigoriadi authored and m0mus committed May 27, 2019
1 parent 661919d commit f6dfb47
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
9 changes: 1 addition & 8 deletions etc/config/checkstyle-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,8 @@
</module>

<module name="NeedBraces"/>
<module name="LeftCurly">
<property name="maxLineLength" value="130"/>
</module>
<module name="LeftCurly" />
<module name="RightCurly"/>
<module name="RightCurly">
<property name="option" value="alone"/>
<property name="tokens"
value="CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, LITERAL_DO, STATIC_INIT, INSTANCE_INIT"/>
</module>

<module name="WhitespaceAround">
<!-- Removed static initializer issues: RCURLY, SLIST -->
Expand Down
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.0.0</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.18</version>
</dependency>
</dependencies>
<executions>
<execution>
<phase>validate</phase>
Expand Down Expand Up @@ -441,7 +448,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.14</version>
<version>3.0.0</version>
<configuration>
<configLocation>etc/config/checkstyle.xml</configLocation>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion tests/qa/lifecycle-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>7.6.9.v20130131</version>
<version>9.4.18.v20190429</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
Expand Down

0 comments on commit f6dfb47

Please sign in to comment.