Skip to content

Commit 5de1dde

Browse files
authored
Merge pull request #4 from CDOT-CV/enable-bsm-deduplication
Enable BSM deduplication by default
2 parents 3f21b0b + bce643b commit 5de1dde

File tree

2 files changed

+3
-29
lines changed

2 files changed

+3
-29
lines changed

jpo-deduplicator/jpo-deduplicator/settings.xml

+2-28
Original file line numberDiff line numberDiff line change
@@ -9,41 +9,15 @@
99
<username>jpo_deduplicator</username>
1010
<password>${env.MAVEN_GITHUB_TOKEN}</password>
1111
</server>
12-
<server>
13-
<id>github_jpo_ode</id>
14-
<username>jpo_deduplicator</username>
15-
<password>${env.MAVEN_GITHUB_TOKEN}</password>
16-
</server>
17-
<server>
18-
<id>github_jpo_geojsonconverter</id>
19-
<username>jpo_deduplicator</username>
20-
<password>${env.MAVEN_GITHUB_TOKEN}</password>
21-
</server>
2212
</servers>
2313
<profiles>
2414
<profile>
2515
<id>default</id>
2616
<repositories>
2717
<repository>
2818
<id>github</id>
29-
<name>GitHub JPO Conflict Monitor</name>
30-
<url>https://maven.pkg.github.com/${env.MAVEN_GITHUB_ORG}/jpo-conflictmonitor</url>
31-
<snapshots>
32-
<enabled>false</enabled>
33-
</snapshots>
34-
</repository>
35-
<repository>
36-
<id>github_jpo_ode</id>
37-
<name>GitHub JPO ODE</name>
38-
<url>https://maven.pkg.github.com/${env.MAVEN_GITHUB_ORG}/jpo-ode</url>
39-
<snapshots>
40-
<enabled>false</enabled>
41-
</snapshots>
42-
</repository>
43-
<repository>
44-
<id>github_jpo_geojsonconverter</id>
45-
<name>GitHub JPO GeojsonConverter</name>
46-
<url>https://maven.pkg.github.com/${env.MAVEN_GITHUB_ORG}/jpo-geojsonconverter</url>
19+
<name>GitHub JPO Repositories</name>
20+
<url>https://maven.pkg.github.com/${env.MAVEN_GITHUB_ORG}/*</url>
4721
<snapshots>
4822
<enabled>false</enabled>
4923
</snapshots>

jpo-deduplicator/jpo-deduplicator/src/main/resources/application.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ enableOdeRawEncodedTimDeduplication: true
4242
# Ode Bsm Json Configuration
4343
kafkaTopicOdeBsmJson: topic.OdeBsmJson
4444
kafkaTopicDeduplicatedOdeBsmJson: topic.DeduplicatedOdeBsmJson
45-
enableOdeBsmDeduplication: false
45+
enableOdeBsmDeduplication: true
4646
odeBsmMaximumTimeDelta: 10000 # Milliseconds
4747
odeBsmMaximumPositionDelta: 1 # Meter
4848
odeBsmAlwaysIncludeAtSpeed: 1 # Meter / Second

0 commit comments

Comments
 (0)