88 <version >1.0.1-SNAPSHOT</version >
99 <packaging >jar</packaging >
1010
11- <name >kafka-connect-neo4j </name >
11+ <name >Kafka Connect Neo4j </name >
1212 <description >A Kafka Connect Connector for kafka-connect-neo4j</description >
1313
14- <issueManagement >
15- <system >github</system >
16- <url >https://github.com/neo4j-contrib/neo4j-streams/issues</url >
17- </issueManagement >
18-
1914 <parent >
2015 <groupId >org.neo4j</groupId >
2116 <artifactId >neo4j-streams-parent</artifactId >
2621 <confluent .serializer.version>5.0.0</confluent .serializer.version>
2722 <confluent .connect.plugin.version>0.11.1</confluent .connect.plugin.version>
2823 <mvn .assembly.plugin.version>3.1.0</mvn .assembly.plugin.version>
24+ <kafka .connect.utils.version>0.3.141</kafka .connect.utils.version>
25+ <google .guava.version>27.0.1-jre</google .guava.version>
2926 </properties >
3027
31- <organization >
32- <name >Neo4j, Inc.</name >
33- <url >https://neo4j.com</url >
34- </organization >
35-
36- <developers >
37- <developer >
38- <id >jexp</id >
39- <name >Michael Hunger</name >
40- 41- <url ></url >
42- </developer >
43- <developer >
44- <id >conker84</id >
45- <name >Andrea Santurbano</name >
46- 47- <url ></url >
48- </developer >
49- </developers >
50-
51- <scm >
52- <
connection >scm:git:
[email protected] :neo4j-contrib/neo4j-streams.git</
connection >
53- <
developerConnection >scm:git:
[email protected] :neo4j-contrib/neo4j-streams.git</
developerConnection >
54- <
url >
[email protected] :neo4j-contrib/neo4j-streams.git</
url >
55- </scm >
56-
5728 <repositories >
5829 <repository >
5930 <id >confluent</id >
7142 <dependency >
7243 <groupId >com.github.jcustenborder.kafka.connect</groupId >
7344 <artifactId >connect-utils</artifactId >
74- <version >0.3.141</version >
75- </dependency >
76- <dependency >
77- <groupId >io.confluent</groupId >
78- <artifactId >kafka-avro-serializer</artifactId >
79- <version >${confluent.serializer.version} </version >
45+ <version >${kafka.connect.utils.version} </version >
8046 </dependency >
47+
8148 <dependency >
82- <groupId >io.confluent</groupId >
83- <artifactId >kafka-connect-maven-plugin</artifactId >
84- <version >${confluent.connect.plugin.version} </version >
49+ <groupId >com.google.guava</groupId >
50+ <artifactId >guava</artifactId >
51+ <version >${google.guava.version} </version >
52+ <scope >provided</scope >
8553 </dependency >
8654
8755 <dependency >
8856 <groupId >org.neo4j</groupId >
8957 <artifactId >neo4j-streams-common</artifactId >
90- <version >${parent.version} </version >
58+ <version >${project. parent.version} </version >
9159 </dependency >
60+
9261 <dependency >
9362 <groupId >org.neo4j.driver</groupId >
9463 <artifactId >neo4j-java-driver</artifactId >
10069 <artifactId >neo4j-values</artifactId >
10170 <version >${neo4j.version} </version >
10271 </dependency >
103- <dependency >
104- <groupId >org.jetbrains.kotlin</groupId >
105- <artifactId >kotlin-stdlib-jdk8</artifactId >
106- <version >${kotlin.version} </version >
107- </dependency >
108- <dependency >
109- <groupId >org.jetbrains.kotlinx</groupId >
110- <artifactId >kotlinx-coroutines-core</artifactId >
111- <version >${kotlin.coroutines.version} </version >
112- </dependency >
113- <dependency >
114- <groupId >junit</groupId >
115- <artifactId >junit</artifactId >
116- <version >4.12</version >
117- <scope >test</scope >
118- </dependency >
119- <dependency >
120- <groupId >org.jetbrains.kotlin</groupId >
121- <artifactId >kotlin-test-junit</artifactId >
122- <version >${kotlin.version} </version >
123- <scope >test</scope >
124- </dependency >
12572 </dependencies >
12673
12774 <build >
128-
129- <sourceDirectory >${project.basedir} /src/main/kotlin</sourceDirectory >
130- <testSourceDirectory >${project.basedir} /src/test/kotlin</testSourceDirectory >
131-
13275 <plugins >
133- <plugin >
134- <groupId >org.apache.maven.plugins</groupId >
135- <artifactId >maven-assembly-plugin</artifactId >
136- <version >${mvn.assembly.plugin.version} </version >
137- <configuration >
138- <descriptorRefs >
139- <descriptorRef >jar-with-dependencies</descriptorRef >
140- </descriptorRefs >
141- <outputDirectory >${basedir} /target/kafka-connect-neo4j/</outputDirectory >
142- </configuration >
143- <executions >
144- <execution >
145- <id >make-assembly</id >
146- <phase >package</phase >
147- <goals >
148- <goal >single</goal >
149- </goals >
150- </execution >
151- </executions >
152- </plugin >
15376 <plugin >
15477 <groupId >io.confluent</groupId >
15578 <artifactId >kafka-connect-maven-plugin</artifactId >
16083 <goal >kafka-connect</goal >
16184 </goals >
16285 <configuration >
86+ <fileSets >
87+ <fileSet >
88+ <directory >${project.basedir} </directory >
89+ <outputDirectory >doc/</outputDirectory >
90+ <includes >
91+ <include >README*</include >
92+ <include >LICENSE*</include >
93+ <include >NOTICE*</include >
94+ <include >licenses/</include >
95+ <include >docker/</include >
96+ </includes >
97+ </fileSet >
98+ </fileSets >
16399 <componentTypes >
164100 <componentType >sink</componentType >
165101 </componentTypes >
189125 </executions >
190126 </plugin >
191127 </plugins >
192- <resources >
193- <resource >
194- <directory >src/main/resources</directory >
195- <filtering >true</filtering >
196- </resource >
197- </resources >
198128 </build >
199129
200130</project >
0 commit comments