Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Razumain committed Jan 27, 2022
1 parent 5ab74a0 commit 4313b24
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@

<groupId>se.swedenconnect.ca</groupId>
<artifactId>cmc</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<ca.engine.version>1.0.4</ca.engine.version>
<slf4j.version>1.7.31</slf4j.version>
<ca.engine.version>1.0.5</ca.engine.version>
<slf4j.version>1.7.33</slf4j.version>
</properties>

<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.16</version>
<version>1.18.22</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -47,12 +47,12 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.67</version>
<version>1.70</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.4</version>
<version>2.13.1</version>
</dependency>
<!-- Scope TEST -->
<dependency>
Expand Down Expand Up @@ -80,19 +80,6 @@
<threadCount>10</threadCount>
</configuration>
</plugin>
<!-- run mvn jacoco:report -->
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.5</version>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down

0 comments on commit 4313b24

Please sign in to comment.