|
64 | 64 | <sha1/> |
65 | 65 | <interpreter.name>spark</interpreter.name> |
66 | 66 | <teragrep.pth_10.version>7.0.3</teragrep.pth_10.version> |
67 | | - <teragrep.rlo_06.version>4.3.0</teragrep.rlo_06.version> |
68 | | - <teragrep.jue_01.version>0.4.3</teragrep.jue_01.version> |
69 | 67 | </properties> |
70 | 68 | <scm> |
71 | 69 | <connection>scm:git:https://github.com/teragrep/pth_07.git</connection> |
|
92 | 90 | <version>0.10.1</version> |
93 | 91 | <scope>provided</scope> |
94 | 92 | </dependency> |
95 | | - <!-- S3-access library--> |
96 | | - <dependency> |
97 | | - <groupId>org.apache.hadoop</groupId> |
98 | | - <artifactId>hadoop-aws</artifactId> |
99 | | - <version>3.3.3</version> |
100 | | - <scope>provided</scope> |
101 | | - </dependency> |
102 | 93 | <!-- spark --> |
103 | 94 | <dependency> |
104 | 95 | <groupId>org.apache.spark</groupId> |
|
143 | 134 | <artifactId>pth_10</artifactId> |
144 | 135 | <version>${teragrep.pth_10.version}</version> |
145 | 136 | </dependency> |
146 | | - <dependency> |
147 | | - <groupId>org.apache.kafka</groupId> |
148 | | - <artifactId>kafka_2.12</artifactId> |
149 | | - <version>3.4.0</version> |
150 | | - <scope>provided</scope> |
151 | | - </dependency> |
152 | | - <!-- rfc5424-parser --> |
153 | | - <dependency> |
154 | | - <groupId>com.teragrep</groupId> |
155 | | - <artifactId>rlo_06</artifactId> |
156 | | - <version>${teragrep.rlo_06.version}</version> |
157 | | - </dependency> |
158 | | - <!-- unix-utils --> |
159 | | - <dependency> |
160 | | - <groupId>com.teragrep</groupId> |
161 | | - <artifactId>jue_01</artifactId> |
162 | | - <version>${teragrep.jue_01.version}</version> |
163 | | - </dependency> |
164 | | - <dependency> |
165 | | - <groupId>org.apache.httpcomponents</groupId> |
166 | | - <artifactId>httpclient</artifactId> |
167 | | - <version>4.5.13</version> |
168 | | - </dependency> |
169 | 137 | <!-- tests --> |
170 | 138 | <dependency> |
171 | 139 | <groupId>org.junit.jupiter</groupId> |
|
0 commit comments