Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 3154163

Browse files
committed
fix all start errors
1 parent f363f21 commit 3154163

File tree

7 files changed

+40
-7
lines changed

7 files changed

+40
-7
lines changed

components/online_review_upload_services/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,6 +1147,9 @@
11471147
<includes>
11481148
<include>**</include>
11491149
</includes>
1150+
<excludes>
1151+
<exclude>**/ConfigManager.properties</exclude>
1152+
</excludes>
11501153
<filtering>true</filtering>
11511154
</resource>
11521155
</resources>

components/review_management/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,6 +1093,9 @@
10931093
<includes>
10941094
<include>**</include>
10951095
</includes>
1096+
<excludes>
1097+
<exclude>**/ConfigManager.properties</exclude>
1098+
</excludes>
10961099
<filtering>true</filtering>
10971100
</resource>
10981101
</resources>

components/topcoder_cockpit_asset_services/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,9 @@
10871087
<includes>
10881088
<include>**</include>
10891089
</includes>
1090+
<excludes>
1091+
<exclude>**/ConfigManager.properties</exclude>
1092+
</excludes>
10901093
<filtering>true</filtering>
10911094
</resource>
10921095
</resources>

components/topcoder_cockpit_project_metadata_services/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,9 @@
10871087
<includes>
10881088
<include>**</include>
10891089
</includes>
1090+
<excludes>
1091+
<exclude>**/ConfigManager.properties</exclude>
1092+
</excludes>
10901093
<filtering>true</filtering>
10911094
</resource>
10921095
</resources>

components/topcoder_cockpit_project_milestone_services/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,9 @@
10871087
<includes>
10881088
<include>**</include>
10891089
</includes>
1090+
<excludes>
1091+
<exclude>**/ConfigManager.properties</exclude>
1092+
</excludes>
10901093
<filtering>true</filtering>
10911094
</resource>
10921095
</resources>

components/workdays/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,6 +1093,9 @@
10931093
<includes>
10941094
<include>**</include>
10951095
</includes>
1096+
<excludes>
1097+
<exclude>**/ConfigManager.properties</exclude>
1098+
</excludes>
10961099
<filtering>true</filtering>
10971100
</resource>
10981101
</resources>

ear-web/pom.xml

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,16 @@
416416
<artifactId>httpProxyPackage</artifactId>
417417
<version>1.0-SNAPSHOT</version>
418418
</dependency>
419+
<dependency>
420+
<groupId>com.topcoder.thirdpart</groupId>
421+
<artifactId>httpcore-4.2</artifactId>
422+
<version>1.0-SNAPSHOT</version>
423+
</dependency>
424+
<dependency>
425+
<groupId>com.topcoder.thirdpart</groupId>
426+
<artifactId>httpclient-4.2</artifactId>
427+
<version>1.0-SNAPSHOT</version>
428+
</dependency>
419429
<dependency>
420430
<groupId>com.topcoder.thirdpart</groupId>
421431
<artifactId>ifxjdbcx</artifactId>
@@ -686,6 +696,11 @@
686696
<artifactId>jackson-core-2.8.1</artifactId>
687697
<version>2.8.1</version>
688698
</dependency>
699+
<dependency>
700+
<groupId>com.topcoder.thirdpart</groupId>
701+
<artifactId>jackson-core-asl</artifactId>
702+
<version>2.8.1</version>
703+
</dependency>
689704
<dependency>
690705
<groupId>com.topcoder.thirdpart</groupId>
691706
<artifactId>jackson-databind-2.8.1</artifactId>
@@ -1136,13 +1151,13 @@
11361151
<bundleDir>ejb/</bundleDir>
11371152
<bundleFileName>ldap_sdk_interface.jar</bundleFileName>
11381153
</ejbModule>
1139-
<!-- <jarModule>-->
1140-
<!-- <groupId>com.topcoder</groupId>-->
1141-
<!-- <artifactId>direct-conf</artifactId>-->
1142-
<!-- <bundleFileName>conf.jar</bundleFileName>-->
1143-
<!--&lt;!&ndash; <bundleDir>./</bundleDir>&ndash;&gt;-->
1144-
<!--&lt;!&ndash; <unpack>true</unpack>&ndash;&gt;-->
1145-
<!-- </jarModule>-->
1154+
<jarModule>
1155+
<groupId>com.topcoder</groupId>
1156+
<artifactId>direct-conf</artifactId>
1157+
<bundleFileName>conf.jar</bundleFileName>
1158+
<bundleDir>./</bundleDir>
1159+
<!-- <unpack>true</unpack>-->
1160+
</jarModule>
11461161
<webModule>
11471162
<groupId>com.topcoder</groupId>
11481163
<artifactId>direct-app</artifactId>

0 commit comments

Comments
 (0)