|
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>2.0.0</version> |
| 44 | + <version>4.0.1</version> |
45 | 45 | </dependency> |
46 | 46 | <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> |
50 | 50 | </dependency> |
51 | 51 | <dependency> |
52 | 52 | <groupId>org.junit.jupiter</groupId> |
|
100 | 100 | </executions> |
101 | 101 | </plugin> |
102 | 102 | <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> |
105 | 105 | <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> |
110 | 110 | </plugin> |
111 | 111 | <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> |
114 | 114 | <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> |
120 | 120 | </plugin> |
121 | 121 | <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> |
128 | 128 | </plugin> |
129 | 129 | <plugin> |
130 | 130 | <groupId>de.smartics.maven.plugin</groupId> |
|
0 commit comments