Skip to content

Commit

Permalink
Webapi docker profile and TLS (OHDSI#2235)
Browse files Browse the repository at this point in the history
* Changed non-TLS nexus to use TLS
* Removed duplicate repo entries; added ohdsi.snapshot entry

Fixes OHDSI#2230.
  • Loading branch information
alondhe authored and pieterlukasse committed Sep 6, 2023
1 parent d7f24ad commit 31c1935
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1322,15 +1322,17 @@
lower(email) = lower(?)</security.db.datasource.authenticationQuery>
</properties>
<repositories>
<repository>
<id>central</id>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
<repository>
<id>ohdsi</id>
<name>repo.ohdsi.org</name>
<url>http://repo.ohdsi.org:8085/nexus/content/groups/public</url>
</repository>
<repository>
<id>ohdsi.snapshots</id>
<name>repo.ohdsi.org-snapshots</name>
<url>https://repo.ohdsi.org/nexus/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
<profile>
Expand Down

0 comments on commit 31c1935

Please # to comment.