Skip to content

Commit 1bf980f

Browse files
committed
updated changes for the build issue
1 parent d15e31a commit 1bf980f

File tree

4 files changed

+42
-0
lines changed

4 files changed

+42
-0
lines changed

decisioncenter/internal/xalan.pom

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- Copyright 2023 IBM -->
3+
<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
4+
<!-- you may not use this file except in compliance with the License. -->
5+
<!-- You may obtain a copy of the License at -->
6+
<!-- -->
7+
<!-- http://www.apache.org/licenses/LICENSE-2.0 -->
8+
<!-- -->
9+
<!-- Unless required by applicable law or agreed to in writing, software -->
10+
<!-- distributed under the License is distributed on an "AS IS" BASIS, -->
11+
<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -->
12+
<!-- See the License for the specific language governing permissions and -->
13+
<!-- limitations under the License.IBM Confidential -->
14+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
15+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
16+
<modelVersion>4.0.0</modelVersion>
17+
<groupId>com.ibm.xalan</groupId>
18+
<artifactId>xalan</artifactId>
19+
<version>2.7.3.IBM</version>
20+
</project>

decisioncenter/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@
286286
<groupId>com.ibm.xalan</groupId>
287287
<artifactId>xalan</artifactId>
288288
<version>2.7.3.IBM</version>
289+
<pomFile>${project.basedir}/internal/xalan.pom</pomFile>
289290
</configuration>
290291
</execution>
291292
</executions>

executionserver/internal/xalan.pom

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- Copyright 2023 IBM -->
3+
<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
4+
<!-- you may not use this file except in compliance with the License. -->
5+
<!-- You may obtain a copy of the License at -->
6+
<!-- -->
7+
<!-- http://www.apache.org/licenses/LICENSE-2.0 -->
8+
<!-- -->
9+
<!-- Unless required by applicable law or agreed to in writing, software -->
10+
<!-- distributed under the License is distributed on an "AS IS" BASIS, -->
11+
<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -->
12+
<!-- See the License for the specific language governing permissions and -->
13+
<!-- limitations under the License.IBM Confidential -->
14+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
15+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
16+
<modelVersion>4.0.0</modelVersion>
17+
<groupId>com.ibm.xalan</groupId>
18+
<artifactId>xalan</artifactId>
19+
<version>2.7.3.IBM</version>
20+
</project>

executionserver/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@
469469
<groupId>com.ibm.xalan</groupId>
470470
<artifactId>xalan</artifactId>
471471
<version>2.7.3.IBM</version>
472+
<pomFile>${project.basedir}/internal/xalan.pom</pomFile>
472473
</configuration>
473474
</execution>
474475
</executions>

0 commit comments

Comments
 (0)