Skip to content

Commit 3f67cf9

Browse files
author
miccar
committed
update
1 parent 10d30af commit 3f67cf9

2 files changed

Lines changed: 19 additions & 22 deletions

File tree

examples/netlogo-fire/domain.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<note>fuoco</note>
77
</simulation>
88
<param variableName="random-seed">
9-
<long min="-2147483648" max="2147483647" increment="0.1"/>
9+
<discrete min="-2147483648" max="2147483647" increment="0.1"/>
1010
</param>
1111
<param variableName="density">
12-
<double min="0.0" max="100.0" increment="0.1"/>
12+
<discrete min="0.0" max="100.0" increment="0.1"/>
1313
</param>
1414
</domain>

pom.xml

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -242,14 +242,14 @@
242242
<version>2.0.29</version>
243243
</dependency>
244244
<dependency>
245-
<groupId>org.ow2.asm</groupId>
245+
<groupId>asm</groupId>
246246
<artifactId>asm</artifactId>
247-
<version>5.0.4</version>
247+
<version>3.2</version>
248248
</dependency>
249249
<dependency>
250-
<groupId>org.ow2.asm</groupId>
250+
<groupId>asm</groupId>
251251
<artifactId>asm-all</artifactId>
252-
<version>5.0.4</version>
252+
<version>3.3.1</version>
253253
</dependency>
254254
<dependency>
255255
<groupId>org.apache.avro</groupId>
@@ -274,7 +274,7 @@
274274
<dependency>
275275
<groupId>commons-codec</groupId>
276276
<artifactId>commons-codec</artifactId>
277-
<version>1.10</version>
277+
<version>1.6</version>
278278
</dependency>
279279
<dependency>
280280
<groupId>commons-collections</groupId>
@@ -567,9 +567,9 @@
567567
<version>2.1.1e</version>
568568
</dependency>
569569
<dependency>
570-
<groupId>org.jogamp.jogl</groupId>
571-
<artifactId>jogl-all</artifactId>
572-
<version>2.3.2</version>
570+
<groupId>com.projectdarkstar.ext.net.java.dev.jogl</groupId>
571+
<artifactId>jogl</artifactId>
572+
<version>1.1.1</version>
573573
</dependency>
574574
<dependency>
575575
<groupId>com.jcraft</groupId>
@@ -619,17 +619,17 @@
619619
<dependency>
620620
<groupId>org.parboiled</groupId>
621621
<artifactId>parboiled-core</artifactId>
622-
<version>1.1.7</version>
622+
<version>1.0.2</version>
623623
</dependency>
624624
<dependency>
625625
<groupId>org.parboiled</groupId>
626626
<artifactId>parboiled-java</artifactId>
627-
<version>1.1.7</version>
627+
<version>1.0.2</version>
628628
</dependency>
629629
<dependency>
630630
<groupId>org.pegdown</groupId>
631631
<artifactId>pegdown</artifactId>
632-
<version>1.6.0</version>
632+
<version>1.1.0</version>
633633
</dependency>
634634
<dependency>
635635
<groupId>org.picocontainer</groupId>
@@ -649,7 +649,7 @@
649649
<dependency>
650650
<groupId>org.scala-lang</groupId>
651651
<artifactId>scala-library</artifactId>
652-
<version>2.12.1</version>
652+
<version>2.9.2</version>
653653
</dependency>
654654
<dependency>
655655
<groupId>org.daisy.libs</groupId>
@@ -698,14 +698,11 @@
698698
<scope>system</scope>
699699
<systemPath>${java.home}/../lib/tools.jar</systemPath>
700700
</dependency>
701-
<!-- https://mvnrepository.com/artifact/org.jogamp.gluegen/gluegen-rt -->
702701
<dependency>
703-
<groupId>org.jogamp.gluegen</groupId>
704-
<artifactId>gluegen-rt</artifactId>
705-
<version>2.3.2</version>
702+
<groupId>it.isislab.sof</groupId>
703+
<artifactId>gluegen-rt-1.1.1</artifactId>
704+
<version>1.1.1</version>
706705
</dependency>
707-
<!-- >dependency> <groupId>it.isislab.sof</groupId> <artifactId>gluegen-rt-1.1.1</artifactId>
708-
<version>1.1.1</version> </dependency -->
709706
<dependency>
710707
<groupId>it.isislab.sof</groupId>
711708
<artifactId>jhotdraw-6.0b1</artifactId>
@@ -724,7 +721,7 @@
724721
<dependency>
725722
<groupId>it.isislab.sof</groupId>
726723
<artifactId>netlogo</artifactId>
727-
<version>6.0.1</version>
724+
<version>5</version>
728725
</dependency>
729726
<dependency>
730727
<groupId>it.isislab.sof</groupId>
@@ -734,7 +731,7 @@
734731
<dependency>
735732
<groupId>jfree</groupId>
736733
<artifactId>jfreechart</artifactId>
737-
<version>1.0.13</version>
734+
<version>1.0.0</version>
738735
</dependency>
739736
<dependency>
740737
<groupId>de.sciss</groupId>

0 commit comments

Comments
 (0)