Skip to content

Commit 7e28b72

Browse files
Dependency updates (#11)
* Updates rlp_01, changes to use rlo_14 * Reindents pom.xml, cosmetic change only
1 parent 1ead67a commit 7e28b72

2 files changed

Lines changed: 29 additions & 29 deletions

File tree

pom.xml

Lines changed: 25 additions & 25 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,12 +41,12 @@
4141
<dependency>
4242
<groupId>com.teragrep</groupId>
4343
<artifactId>rlp_01</artifactId>
44-
<version>2.0.0</version>
44+
<version>4.0.1</version>
4545
</dependency>
4646
<dependency>
47-
<groupId>com.cloudbees</groupId>
48-
<artifactId>syslog-java-client</artifactId>
49-
<version>1.1.7</version>
47+
<groupId>com.teragrep</groupId>
48+
<artifactId>rlo_14</artifactId>
49+
<version>1.0.1</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.junit.jupiter</groupId>
@@ -100,31 +100,31 @@
100100
</executions>
101101
</plugin>
102102
<plugin>
103-
<groupId>org.apache.maven.plugins</groupId>
104-
<artifactId>maven-compiler-plugin</artifactId>
103+
<groupId>org.apache.maven.plugins</groupId>
104+
<artifactId>maven-compiler-plugin</artifactId>
105105
<version>3.8.1</version>
106-
<configuration>
107-
<source>8</source>
108-
<target>8</target>
109-
</configuration>
106+
<configuration>
107+
<source>8</source>
108+
<target>8</target>
109+
</configuration>
110110
</plugin>
111111
<plugin>
112-
<groupId>org.apache.maven.plugins</groupId>
113-
<artifactId>maven-surefire-plugin</artifactId>
112+
<groupId>org.apache.maven.plugins</groupId>
113+
<artifactId>maven-surefire-plugin</artifactId>
114114
<version>2.22.2</version>
115-
<configuration>
116-
<parallel>all</parallel>
117-
<useUnlimitedThreads>true</useUnlimitedThreads>
118-
<parallelTestTimeoutForcedInSeconds>10</parallelTestTimeoutForcedInSeconds>
119-
</configuration>
115+
<configuration>
116+
<parallel>all</parallel>
117+
<useUnlimitedThreads>true</useUnlimitedThreads>
118+
<parallelTestTimeoutForcedInSeconds>10</parallelTestTimeoutForcedInSeconds>
119+
</configuration>
120120
</plugin>
121121
<plugin>
122-
<groupId>org.apache.maven.plugins</groupId>
123-
<artifactId>maven-deploy-plugin</artifactId>
124-
<version>2.8.2</version>
125-
<configuration>
126-
<skip>false</skip>
127-
</configuration>
122+
<groupId>org.apache.maven.plugins</groupId>
123+
<artifactId>maven-deploy-plugin</artifactId>
124+
<version>2.8.2</version>
125+
<configuration>
126+
<skip>false</skip>
127+
</configuration>
128128
</plugin>
129129
<plugin>
130130
<groupId>de.smartics.maven.plugin</groupId>

src/main/java/com/teragrep/jla_04/RelpHandler.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_04;
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

0 commit comments

Comments
 (0)