Skip to content

Commit

Permalink
OY-4717 turhia kirjastoja pois, underscore päivitys, kriittiset haavo…
Browse files Browse the repository at this point in the history
…ittuvuudet fiksattu
  • Loading branch information
marjakari committed Jan 7, 2025
1 parent c3f80e2 commit c97ab7c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 38 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"angular-resource": "1.7.5",
"angular-sanitize": "1.7.5",
"angular-ui-bootstrap": "2.5.6",
"underscore": "1.9.0",
"underscore": "1.12.1",
"babel-polyfill": "6.26.0",
"baconjs": "0.7.95",
"js-cookie": "2.2.0",
Expand Down
35 changes: 2 additions & 33 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<valinta-tulos-service.version>7.0.1-SNAPSHOT</valinta-tulos-service.version>
<valinta-tulos-service.version>8.1.0-SNAPSHOT</valinta-tulos-service.version>
<tarjonta-api.version>2016-07-SNAPSHOT</tarjonta-api.version>
<scala.version>2.12.20</scala.version>
<jetty.version>9.4.56.v20240826</jetty.version>
<postgresql.version>42.2.5</postgresql.version>
<postgresql.version>42.7.4</postgresql.version>
<scalatra.version>3.0.0-M4</scalatra.version>
<json4s.version>4.1.0-M8</json4s.version>
<http4s.version>0.23.4</http4s.version>
Expand Down Expand Up @@ -343,37 +343,6 @@
<scope>test</scope>
<type>war</type>
</dependency>
<dependency>
<groupId>fi.vm.sade.tarjonta</groupId>
<artifactId>tarjonta-api</artifactId>
<version>${tarjonta-api.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-bundle</artifactId>
</exclusion>
<exclusion>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
<groupId>org.apache.cxf</groupId>
</exclusion>
<exclusion>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-base</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
<resources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import fi.vm.sade.hakemuseditori.ohjausparametrit.domain.HaunAikataulu
import fi.vm.sade.hakemuseditori.tarjonta.domain.Haku
import fi.vm.sade.hakemuseditori.tarjonta.domain.HakuTyyppi.{Erillishaku, JatkuvaHaku, Lisahaku, Yhteishaku}
import fi.vm.sade.omatsivut.config.AppConfig.AppConfig
import fi.vm.sade.tarjonta.shared.types.TarjontaTila

sealed case class TarjontaHaku(oid: String, hakuaikas: List[TarjontaHakuaika], hakutapaUri: String, hakutyyppiUri: String,
kohdejoukkoUri: String, kohdejoukonTarkenne: Option[String], usePriority: Boolean,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package fi.vm.sade.hakemuseditori.tarjonta.vanha;

// kopioitu vanhan tarjonnan kirjastosta
public enum TarjontaTila {
POISTETTU,
LUONNOS,
VALMIS,
JULKAISTU,
PERUTTU,
KOPIOITU,
PUUTTEELLINEN;
}

0 comments on commit c97ab7c

Please sign in to comment.