Skip to content

Commit

Permalink
rearrange fairdatateam dependencies in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisvang committed Jan 22, 2025
1 parent 96696c6 commit e530d35
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.17.3]

### Changed

- Upgraded dependencies to match develop branch
- Changed package name from `nl.dtls.fairdatapoint` to `org.fairdatateam.fairdatapoint`
- Switched to org.fairdatateam dependencies from maven central

## [1.17.2]

### Fixed
Expand Down
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
<artifactId>rdf-resource-resolver-api</artifactId>
<version>${rdf-resolver.version}</version>
</dependency>
<dependency>
<groupId>org.fairdatateam.security</groupId>
<artifactId>spring-security-acl-mongodb</artifactId>
<version>${spring.security.acl.mongo.version}</version>
</dependency>

<!-- ////////////////// -->
<!-- Spring -->
Expand Down Expand Up @@ -160,12 +165,6 @@
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>

<dependency>
<groupId>org.fairdatateam.security</groupId>
<artifactId>spring-security-acl-mongodb</artifactId>
<version>${spring.security.acl.mongo.version}</version>
</dependency>

<!-- ////////////////// -->
<!-- Mongock -->
<!-- ////////////////// -->
Expand Down

0 comments on commit e530d35

Please sign in to comment.