Skip to content

Commit

Permalink
pom
Browse files Browse the repository at this point in the history
  • Loading branch information
JAubAot committed Apr 30, 2024
1 parent 93b9e33 commit 2957afa
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
14 changes: 14 additions & 0 deletions francetransfert-upload-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -487,4 +487,18 @@
</build>
</profile>
</profiles>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/numerique-gouv/francetransfert</url>
</repository>
</distributionManagement>
<repositories>
<repository>
<id>github</id>
<name>github</name>
<url>https://maven.pkg.github.com/numerique-gouv/francetransfert</url>
</repository>
</repositories>
</project>
20 changes: 17 additions & 3 deletions francetransfert-worker/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>fr.gouv.culture.francetransfert</groupId>
<artifactId>ftr-worker-api</artifactId>
Expand Down Expand Up @@ -90,7 +91,7 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.11</version>
Expand Down Expand Up @@ -201,7 +202,20 @@
</build>
</profile>
</profiles>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/numerique-gouv/francetransfert</url>
</repository>
</distributionManagement>
<repositories>
<repository>
<id>github</id>
<name>github</name>
<url>https://maven.pkg.github.com/numerique-gouv/francetransfert</url>
</repository>
</repositories>

<build>
<plugins>
Expand Down

0 comments on commit 2957afa

Please sign in to comment.