Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
CSL3-1537 - Rollbar integration
Browse files Browse the repository at this point in the history
  • Loading branch information
kochniev committed Jun 21, 2023
1 parent d64ad9a commit ff16188
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This is an extension module to enable Man-In-The-Middle impersonation for HTTPS.
<hamcrest.version>1.0.0.1</hamcrest.version>
<maven-jar-plugin.version>2.6</maven-jar-plugin.version>
<license-maven-plugin.version>1.20</license-maven-plugin.version>
<rollbar-java.version>1.9.0</rollbar-java.version>
</properties>

<licenses>
Expand Down Expand Up @@ -110,6 +111,12 @@ This is an extension module to enable Man-In-The-Middle impersonation for HTTPS.
<version>${slf4j.version}</version>
</dependency>

<dependency>
<groupId>com.rollbar</groupId>
<artifactId>rollbar-java</artifactId>
<version>${rollbar-java.version}</version>
</dependency>

</dependencies>

<prerequisites>
Expand Down Expand Up @@ -197,8 +204,8 @@ This is an extension module to enable Man-In-The-Middle impersonation for HTTPS.
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>17</source>
<target>17</target>
<encoding>UTF-8</encoding>
<!-- The following force compilation with full warnings. -->
<!--
Expand Down

0 comments on commit ff16188

Please sign in to comment.