Skip to content

Commit

Permalink
chore(pom): adjust maven repositories defintion (camunda#3369)
Browse files Browse the repository at this point in the history
* chore(pom): add Camunda public artifactory repo for local builds for community users
* remove spring repo
* switch to org.codehaus.fabric3.api:commonj

Related to camunda#3366, camunda/team-automation-platform#24
  • Loading branch information
yanavasileva authored May 10, 2023
1 parent 8f78bb7 commit 5abf1fe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
10 changes: 5 additions & 5 deletions javaee/jobexecutor-ra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,23 @@
</dependencyManagement>

<dependencies>

<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-engine</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.ironjacamar</groupId>
<artifactId>ironjacamar-spec-api</artifactId>
<version>${version.org.jboss.ironjacamar}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.bea.commonj</groupId>
<artifactId>com.springsource.commonj</artifactId>
<groupId>org.codehaus.fabric3.api</groupId>
<artifactId>commonj</artifactId>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
Expand Down
6 changes: 0 additions & 6 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,12 +309,6 @@
<name>jboss</name>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
<!-- required for commonJ dependency -->
<repository>
<id>com.springsource.repository.bundles.external</id>
<name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>
<url>https://repo.spring.io/plugins-release</url>
</repository>
</repositories>

<licenses>
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,13 @@
</snapshots>
</repository>
<repository>
<!-- Required for local builds by community users on master branch -->
<id>camunda-public-repository</id>
<name>Camunda Platform Maven Repository</name>
<url>https://artifacts.camunda.com/artifactory/public/</url>
</repository>
<repository>
<!-- Required for local builds by developers on maintainance branches -->
<id>camunda-nexus</id>
<name>Camunda Nexus</name>
<url>https://artifacts.camunda.com/artifactory/internal</url>
Expand Down

0 comments on commit 5abf1fe

Please sign in to comment.