Skip to content

Commit 2f75b52

Browse files
Dependency updates (#18)
* Updates rlp_01, changes to use rlo_14 * Reindents pom.xml, cosmetic change only
1 parent 5929c20 commit 2f75b52

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

pom.xml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<packaging>jar</packaging>
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.teragrep</groupId>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.teragrep</groupId>
4343
<artifactId>rlp_01</artifactId>
44-
<version>3.0.1</version>
44+
<version>4.0.1</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.apache.logging.log4j</groupId>
@@ -66,11 +66,11 @@
6666
<scope>runtime</scope>
6767
</dependency>
6868
<dependency>
69-
<groupId>com.cloudbees</groupId>
70-
<artifactId>syslog-java-client</artifactId>
71-
<version>1.1.7</version>
69+
<groupId>com.teragrep</groupId>
70+
<artifactId>rlo_14</artifactId>
71+
<version>1.0.1</version>
7272
</dependency>
73-
<dependency>
73+
<dependency>
7474
<groupId>org.junit.jupiter</groupId>
7575
<artifactId>junit-jupiter-engine</artifactId>
7676
<version>5.7.1</version>
@@ -122,31 +122,31 @@
122122
</executions>
123123
</plugin>
124124
<plugin>
125-
<groupId>org.apache.maven.plugins</groupId>
126-
<artifactId>maven-compiler-plugin</artifactId>
125+
<groupId>org.apache.maven.plugins</groupId>
126+
<artifactId>maven-compiler-plugin</artifactId>
127127
<version>3.8.1</version>
128-
<configuration>
129-
<source>8</source>
130-
<target>8</target>
131-
</configuration>
128+
<configuration>
129+
<source>8</source>
130+
<target>8</target>
131+
</configuration>
132132
</plugin>
133133
<plugin>
134-
<groupId>org.apache.maven.plugins</groupId>
135-
<artifactId>maven-surefire-plugin</artifactId>
134+
<groupId>org.apache.maven.plugins</groupId>
135+
<artifactId>maven-surefire-plugin</artifactId>
136136
<version>2.22.2</version>
137-
<configuration>
138-
<parallel>all</parallel>
139-
<useUnlimitedThreads>true</useUnlimitedThreads>
140-
<parallelTestTimeoutForcedInSeconds>10</parallelTestTimeoutForcedInSeconds>
141-
</configuration>
137+
<configuration>
138+
<parallel>all</parallel>
139+
<useUnlimitedThreads>true</useUnlimitedThreads>
140+
<parallelTestTimeoutForcedInSeconds>10</parallelTestTimeoutForcedInSeconds>
141+
</configuration>
142142
</plugin>
143143
<plugin>
144-
<groupId>org.apache.maven.plugins</groupId>
145-
<artifactId>maven-deploy-plugin</artifactId>
146-
<version>2.8.2</version>
147-
<configuration>
148-
<skip>false</skip>
149-
</configuration>
144+
<groupId>org.apache.maven.plugins</groupId>
145+
<artifactId>maven-deploy-plugin</artifactId>
146+
<version>2.8.2</version>
147+
<configuration>
148+
<skip>false</skip>
149+
</configuration>
150150
</plugin>
151151
<plugin>
152152
<groupId>org.codehaus.mojo</groupId>

src/main/java/com/teragrep/jla_06/RelpAppender.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717

1818
package com.teragrep.jla_06;
1919

20-
import com.cloudbees.syslog.Facility;
21-
import com.cloudbees.syslog.SDElement;
22-
import com.cloudbees.syslog.Severity;
23-
import com.cloudbees.syslog.SyslogMessage;
20+
import com.teragrep.rlo_14.Facility;
21+
import com.teragrep.rlo_14.SDElement;
22+
import com.teragrep.rlo_14.Severity;
23+
import com.teragrep.rlo_14.SyslogMessage;
2424
import com.teragrep.rlp_01.RelpBatch;
2525
import com.teragrep.rlp_01.RelpConnection;
2626
import com.teragrep.rlp_01.SSLContextFactory;

0 commit comments

Comments
 (0)