Skip to content

Commit

Permalink
get latest oscal and mes
Browse files Browse the repository at this point in the history
  • Loading branch information
wandmagic committed Oct 9, 2024
1 parent 76187d5 commit 0bd2799
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
25 changes: 14 additions & 11 deletions dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</dependency>
</dependencies>
<configuration>
<jvmTarget>17</jvmTarget>
<jvmTarget>11</jvmTarget>
<compilerPlugins>
<plugin>all-open</plugin>
</compilerPlugins>
Expand Down Expand Up @@ -241,7 +241,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>2.0.20</version>
<version>1.6.21</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -271,7 +271,7 @@
<dependency>
<groupId>dev.metaschema.oscal</groupId>
<artifactId>oscal-cli-enhanced</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -283,7 +283,7 @@
<dependency>
<groupId>dev.metaschema.java</groupId>
<artifactId>cli-processor</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -295,7 +295,7 @@
<dependency>
<groupId>dev.metaschema.java</groupId>
<artifactId>metaschema-cli</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -307,7 +307,7 @@
<dependency>
<groupId>dev.metaschema.java</groupId>
<artifactId>metaschema-schema-generator</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -319,7 +319,7 @@
<dependency>
<groupId>dev.metaschema.oscal</groupId>
<artifactId>liboscal-java</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -396,15 +396,18 @@
<properties>
<kotlinx.coroutines.version>1.6.4</kotlinx.coroutines.version>
<main.class>gov.nist.secauto.oscal.tools.server.OscalVerticle</main.class>
<kotlin.version>2.0.20</kotlin.version>
<kotlin.version>1.6.21</kotlin.version>
<java.version>11</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<vertx.version>4.5.10</vertx.version>
<metaschema-framework.version>1.1.0</metaschema-framework.version>
<metaschema-framework.version>1.2.0</metaschema-framework.version>
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<liboscal-java.version>4.1.0</liboscal-java.version>
<liboscal-java.version>4.2.0</liboscal-java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<oscal-cli.version>2.1.0</oscal-cli.version>
<oscal-cli.version>2.2.0</oscal-cli.version>
<exec-maven-plugin.version>3.4.1</exec-maven-plugin.version>
<swid-maven-plugin.version>0.7.0</swid-maven-plugin.version>
<dependency.log4j2.version>2.24.1</dependency.log4j2.version>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

<vertx.version>4.5.10</vertx.version>
<swid-maven-plugin.version>0.7.0</swid-maven-plugin.version>
<oscal-cli.version>2.1.0</oscal-cli.version>
<metaschema-framework.version>1.1.0</metaschema-framework.version>
<liboscal-java.version>4.1.0</liboscal-java.version>
<oscal-cli.version>2.2.0</oscal-cli.version>
<metaschema-framework.version>1.2.0</metaschema-framework.version>
<liboscal-java.version>4.2.0</liboscal-java.version>
<java.version>11</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down

0 comments on commit 0bd2799

Please sign in to comment.