Skip to content

Commit 4b40dbd

Browse files
committed
update dependency
1 parent c5af722 commit 4b40dbd

File tree

4 files changed

+131
-148
lines changed

4 files changed

+131
-148
lines changed

pom.xml

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
<scope>provided</scope>
3737
</dependency>
3838

39-
<dependency>
40-
<groupId>com.fasterxml.jackson.core</groupId>
41-
<artifactId>jackson-annotations</artifactId>
42-
<version>2.8.7</version>
43-
<type>jar</type>
44-
</dependency>
39+
<!-- <dependency> -->
40+
<!-- <groupId>com.fasterxml.jackson.core</groupId> -->
41+
<!-- <artifactId>jackson-annotations</artifactId> -->
42+
<!-- <version>2.8.7</version> -->
43+
<!-- <type>jar</type> -->
44+
<!-- </dependency> -->
4545

4646
<dependency>
4747
<groupId>org.modelio</groupId>
@@ -50,27 +50,27 @@
5050
<scope>provided</scope>
5151
</dependency>
5252

53-
<dependency>
54-
<groupId>org.apache.commons</groupId>
55-
<artifactId>commons-collections4</artifactId>
56-
<version>4.1</version>
57-
<type>jar</type>
58-
</dependency>
53+
<!-- <dependency> -->
54+
<!-- <groupId>org.apache.commons</groupId> -->
55+
<!-- <artifactId>commons-collections4</artifactId> -->
56+
<!-- <version>4.1</version> -->
57+
<!-- <type>jar</type> -->
58+
<!-- </dependency> -->
5959

60-
<dependency>
61-
<groupId>com.fasterxml.jackson.core</groupId>
62-
<artifactId>jackson-core</artifactId>
63-
<version>2.8.7</version>
64-
<type>jar</type>
65-
</dependency>
60+
<!-- <dependency> -->
61+
<!-- <groupId>com.fasterxml.jackson.core</groupId> -->
62+
<!-- <artifactId>jackson-core</artifactId> -->
63+
<!-- <version>2.8.7</version> -->
64+
<!-- <type>jar</type> -->
65+
<!-- </dependency> -->
6666

67-
<dependency>
68-
<groupId>org.modelio</groupId>
69-
<artifactId>org.eclipse.ui.forms</artifactId>
70-
<version>3.7.101.v20170815-1446</version>
71-
<type>jar</type>
72-
<scope>provided</scope>
73-
</dependency>
67+
<!-- <dependency> -->
68+
<!-- <groupId>org.modelio</groupId> -->
69+
<!-- <artifactId>org.eclipse.ui.forms</artifactId> -->
70+
<!-- <version>3.7.101.v20170815-1446</version> -->
71+
<!-- <type>jar</type> -->
72+
<!-- <scope>provided</scope> -->
73+
<!-- </dependency> -->
7474

7575
<dependency>
7676
<groupId>org.modelio.module</groupId>
@@ -79,12 +79,12 @@
7979
<scope>provided</scope>
8080
</dependency>
8181

82-
<dependency>
83-
<groupId>xerces</groupId>
84-
<artifactId>xercesImpl</artifactId>
85-
<version>2.12.0</version>
86-
<type>jar</type>
87-
</dependency>
82+
<!-- <dependency> -->
83+
<!-- <groupId>xerces</groupId> -->
84+
<!-- <artifactId>xercesImpl</artifactId> -->
85+
<!-- <version>2.12.0</version> -->
86+
<!-- <type>jar</type> -->
87+
<!-- </dependency> -->
8888

8989
<dependency>
9090
<groupId>com.fasterxml.jackson.core</groupId>
@@ -93,18 +93,18 @@
9393
<type>jar</type>
9494
</dependency>
9595

96-
<dependency>
97-
<groupId>org.jdom</groupId>
98-
<artifactId>jdom</artifactId>
99-
<version>1.1.3</version>
100-
</dependency>
96+
<!-- <dependency> -->
97+
<!-- <groupId>org.jdom</groupId> -->
98+
<!-- <artifactId>jdom</artifactId> -->
99+
<!-- <version>1.1.3</version> -->
100+
<!-- </dependency> -->
101101

102-
<dependency>
103-
<groupId>jaxen</groupId>
104-
<artifactId>jaxen</artifactId>
105-
<version>1.1</version>
106-
<type>jar</type>
107-
</dependency>
102+
<!-- <dependency> -->
103+
<!-- <groupId>jaxen</groupId> -->
104+
<!-- <artifactId>jaxen</artifactId> -->
105+
<!-- <version>1.1</version> -->
106+
<!-- <type>jar</type> -->
107+
<!-- </dependency> -->
108108

109109
</dependencies>
110110

src/main/conf/module.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22
<Module id="${project.name}" class="org.modelio.module.cpswarm.impl.CPSwarmModule" binaryversion="4.1.0" version="${project.version}" schema-level="2" uid="b914be5e-e9d5-4c22-84be-9edec27e429c" author="" image="" url="">
33
<ClassPath>
44
<PathEntry path="lib/${project.artifactId}-${project.version}.jar"/>
5-
<PathEntry path="lib/jackson-annotations-2.8.7.jar"/>
6-
<PathEntry path="lib/commons-collections4-4.1.jar"/>
7-
<PathEntry path="lib/jackson-core-2.8.7.jar"/>
85
<PathEntry path="lib/xercesImpl-2.12.0.jar"/>
96
<PathEntry path="lib/xml-apis-1.4.01.jar"/>
10-
<PathEntry path="lib/jackson-databind-2.9.10.7.jar"/>
117
<PathEntry path="lib/jdom-1.1.3.jar"/>
128
<PathEntry path="lib/jaxen-1.1.jar"/>
139
<PathEntry path="lib/dom4j-1.6.1.jar"/>
@@ -16,6 +12,10 @@
1612
<PathEntry path="lib/xmlParserAPIs-2.6.2.jar"/>
1713
<PathEntry path="lib/xalan-2.6.0.jar"/>
1814
<PathEntry path="lib/icu4j-2.6.1.jar"/>
15+
<PathEntry path="lib/commons-collections4-4.1.jar"/>
16+
<PathEntry path="lib/jackson-databind-2.9.10.7.jar"/>
17+
<PathEntry path="lib/jackson-annotations-2.9.10.jar"/>
18+
<PathEntry path="lib/jackson-core-2.9.10.jar"/>
1919
</ClassPath>
2020
<Profiles>
2121
<Profile uid="fb99423e-12d3-4505-926b-f150a22ec337" id="CPSwarm.concept">

0 commit comments

Comments
 (0)