Skip to content

Commit

Permalink
#1569 pom simplified
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 9, 2022
1 parent 33c65db commit be5ff7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mvn.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, windows-2022, macos-12]
java: [11, 13]
java: [13]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
Expand Down
27 changes: 4 additions & 23 deletions pom.xml
Expand Up @@ -83,7 +83,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-http</artifactId>
<version>1.20.0</version>
<version>1.20.1</version>
</dependency>
<dependency>
<groupId>com.jcabi.incubator</groupId>
Expand Down Expand Up @@ -233,13 +233,13 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.3</version>
<version>2.13.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.13.3</version>
<version>2.13.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -260,35 +260,16 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.13.3</version>
<version>2.13.4</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.0</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>2.8</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.22.0</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>2.8</version>
</dependency>
</dependencies>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit be5ff7d

Please sign in to comment.