Skip to content

Commit

Permalink
fix poms
Browse files Browse the repository at this point in the history
  • Loading branch information
desmax74 committed Jun 16, 2020
1 parent fc05cff commit 7138182
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
15 changes: 3 additions & 12 deletions kogito-travel-agency/extended/travels/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,8 @@
<artifactId>process-management-addon</artifactId>
</dependency>
<dependency>
<groupId>org.drools</groupId>
<groupId>org.kie.kogito</groupId>
<artifactId>drools-decisiontables</artifactId>
<exclusions>
<exclusion>
<artifactId>drools-core</artifactId>
<groupId>org.drools</groupId>
</exclusion>
<exclusion>
<artifactId>drools-compiler</artifactId>
<groupId>org.drools</groupId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down Expand Up @@ -146,7 +136,8 @@
</goals>
<configuration>
<enableHttpUrlHandler>true</enableHttpUrlHandler>
<additionalBuildArgs>--allow-incomplete-classpath</additionalBuildArgs>
<!-- "-H:ReflectionConfigurationFiles" is a workaround for KOGITO-1893 -->
<additionalBuildArgs>-H:ReflectionConfigurationFiles=../../reflection.json,--allow-incomplete-classpath</additionalBuildArgs>
</configuration>
</execution>
</executions>
Expand Down
8 changes: 2 additions & 6 deletions kogito-travel-agency/extended/visas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@

<parent>
<groupId>org.kie.kogito</groupId>
<<<<<<< HEAD:kogito-travel-agency/visas/pom.xml
<artifactId>kogito-travel-agency-example</artifactId>
<version>8.0.0-SNAPSHOT</version>
=======
<artifactId>kogito-travel-agency-example-extended</artifactId>
<version>8.0.0-SNAPSHOT</version>
>>>>>>> upstream/master:kogito-travel-agency/extended/visas/pom.xml
</parent>

<artifactId>visas</artifactId>
Expand Down Expand Up @@ -120,7 +115,8 @@
</goals>
<configuration>
<enableHttpUrlHandler>true</enableHttpUrlHandler>
<additionalBuildArgs>--allow-incomplete-classpath</additionalBuildArgs>
<!-- "-H:ReflectionConfigurationFiles" is a workaround for KOGITO-1893 -->
<additionalBuildArgs>-H:ReflectionConfigurationFiles=../../reflection.json,--allow-incomplete-classpath</additionalBuildArgs>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 7138182

Please sign in to comment.