|
39 | 39 | <dependency>
|
40 | 40 | <groupId>org.geotools</groupId>
|
41 | 41 | <artifactId>gt-main</artifactId>
|
42 |
| - <version>13.6</version> |
| 42 | + <version>24.0</version> |
43 | 43 | </dependency>
|
44 | 44 | <dependency>
|
45 | 45 | <groupId>org.geotools</groupId>
|
46 | 46 | <artifactId>gt-epsg-hsql</artifactId>
|
47 |
| - <version>13.6</version> |
| 47 | + <version>24.0</version> |
48 | 48 | </dependency>
|
49 | 49 | <dependency>
|
50 | 50 | <groupId>junit</groupId>
|
|
61 | 61 | </dependencies>
|
62 | 62 | <repositories>
|
63 | 63 | <repository>
|
64 |
| - <id>springsource-ext-release</id> |
65 |
| - <url>http://repo.springsource.org/simple/ext-release-local/</url> |
66 |
| - </repository> |
67 |
| - <repository> |
68 |
| - <id>geosolutions</id> |
69 |
| - <url>http://maven.geo-solutions.it/</url> |
| 64 | + <id>osgeo-releases</id> |
| 65 | + <name>OSGeo Nexus Release Repository</name> |
| 66 | + <url>https://repo.osgeo.org/repository/release/</url> |
| 67 | + <snapshots> |
| 68 | + <enabled>false</enabled> |
| 69 | + </snapshots> |
| 70 | + <releases> |
| 71 | + <enabled>true</enabled> |
| 72 | + </releases> |
70 | 73 | </repository>
|
71 | 74 | <repository>
|
72 |
| - <id>boundless</id> |
73 |
| - <name>Boundless Maven Repository</name> |
74 |
| - <url>http://repo.boundlessgeo.org/main</url> |
| 75 | + <id>osgeo-snapshots</id> |
| 76 | + <name>OSGeo Nexus Snapshot Repository</name> |
| 77 | + <url>https://repo.osgeo.org/repository/snapshot/</url> |
75 | 78 | <snapshots>
|
76 | 79 | <enabled>true</enabled>
|
77 | 80 | </snapshots>
|
| 81 | + <releases> |
| 82 | + <enabled>false</enabled> |
| 83 | + </releases> |
78 | 84 | </repository>
|
| 85 | +<!-- <repository>--> |
| 86 | +<!-- <id>springsource-ext-release</id>--> |
| 87 | +<!-- <url>http://repo.springsource.org/simple/ext-release-local/</url>--> |
| 88 | +<!-- </repository>--> |
79 | 89 | <repository>
|
80 |
| - <id>osgeo</id> |
81 |
| - <name>Open Source Geospatial Foundation Repository</name> |
82 |
| - <url>http://download.osgeo.org/webdav/geotools</url> |
83 |
| - </repository> |
84 |
| - <repository> |
85 |
| - <id>maven2-repository.dev.java.net</id> |
86 |
| - <name>Java.net repository</name> |
87 |
| - <url>http://download.java.net/maven/2</url> |
| 90 | + <id>geosolutions</id> |
| 91 | + <url>http://maven.geo-solutions.it/</url> |
88 | 92 | </repository>
|
89 | 93 | </repositories>
|
90 | 94 | <build>
|
91 | 95 | <plugins>
|
92 | 96 | <plugin>
|
93 | 97 | <groupId>org.apache.maven.plugins</groupId>
|
94 | 98 | <artifactId>maven-compiler-plugin</artifactId>
|
| 99 | + <version>3.8.0</version> |
95 | 100 | <configuration>
|
96 |
| - <source>1.6</source> |
97 |
| - <target>1.6</target> |
| 101 | + <source>1.8</source> |
| 102 | + <target>1.8</target> |
98 | 103 | </configuration>
|
99 | 104 | </plugin>
|
100 | 105 | <plugin>
|
101 | 106 | <groupId>org.codehaus.mojo</groupId>
|
102 | 107 | <artifactId>cobertura-maven-plugin</artifactId>
|
103 |
| - <version>2.6</version> |
| 108 | + <version>2.7</version> |
104 | 109 | </plugin>
|
105 | 110 | <plugin>
|
106 | 111 | <groupId>org.apache.maven.plugins</groupId>
|
107 | 112 | <artifactId>maven-jar-plugin</artifactId>
|
108 |
| - <version>2.3.1</version> |
| 113 | + <version>3.2.0</version> |
109 | 114 | <configuration>
|
110 | 115 | <archive>
|
111 | 116 | <manifest>
|
|
117 | 122 | </plugin>
|
118 | 123 | <plugin>
|
119 | 124 | <artifactId>maven-assembly-plugin</artifactId>
|
120 |
| - <version>2.2.2</version> |
| 125 | + <version>3.3.0</version> |
121 | 126 | <configuration>
|
122 | 127 | <descriptors>
|
123 | 128 | <descriptor>src/main/assembly/dir.xml</descriptor>
|
|
137 | 142 | <plugin>
|
138 | 143 | <groupId>org.apache.maven.plugins</groupId>
|
139 | 144 | <artifactId>maven-shade-plugin</artifactId>
|
140 |
| - <version>1.7.1</version> |
| 145 | + <version>3.2.4</version> |
141 | 146 | <executions>
|
142 | 147 | <execution>
|
143 | 148 | <phase>package</phase>
|
|
0 commit comments