Skip to content

Commit 6a33cf6

Browse files
committed
Pom config and exclusions
1 parent 50a57bb commit 6a33cf6

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

datamodel/openapi/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
</activation>
6565
<modules>
6666
<module>openapi-api-sample</module>
67+
<module>openapi-api-apache-sample</module>
6768
</modules>
6869
</profile>
6970
<profile>

module-inventory.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,17 @@
406406
"parentArtifactId": "openapi-parent",
407407
"excludeFromBlackDuckScan": false
408408
},
409+
{
410+
"groupId": "com.sap.cloud.sdk.datamodel",
411+
"artifactId": "openapi-api-apache-sample",
412+
"packaging": "jar",
413+
"releaseAudience": "None",
414+
"releaseMaturity": "Stable",
415+
"pomFile": "datamodel/openapi/openapi-api-apache-sample/pom.xml",
416+
"parentGroupId": "com.sap.cloud.sdk.datamodel",
417+
"parentArtifactId": "openapi-parent",
418+
"excludeFromBlackDuckScan": false
419+
},
409420
{
410421
"groupId": "com.sap.cloud.sdk.datamodel",
411422
"artifactId": "openapi-core",

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,7 @@
703703
<exclude>com.sap.cloud.sdk.datamodel:odata-api-sample</exclude>
704704
<exclude>com.sap.cloud.sdk.datamodel:odata-v4-api-sample</exclude>
705705
<exclude>com.sap.cloud.sdk.datamodel:openapi-api-sample</exclude>
706+
<exclude>com.sap.cloud.sdk.datamodel:openapi-api-apache-sample</exclude>
706707
</excludes>
707708
</bannedDependencies>
708709
</rules>

0 commit comments

Comments
 (0)