|
4 | 4 | <parent>
|
5 | 5 | <groupId>org.avaje</groupId>
|
6 | 6 | <artifactId>java11-oss</artifactId>
|
7 |
| - <version>3.8</version> |
| 7 | + <version>3.9</version> |
| 8 | + <relativePath /> |
8 | 9 | </parent>
|
9 | 10 |
|
10 | 11 | <groupId>io.avaje</groupId>
|
11 |
| - <artifactId>avaje-http-client-parent</artifactId> |
12 |
| - <version>1</version> |
13 |
| - <packaging>pom</packaging> |
| 12 | + <artifactId>avaje-http-client</artifactId> |
| 13 | + <version>1.23-SNAPSHOT</version> |
14 | 14 |
|
15 |
| - <!-- reactor only, not really a parent pom --> |
| 15 | + <scm> |
| 16 | + < developerConnection>scm:git: [email protected]:avaje/avaje-http-client.git</ developerConnection> |
| 17 | + <tag>HEAD</tag> |
| 18 | + </scm> |
16 | 19 |
|
17 |
| - <modules> |
18 |
| - <module>client</module> |
19 |
| - <module>gson-adapter</module> |
20 |
| - <module>test</module> |
21 |
| - </modules> |
| 20 | + <properties> |
| 21 | + <surefire.useModulePath>false</surefire.useModulePath> |
| 22 | + </properties> |
22 | 23 |
|
23 |
| -</project> |
| 24 | + <dependencies> |
| 25 | + |
| 26 | + <dependency> |
| 27 | + <groupId>io.avaje</groupId> |
| 28 | + <artifactId>avaje-applog</artifactId> |
| 29 | + <version>1.0</version> |
| 30 | + </dependency> |
| 31 | + |
| 32 | + <dependency> |
| 33 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 34 | + <artifactId>jackson-databind</artifactId> |
| 35 | + <version>2.14.1</version> |
| 36 | + <optional>true</optional> |
| 37 | + </dependency> |
| 38 | + |
| 39 | + <dependency> |
| 40 | + <groupId>io.avaje</groupId> |
| 41 | + <artifactId>avaje-jsonb</artifactId> |
| 42 | + <version>1.1-RC3</version> |
| 43 | + <optional>true</optional> |
| 44 | + </dependency> |
| 45 | + |
| 46 | + <dependency> |
| 47 | + <groupId>io.avaje</groupId> |
| 48 | + <artifactId>avaje-inject</artifactId> |
| 49 | + <version>8.10</version> |
| 50 | + <optional>true</optional> |
| 51 | + </dependency> |
| 52 | + |
| 53 | + <!-- test dependencies --> |
| 54 | + |
| 55 | +<!-- <dependency>--> |
| 56 | +<!-- <groupId>io.avaje</groupId>--> |
| 57 | +<!-- <artifactId>avaje-slf4j-jpl</artifactId>--> |
| 58 | +<!-- <version>1.1</version>--> |
| 59 | +<!-- <scope>test</scope>--> |
| 60 | +<!-- </dependency>--> |
| 61 | + |
| 62 | + <dependency> |
| 63 | + <groupId>io.avaje</groupId> |
| 64 | + <artifactId>avaje-applog-slf4j</artifactId> |
| 65 | + <version>1.0</version> |
| 66 | + <scope>test</scope> |
| 67 | + </dependency> |
| 68 | + |
| 69 | + <dependency> |
| 70 | + <groupId>io.avaje</groupId> |
| 71 | + <artifactId>junit</artifactId> |
| 72 | + <version>1.1</version> |
| 73 | + <scope>test</scope> |
| 74 | + </dependency> |
| 75 | + |
| 76 | + <dependency> |
| 77 | + <groupId>io.javalin</groupId> |
| 78 | + <artifactId>javalin</artifactId> |
| 79 | + <version>5.2.0</version> |
| 80 | + <scope>test</scope> |
| 81 | + </dependency> |
24 | 82 |
|
| 83 | + <dependency> |
| 84 | + <groupId>io.avaje</groupId> |
| 85 | + <artifactId>avaje-http-api</artifactId> |
| 86 | + <version>1.20</version> |
| 87 | + <scope>test</scope> |
| 88 | + </dependency> |
| 89 | + |
| 90 | + <dependency> |
| 91 | + <groupId>io.avaje</groupId> |
| 92 | + <artifactId>avaje-http-hibernate-validator</artifactId> |
| 93 | + <version>2.8</version> |
| 94 | + <scope>test</scope> |
| 95 | + </dependency> |
| 96 | + |
| 97 | + <dependency> |
| 98 | + <groupId>org.avaje.composite</groupId> |
| 99 | + <artifactId>logback</artifactId> |
| 100 | + <version>1.1</version> |
| 101 | + <scope>test</scope> |
| 102 | + </dependency> |
| 103 | + |
| 104 | + <!-- test annotation processors --> |
| 105 | +<!-- <dependency>--> |
| 106 | +<!-- <groupId>io.avaje</groupId>--> |
| 107 | +<!-- <artifactId>avaje-inject-generator</artifactId>--> |
| 108 | +<!-- <version>8.6</version>--> |
| 109 | +<!-- <scope>test</scope>--> |
| 110 | +<!-- </dependency>--> |
| 111 | + |
| 112 | + </dependencies> |
| 113 | + |
| 114 | + <build> |
| 115 | + <plugins> |
| 116 | + <plugin> |
| 117 | + <groupId>org.apache.maven.plugins</groupId> |
| 118 | + <artifactId>maven-compiler-plugin</artifactId> |
| 119 | + <version>3.10.1</version> |
| 120 | + <executions> |
| 121 | + <execution> |
| 122 | + <id>default-testCompile</id> |
| 123 | + <configuration> |
| 124 | + <annotationProcessorPaths> |
| 125 | + <path> |
| 126 | + <groupId>io.avaje</groupId> |
| 127 | + <artifactId>avaje-inject-generator</artifactId> |
| 128 | + <version>8.10</version> |
| 129 | + </path> |
| 130 | + </annotationProcessorPaths> |
| 131 | + </configuration> |
| 132 | + </execution> |
| 133 | + </executions> |
| 134 | + </plugin> |
| 135 | + |
| 136 | + |
| 137 | + <plugin> |
| 138 | + <artifactId>maven-surefire-plugin</artifactId> |
| 139 | + <version>3.0.0-M6</version> |
| 140 | +<!-- <configuration>--> |
| 141 | +<!-- <argLine>--> |
| 142 | +<!-- --add-modules com.fasterxml.jackson.databind--> |
| 143 | +<!-- --add-modules io.avaje.jsonb--> |
| 144 | +<!-- --add-opens io.avaje.http.client/io.avaje.http.client=ALL-UNNAMED--> |
| 145 | +<!-- --add-opens io.avaje.http.client/org.example.webserver=ALL-UNNAMED--> |
| 146 | +<!-- --add-opens io.avaje.http.client/org.example.github=ALL-UNNAMED--> |
| 147 | +<!-- --add-opens io.avaje.http.client/org.example.webserver=com.fasterxml.jackson.databind--> |
| 148 | +<!-- --add-opens io.avaje.http.client/org.example.github=com.fasterxml.jackson.databind--> |
| 149 | +<!-- --add-opens io.avaje.http.client/org.example.github=io.avaje.jsonb--> |
| 150 | +<!-- --add-opens io.avaje.http.client/org.example.github=io.avaje.inject--> |
| 151 | +<!-- </argLine>--> |
| 152 | +<!-- </configuration>--> |
| 153 | + </plugin> |
| 154 | + |
| 155 | + </plugins> |
| 156 | + </build> |
| 157 | +</project> |
0 commit comments