|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 4 | <modelVersion>4.0.0</modelVersion>
|
4 | 5 | <groupId>no.nav.security</groupId>
|
5 | 6 | <artifactId>token-support</artifactId>
|
6 | 7 | <version>1.3-SNAPSHOT</version>
|
7 | 8 | <packaging>pom</packaging>
|
8 | 9 | <name>token-support</name>
|
9 | 10 | <description>
|
10 |
| - This project consist of common modules to support security token handling in a java spring microservices architecture, with emphasis on OpenID Connect ID Tokens. |
11 |
| - </description> |
| 11 | + This project consist of common modules to support security token handling in a java spring microservices |
| 12 | + architecture, with emphasis on OpenID Connect ID Tokens. |
| 13 | + </description> |
12 | 14 | <url>https://github.com/navikt/token-support</url>
|
13 | 15 | <licenses>
|
14 | 16 | <license>
|
|
18 | 20 | </licenses>
|
19 | 21 | <developers>
|
20 | 22 | <developer>
|
21 |
| - <organization>NAV (Arbeids- og velferdsdirektoratet) - The Norwegian Labour and Welfare Administration</organization> |
| 23 | + <organization>NAV (Arbeids- og velferdsdirektoratet) - The Norwegian Labour and Welfare Administration |
| 24 | + </organization> |
22 | 25 | <organizationUrl>https://www.nav.no</organizationUrl>
|
23 | 26 | </developer>
|
24 | 27 | </developers>
|
|
53 | 56 | <mockwebserver.version>4.9.0</mockwebserver.version>
|
54 | 57 | <caffeine.version>2.8.5</caffeine.version>
|
55 | 58 | <okhttp3.version>4.9.0</okhttp3.version>
|
56 |
| - <ktor.version>1.3.2</ktor.version> |
| 59 | + <ktor.version>1.4.1</ktor.version> |
57 | 60 | <kotlin.code.style>official</kotlin.code.style>
|
58 |
| - <kotlin.version>1.3.72</kotlin.version> |
| 61 | + <kotlin.version>1.4.10</kotlin.version> |
59 | 62 | <mock-oauth2-server.version>0.1.35</mock-oauth2-server.version>
|
60 | 63 | <groovy.version>3.0.6</groovy.version>
|
| 64 | + <logback.version>1.2.3</logback.version> |
61 | 65 | </properties>
|
62 | 66 |
|
63 | 67 | <scm>
|
|
123 | 127 | <activeByDefault>true</activeByDefault>
|
124 | 128 | </activation>
|
125 | 129 | <build>
|
126 |
| - <plugins> |
127 |
| - <plugin> |
128 |
| - <groupId>org.apache.maven.plugins</groupId> |
129 |
| - <artifactId>maven-surefire-plugin</artifactId> |
130 |
| - <version>2.22.1</version> |
131 |
| - </plugin> |
132 |
| - </plugins> |
| 130 | + <plugins> |
| 131 | + <plugin> |
| 132 | + <groupId>org.apache.maven.plugins</groupId> |
| 133 | + <artifactId>maven-surefire-plugin</artifactId> |
| 134 | + <version>2.22.1</version> |
| 135 | + </plugin> |
| 136 | + </plugins> |
133 | 137 | </build>
|
134 | 138 | </profile>
|
135 | 139 | <profile>
|
|
0 commit comments