Skip to content

Commit

Permalink
MID-7746: adding new repo mapping for resource/admOpState/admAvailStatus
Browse files Browse the repository at this point in the history
In full: administrativeOperationalState/administrativeAvailabilityStatus
  • Loading branch information
virgo47 committed Jun 27, 2022
1 parent da29673 commit 565ae47
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions infra/schema-pure-jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,17 @@
<artifactId>xalan</artifactId>
<version>${xalan.version}</version>
</dependency>
<!-- Added after MID-7937, fix based on https://stackoverflow.com/a/71979169/658826 -->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${glassfish-jaxb.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-xjc</artifactId>
<version>${glassfish-jaxb.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
Expand Down

0 comments on commit 565ae47

Please sign in to comment.