ludc
2024-04-07 4994a4f75e977e9bf9c1cef23d7c443b33112bc5
Source/platformProject/vci-platform-web/pom.xml
@@ -11,7 +11,7 @@
    <artifactId>vci-platform-web</artifactId>
   <dependencies>
    <dependencies>
       <dependency>
           <groupId>com.vci</groupId>
           <artifactId>vci-starter-parent</artifactId>
@@ -21,9 +21,7 @@
       <dependency>
           <groupId>com.vci.corba</groupId>
           <artifactId>plt-slice</artifactId>
           <version>1.0</version>
           <scope>system</scope>
           <systemPath>D:/work/newplatform/Bin/lib/common/plt-slice.jar</systemPath>
           <version>1.0.RELEASE</version>
       </dependency>
       <dependency>
@@ -154,24 +152,18 @@
       <dependency>
           <groupId>com.vci.client</groupId>
           <artifactId>plt-clientbase</artifactId>
           <version>1.0</version>
           <scope>system</scope>
           <systemPath>D:/work/newplatform/Bin/lib/client/plt-clientbase.jar</systemPath>
           <version>1.0.RELEASE</version>
       </dependency>
       <dependency>
           <groupId>com.zeroc</groupId>
           <artifactId>icegridgui.jar</artifactId>
           <version>1.0</version>
           <scope>system</scope>
           <systemPath>D:/work/newplatform/Bin/lib/common/icegridgui.jar</systemPath>
           <artifactId>icegridgui</artifactId>
           <version>1.0.RELEASE</version>
       </dependency>
       <dependency>
           <groupId>com.vci.common</groupId>
           <artifactId>plt-common.jar</artifactId>
           <version>1.0</version>
           <scope>system</scope>
           <systemPath>D:/work/newplatform/Bin/lib/common/plt-common.jar</systemPath>
       </dependency>
        <dependency>
            <groupId>com.vci.common</groupId>
            <artifactId>plt-common</artifactId>
            <version>1.0.RELEASE</version>
        </dependency>
       <dependency>
           <groupId>com.vci</groupId>
           <artifactId>vci-platform-starter</artifactId>
@@ -250,4 +242,5 @@
        </plugins>
    </build>
</project>