Skip to content

Commit 58b915f

Browse files
authored
Webapi docker profile and TLS (#2235)
* Changed non-TLS nexus to use TLS * Removed duplicate repo entries; added ohdsi.snapshot entry Fixes #2230.
1 parent 8403145 commit 58b915f

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

pom.xml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,15 +1322,17 @@
13221322
lower(email) = lower(?)</security.db.datasource.authenticationQuery>
13231323
</properties>
13241324
<repositories>
1325-
<repository>
1326-
<id>central</id>
1327-
<url>https://repo.maven.apache.org/maven2</url>
1328-
</repository>
1329-
<repository>
1330-
<id>ohdsi</id>
1331-
<name>repo.ohdsi.org</name>
1332-
<url>http://repo.ohdsi.org:8085/nexus/content/groups/public</url>
1333-
</repository>
1325+
<repository>
1326+
<id>ohdsi.snapshots</id>
1327+
<name>repo.ohdsi.org-snapshots</name>
1328+
<url>https://repo.ohdsi.org/nexus/content/repositories/snapshots</url>
1329+
<releases>
1330+
<enabled>false</enabled>
1331+
</releases>
1332+
<snapshots>
1333+
<enabled>true</enabled>
1334+
</snapshots>
1335+
</repository>
13341336
</repositories>
13351337
</profile>
13361338
<profile>

0 commit comments

Comments
 (0)