Skip to content

Commit

Permalink
fjerner graphql-codegen-maven-plugin fra avhengigheter, skal kun beny…
Browse files Browse the repository at this point in the history
…ttes under plugins
  • Loading branch information
frode-carlsen committed Feb 17, 2021
1 parent 8c339bf commit ad22212
Showing 2 changed files with 0 additions and 35 deletions.
16 changes: 0 additions & 16 deletions integrasjon/pdl-klient/pom.xml
Original file line number Diff line number Diff line change
@@ -44,22 +44,6 @@
<artifactId>jakarta.validation-api</artifactId>
</dependency>

<dependency>
<groupId>io.github.kobylynskyi</groupId>
<artifactId>graphql-codegen-maven-plugin</artifactId>
<version>4.1.3</version>
<exclusions>
<exclusion>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Test -->
<dependency>
<groupId>no.nav.foreldrepenger.felles</groupId>
19 changes: 0 additions & 19 deletions integrasjon/saf-klient/pom.xml
Original file line number Diff line number Diff line change
@@ -27,25 +27,6 @@
<artifactId>jakarta.validation-api</artifactId>
</dependency>

<dependency>
<groupId>io.github.kobylynskyi</groupId>
<artifactId>graphql-codegen-maven-plugin</artifactId>
<version>4.1.3</version>
<exclusions>
<exclusion>
<groupId>javax.el</groupId>
<artifactId>javax.el-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>no.nav.foreldrepenger.felles</groupId>
<artifactId>felles-testutilities</artifactId>

0 comments on commit ad22212

Please # to comment.