Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensrtw authored Sep 18, 2024
1 parent 21f2f4b commit a2c5e5d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1323,6 +1323,7 @@
lower(email) = lower(?)</security.db.datasource.authenticationQuery>
</properties>
<repositories>
<!-- OHDSI Snapshots Repository -->
<repository>
<id>ohdsi.snapshots</id>
<name>repo.ohdsi.org-snapshots</name>
Expand All @@ -1335,6 +1336,19 @@
</snapshots>
</repository>
</repositories>
<!-- AWS CodeArtifact Repository -->
<repository>
<id>mdaca-OHDSI</id>
<name>AWS CodeArtifact MDACA OHDSI Repository</name>
<url>https://mdaca-201959883603.d.codeartifact.us-east-2.amazonaws.com/maven/OHDSI/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</profile>
<profile>
<id>webapi-mssql</id>
Expand Down

0 comments on commit a2c5e5d

Please sign in to comment.