Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebrosse committed Feb 4, 2021
1 parent c5af722 commit 4b40dbd
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 148 deletions.
84 changes: 42 additions & 42 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.8.7</version>
<type>jar</type>
</dependency>
<!-- <dependency> -->
<!-- <groupId>com.fasterxml.jackson.core</groupId> -->
<!-- <artifactId>jackson-annotations</artifactId> -->
<!-- <version>2.8.7</version> -->
<!-- <type>jar</type> -->
<!-- </dependency> -->

<dependency>
<groupId>org.modelio</groupId>
Expand All @@ -50,27 +50,27 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.1</version>
<type>jar</type>
</dependency>
<!-- <dependency> -->
<!-- <groupId>org.apache.commons</groupId> -->
<!-- <artifactId>commons-collections4</artifactId> -->
<!-- <version>4.1</version> -->
<!-- <type>jar</type> -->
<!-- </dependency> -->

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.8.7</version>
<type>jar</type>
</dependency>
<!-- <dependency> -->
<!-- <groupId>com.fasterxml.jackson.core</groupId> -->
<!-- <artifactId>jackson-core</artifactId> -->
<!-- <version>2.8.7</version> -->
<!-- <type>jar</type> -->
<!-- </dependency> -->

<dependency>
<groupId>org.modelio</groupId>
<artifactId>org.eclipse.ui.forms</artifactId>
<version>3.7.101.v20170815-1446</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<!-- <dependency> -->
<!-- <groupId>org.modelio</groupId> -->
<!-- <artifactId>org.eclipse.ui.forms</artifactId> -->
<!-- <version>3.7.101.v20170815-1446</version> -->
<!-- <type>jar</type> -->
<!-- <scope>provided</scope> -->
<!-- </dependency> -->

<dependency>
<groupId>org.modelio.module</groupId>
Expand All @@ -79,12 +79,12 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.0</version>
<type>jar</type>
</dependency>
<!-- <dependency> -->
<!-- <groupId>xerces</groupId> -->
<!-- <artifactId>xercesImpl</artifactId> -->
<!-- <version>2.12.0</version> -->
<!-- <type>jar</type> -->
<!-- </dependency> -->

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand All @@ -93,18 +93,18 @@
<type>jar</type>
</dependency>

<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.1.3</version>
</dependency>
<!-- <dependency> -->
<!-- <groupId>org.jdom</groupId> -->
<!-- <artifactId>jdom</artifactId> -->
<!-- <version>1.1.3</version> -->
<!-- </dependency> -->

<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1</version>
<type>jar</type>
</dependency>
<!-- <dependency> -->
<!-- <groupId>jaxen</groupId> -->
<!-- <artifactId>jaxen</artifactId> -->
<!-- <version>1.1</version> -->
<!-- <type>jar</type> -->
<!-- </dependency> -->

</dependencies>

Expand Down
8 changes: 4 additions & 4 deletions src/main/conf/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
<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="">
<ClassPath>
<PathEntry path="lib/${project.artifactId}-${project.version}.jar"/>
<PathEntry path="lib/jackson-annotations-2.8.7.jar"/>
<PathEntry path="lib/commons-collections4-4.1.jar"/>
<PathEntry path="lib/jackson-core-2.8.7.jar"/>
<PathEntry path="lib/xercesImpl-2.12.0.jar"/>
<PathEntry path="lib/xml-apis-1.4.01.jar"/>
<PathEntry path="lib/jackson-databind-2.9.10.7.jar"/>
<PathEntry path="lib/jdom-1.1.3.jar"/>
<PathEntry path="lib/jaxen-1.1.jar"/>
<PathEntry path="lib/dom4j-1.6.1.jar"/>
Expand All @@ -16,6 +12,10 @@
<PathEntry path="lib/xmlParserAPIs-2.6.2.jar"/>
<PathEntry path="lib/xalan-2.6.0.jar"/>
<PathEntry path="lib/icu4j-2.6.1.jar"/>
<PathEntry path="lib/commons-collections4-4.1.jar"/>
<PathEntry path="lib/jackson-databind-2.9.10.7.jar"/>
<PathEntry path="lib/jackson-annotations-2.9.10.jar"/>
<PathEntry path="lib/jackson-core-2.9.10.jar"/>
</ClassPath>
<Profiles>
<Profile uid="fb99423e-12d3-4505-926b-f150a22ec337" id="CPSwarm.concept">
Expand Down
Loading

0 comments on commit 4b40dbd

Please sign in to comment.