Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@
<artifactId>config-model</artifactId>
</dependency>

<!-- EFR dependencies -->
<dependency>
<groupId>se.havochvatten.efr</groupId>
<artifactId>efr-api-model-only</artifactId>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmmmm, hur ska vi få till accessen?! Flytta API-repona till publika Jenkins?

</dependency>

<!-- THIRD-PARTY DEPENDENCIES -->
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ This file is part of the Integrated Fisheries Data Management (IFDM) Suite. The
import eu.europa.ec.fisheries.uvms.activity.fa.entities.FluxFaReportMessageEntity;
import eu.europa.ec.fisheries.uvms.activity.message.producer.ExchangeProducerBean;
import eu.europa.ec.fisheries.uvms.activity.service.FluxMessageService;
import eu.europa.ec.fisheries.uvms.activity.service.dto.efrbackend.FishingReport;
import eu.europa.ec.fisheries.uvms.activity.service.mapper.EfrToFluxMapper;
import lombok.extern.slf4j.Slf4j;
import se.havochvatten.efr.efropenapi.model.FishingReport;

import javax.ejb.LocalBean;
import javax.ejb.Stateless;
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading