Skip to content

Commit

Permalink
Legger til XML schema definisjon for TSS
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoen and mortennormann committed Jul 22, 2024
1 parent 21551f6 commit e095dfa
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<module>nav-bsrv-sah-brevbestilling-legacy</module>
<module>pesys-esb-wsclient-bom</module>
<module>ekstern-pensjon-tjeneste-beregning</module>
<module>samhandler</module>
</modules>

<scm>
Expand Down Expand Up @@ -171,6 +172,7 @@
<classifier>javax</classifier>
<cxf-codegen-plugin.version>3.5.4</cxf-codegen-plugin.version>
<cxf-xjc-boolean.version>3.2.0</cxf-xjc-boolean.version>
<jaxb-maven-plugin.version>2.0.12</jaxb-maven-plugin.version>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<required-java-version>[1.8,1.9)</required-java-version>
Expand All @@ -185,6 +187,7 @@
<classifier>jakarta</classifier>
<cxf-codegen-plugin.version>4.0.3</cxf-codegen-plugin.version>
<cxf-xjc-boolean.version>4.0.0</cxf-xjc-boolean.version>
<jaxb-maven-plugin.version>3.0.1</jaxb-maven-plugin.version>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<required-java-version>[17,18)</required-java-version>
Expand Down
34 changes: 34 additions & 0 deletions samhandler/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>no.nav.pensjon.pesys-esb-wsclient</groupId>
<artifactId>pesys-esb-wsclient-legacy</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>samhandler</artifactId>

<build>
<plugins>
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-maven-plugin</artifactId>
<version>${jaxb-maven-plugin.version}</version>
<executions>
<execution>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
<configuration>
<generatePackage>no.nav.freg.tss</generatePackage>
</configuration>
</plugin>
</plugins>
</build>

</project>
1 change: 1 addition & 0 deletions samhandler/src/main/resources/TSSskjema 22-03-18.xsd

Large diffs are not rendered by default.

0 comments on commit e095dfa

Please sign in to comment.