|
36 | 36 | <scope>provided</scope> |
37 | 37 | </dependency> |
38 | 38 |
|
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> --> |
45 | 45 |
|
46 | 46 | <dependency> |
47 | 47 | <groupId>org.modelio</groupId> |
|
50 | 50 | <scope>provided</scope> |
51 | 51 | </dependency> |
52 | 52 |
|
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> --> |
59 | 59 |
|
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> --> |
66 | 66 |
|
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> --> |
74 | 74 |
|
75 | 75 | <dependency> |
76 | 76 | <groupId>org.modelio.module</groupId> |
|
79 | 79 | <scope>provided</scope> |
80 | 80 | </dependency> |
81 | 81 |
|
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> --> |
88 | 88 |
|
89 | 89 | <dependency> |
90 | 90 | <groupId>com.fasterxml.jackson.core</groupId> |
|
93 | 93 | <type>jar</type> |
94 | 94 | </dependency> |
95 | 95 |
|
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> --> |
101 | 101 |
|
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> --> |
108 | 108 |
|
109 | 109 | </dependencies> |
110 | 110 |
|
|
0 commit comments