You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by se...@apache.org on 2023/01/12 19:11:48 UTC

[ctakes] branch main updated: Starting with Maven 3.8.1 http:// dependencies are frowned upon. The ctakes-models actually exist with https:// but it wasn't actually checked. Specified that apache.snapshots with https://

This is an automated email from the ASF dual-hosted git repository.

seanfinan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ctakes.git


The following commit(s) were added to refs/heads/main by this push:
     new ec37c59  Starting with Maven 3.8.1 http:// dependencies are frowned upon.   The ctakes-models actually exist with https:// but it wasn't actually checked. Specified that apache.snapshots with https://
     new a6e5c67  Merge remote-tracking branch 'origin/main' into main
ec37c59 is described below

commit ec37c5948a0abc6dcd278077911db2a651c288f8
Author: Sean Finan <se...@childrens.harvard.edu>
AuthorDate: Thu Jan 12 14:11:25 2023 -0500

    Starting with Maven 3.8.1 http:// dependencies are frowned upon.   The ctakes-models actually exist with https:// but it wasn't actually checked.
    Specified that apache.snapshots with https://
---
 pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/pom.xml b/pom.xml
index b9c7977..d1d4a3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -781,6 +781,19 @@
 			</dependency>
 		</dependencies>
 	</dependencyManagement>
+	<repositories>
+		<repository>
+			<id>apache.snapshots</id>
+			<name>Apache Development Snapshot Repository</name>
+			<url>https://repository.apache.org/content/groups/snapshots/</url>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+			<snapshots>
+				<enabled>true</enabled>
+			</snapshots>
+		</repository>
+	</repositories>
 	<build>
 		<pluginManagement>
 			<plugins>