|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <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"> |
5 | 5 | <packaging>jar</packaging>
|
6 | 6 | <modelVersion>4.0.0</modelVersion>
|
7 | 7 | <groupId>com.teragrep</groupId>
|
|
41 | 41 | <dependency>
|
42 | 42 | <groupId>com.teragrep</groupId>
|
43 | 43 | <artifactId>rlp_01</artifactId>
|
44 |
| - <version>3.0.1</version> |
| 44 | + <version>4.0.1</version> |
45 | 45 | </dependency>
|
46 | 46 | <dependency>
|
47 | 47 | <groupId>org.apache.logging.log4j</groupId>
|
|
66 | 66 | <scope>runtime</scope>
|
67 | 67 | </dependency>
|
68 | 68 | <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> |
72 | 72 | </dependency>
|
73 |
| - <dependency> |
| 73 | + <dependency> |
74 | 74 | <groupId>org.junit.jupiter</groupId>
|
75 | 75 | <artifactId>junit-jupiter-engine</artifactId>
|
76 | 76 | <version>5.7.1</version>
|
|
122 | 122 | </executions>
|
123 | 123 | </plugin>
|
124 | 124 | <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> |
127 | 127 | <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> |
132 | 132 | </plugin>
|
133 | 133 | <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> |
136 | 136 | <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> |
142 | 142 | </plugin>
|
143 | 143 | <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> |
150 | 150 | </plugin>
|
151 | 151 | <plugin>
|
152 | 152 | <groupId>org.codehaus.mojo</groupId>
|
|
0 commit comments