|
83 | 83 | <license.licenseName>apache_v2</license.licenseName>
|
84 | 84 | <license.copyrightOwners>Hadrien Mary</license.copyrightOwners>
|
85 | 85 | <netbeans.hint.license>apache20</netbeans.hint.license>
|
| 86 | + |
| 87 | + <commons-cli.version>1.4</commons-cli.version> |
| 88 | + <json-simple.version>1.1.1</json-simple.version> |
| 89 | + <beaker-kernel-base.version>0.9.1</beaker-kernel-base.version> |
| 90 | + <jai-imageio-core.version>1.3.1</jai-imageio-core.version> |
| 91 | + <groovy-json.version>2.5.0-beta-1</groovy-json.version> |
| 92 | + <xchart.version>3.4.0</xchart.version> |
86 | 93 | </properties>
|
87 | 94 |
|
88 | 95 | <repositories>
|
|
113 | 120 | <dependency>
|
114 | 121 | <groupId>commons-cli</groupId>
|
115 | 122 | <artifactId>commons-cli</artifactId>
|
116 |
| - <version>1.4</version> |
| 123 | + <version>${commons-cli.version}</version> |
117 | 124 | </dependency>
|
118 | 125 |
|
119 | 126 | <!-- Used to create the kernel.json file -->
|
120 | 127 | <dependency>
|
121 | 128 | <groupId>com.googlecode.json-simple</groupId>
|
122 | 129 | <artifactId>json-simple</artifactId>
|
123 |
| - <version>1.1.1</version> |
| 130 | + <version>${json-simple.version}</version> |
124 | 131 | </dependency>
|
125 | 132 |
|
126 | 133 | <!-- The Beaker base kernel that we rely on -->
|
127 | 134 | <dependency>
|
128 | 135 | <groupId>com.github.twosigma.beakerx</groupId>
|
129 | 136 | <artifactId>beaker-kernel-base</artifactId>
|
130 |
| - <version>0.9.1</version> |
| 137 | + <version>${beaker-kernel-base.version}</version> |
131 | 138 | </dependency>
|
132 | 139 |
|
133 | 140 | <!-- The package to convert images to PNG/JPEG -->
|
134 | 141 | <dependency>
|
135 | 142 | <groupId>com.github.jai-imageio</groupId>
|
136 | 143 | <artifactId>jai-imageio-core</artifactId>
|
137 |
| - <version>1.3.1</version> |
| 144 | + <version>${jai-imageio-core.version}</version> |
138 | 145 | </dependency>
|
139 |
| - |
| 146 | + |
140 | 147 | <dependency>
|
141 | 148 | <groupId>org.codehaus.groovy</groupId>
|
142 | 149 | <artifactId>groovy-json</artifactId>
|
143 |
| - <version>2.5.0-beta-1</version> |
| 150 | + <version>${groovy-json.version}</version> |
144 | 151 | </dependency>
|
145 |
| - |
146 |
| - <dependency> |
| 152 | + |
| 153 | + <dependency> |
147 | 154 | <groupId>org.knowm.xchart</groupId>
|
148 | 155 | <artifactId>xchart</artifactId>
|
149 |
| - <version>3.4.0</version> |
| 156 | + <version>${xchart.version}</version> |
150 | 157 | </dependency>
|
151 | 158 |
|
152 | 159 | <!-- ImageJ packages used in the NotebookService -->
|
|
218 | 225 | <artifactId>junit</artifactId>
|
219 | 226 | <scope>test</scope>
|
220 | 227 | </dependency>
|
221 |
| - |
222 | 228 | </dependencies>
|
223 | 229 | </project>
|
0 commit comments